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

2013-07-04 Thread Andrea Scarpino
Date: Thursday, July 4, 2013 @ 09:18:07
  Author: andrea
Revision: 189654

upgpkg: cmake 2.8.11.2-1

Upstream release

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 04:15:25 UTC (rev 189653)
+++ PKGBUILD2013-07-04 07:18:07 UTC (rev 189654)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=2.8.11.1
+pkgver=2.8.11.2
 pkgrel=1
 pkgdesc="A cross-platform open-source make system"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install="${pkgname}.install"
 source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";
 'imagemagick.patch')
-md5sums=('df5324a3b203373a9e0a04b924281a43'
+md5sums=('6f5d7b8e7534a5d9e1a7664ba63cf882'
  '19c4cf0e6e9c9a890f3698c9df8062f1')
 
 prepare() {



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

2013-07-04 Thread Andrea Scarpino
Date: Thursday, July 4, 2013 @ 09:18:16
  Author: andrea
Revision: 189655

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

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 189654, cmake/trunk/PKGBUILD)
  cmake/repos/extra-i686/cmake.install
(from rev 189654, cmake/trunk/cmake.install)
  cmake/repos/extra-i686/imagemagick.patch
(from rev 189654, cmake/trunk/imagemagick.patch)
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 189654, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/cmake.install
(from rev 189654, cmake/trunk/cmake.install)
  cmake/repos/extra-x86_64/imagemagick.patch
(from rev 189654, cmake/trunk/imagemagick.patch)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/cmake.install
  cmake/repos/extra-i686/imagemagick.patch
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/cmake.install
  cmake/repos/extra-x86_64/imagemagick.patch

+
 /PKGBUILD  |  104 +++
 /cmake.install |   24 +
 /imagemagick.patch |   54 
 extra-i686/PKGBUILD|   52 ---
 extra-i686/cmake.install   |   12 
 extra-i686/imagemagick.patch   |   27 --
 extra-x86_64/PKGBUILD  |   52 ---
 extra-x86_64/cmake.install |   12 
 extra-x86_64/imagemagick.patch |   27 --
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-04 07:18:07 UTC (rev 189654)
+++ extra-i686/PKGBUILD 2013-07-04 07:18:16 UTC (rev 189655)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=2.8.11.1
-pkgrel=1
-pkgdesc="A cross-platform open-source make system"
-arch=('i686' 'x86_64')
-url="http://www.cmake.org/";
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt4' 'emacs')
-optdepends=('qt4: cmake-gui')
-install="${pkgname}.install"
-source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";
-'imagemagick.patch')
-md5sums=('df5324a3b203373a9e0a04b924281a43'
- '19c4cf0e6e9c9a890f3698c9df8062f1')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/imagemagick.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 Docs/cmake-indent.vim "${vimpath}"/indent/cmake-indent.vim
-  install -Dm644 Docs/cmake-syntax.vim "${vimpath}"/syntax/cmake-syntax.vim
-
-  install -Dm644 Docs/cmake-mode.el \
-"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
-  emacs -batch -f batch-byte-compile 
"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
-
-  install -Dm644 Copyright.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 189654, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-04 07:18:16 UTC (rev 189655)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=2.8.11.2
+pkgrel=1
+pkgdesc="A cross-platform open-source make system"
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/";
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt4' 'emacs')
+optdepends=('qt4: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";
+'imagemagick.patch')
+md5sums=('6f5d7b8e7534a5d9e1a7664ba63cf882'
+ '19c4cf0e6e9c9a890f3698c9df8062f1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/imagemagick.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm644 Docs/cmake-indent.vim "${vimpath}"/indent/cmake-indent.vim
+  install -Dm644 Docs/cmake-syntax.vim "${vimpath}"/syntax/cmake-syntax.vim
+
+  install -Dm644 Docs/cmake-mode.el \
+"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
+  emacs -batch -f batch-byte-compile 
"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/cmake.install
=

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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 10:28:20
  Author: tpowa
Revision: 189657

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

Added:
  cifs-utils/repos/extra-i686/PKGBUILD
(from rev 189656, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-i686/fix-5.9-credentials.patch
(from rev 189656, cifs-utils/trunk/fix-5.9-credentials.patch)
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 189656, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch
(from rev 189656, cifs-utils/trunk/fix-5.9-credentials.patch)
Deleted:
  cifs-utils/repos/extra-i686/PKGBUILD
  cifs-utils/repos/extra-i686/fix-5.9-credentials.patch
  cifs-utils/repos/extra-x86_64/PKGBUILD
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch

+
 /PKGBUILD  |   54 +++
 /fix-5.9-credentials.patch |   32 ++
 extra-i686/PKGBUILD|   27 ---
 extra-i686/fix-5.9-credentials.patch   |   16 -
 extra-x86_64/PKGBUILD  |   27 ---
 extra-x86_64/fix-5.9-credentials.patch |   16 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-04 08:28:05 UTC (rev 189656)
+++ extra-i686/PKGBUILD 2013-07-04 08:28:20 UTC (rev 189657)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=cifs-utils
-pkgver=6.0
-pkgrel=2
-pkgdesc="CIFS filesystem user-space tools"
-arch=(i686 x86_64)
-url="http://wiki.samba.org/index.php/LinuxCIFS_utils";
-license=('GPL')
-depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
-source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # systemd support is broken in mount.cifs
-  # https://bugs.archlinux.org/task/30958
-  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s $pkgdir/usr/bin/mount.cifs
-}
-md5sums=('371e007a201be90c16497cd9bd5e2553')

Copied: cifs-utils/repos/extra-i686/PKGBUILD (from rev 189656, 
cifs-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-04 08:28:20 UTC (rev 189657)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=cifs-utils
+pkgver=6.1
+pkgrel=1
+pkgdesc="CIFS filesystem user-space tools"
+arch=(i686 x86_64)
+url="http://wiki.samba.org/index.php/LinuxCIFS_utils";
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
+source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s $pkgdir/usr/bin/mount.cifs
+}
+md5sums=('f83ef48ab1154aa74dd4cf1c1202bf04')

Deleted: extra-i686/fix-5.9-credentials.patch
===
--- extra-i686/fix-5.9-credentials.patch2013-07-04 08:28:05 UTC (rev 
189656)
+++ extra-i686/fix-5.9-credentials.patch2013-07-04 08:28:20 UTC (rev 
189657)
@@ -1,16 +0,0 @@
-X-Git-Url: 
https://git.samba.org/?p=cifs-utils.git;a=blobdiff_plain;f=mount.cifs.c;h=40b77e92e3f734c606f522ccf279a0508ad64eab;hp=c7c3055cb890764937193b1d50d1f0fb7ae18826;hb=1a01f7c4b90695211d12291d7a24bec05b1f2922;hpb=739289ad3ce915e1ee2705ecd7ac4e907cd91405
-
-diff --git a/mount.cifs.c b/mount.cifs.c
-index c7c3055..40b77e9 100644
 a/mount.cifs.c
-+++ b/mount.cifs.c
-@@ -581,7 +581,8 @@ static int open_cred_file(char *file_name,
-   switch (parse_cred_line(line_buf + i, &temp_val)) {
-   case CRED_USER:
-   strlcpy(parsed_info->username, temp_val,
--  sizeof(parsed_info->domain));
-+  sizeof(parsed_info->username));
-+  parsed_info->got_user = 1;
-   break;
-   case CRED_PASS:
-   i = set_password(parsed_info, temp_val);

Copied: cifs-utils/repos/extra-i686/fix-5.9-credentials.patch (from rev 189656, 
cifs-utils/trunk/fix-5.9-credentials.patch)
===
--- extra-i686/fix-5.9-credentials.patch(rev 0)
+++ extra-i686/fix-5.9-credentials.patch2013-07-04 08:28:20 U

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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 10:28:05
  Author: tpowa
Revision: 189656

upgpkg: cifs-utils 6.1-1

bump to latest version

Modified:
  cifs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 07:18:16 UTC (rev 189655)
+++ PKGBUILD2013-07-04 08:28:05 UTC (rev 189656)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
 pkgname=cifs-utils
-pkgver=6.0
-pkgrel=2
+pkgver=6.1
+pkgrel=1
 pkgdesc="CIFS filesystem user-space tools"
 arch=(i686 x86_64)
 url="http://wiki.samba.org/index.php/LinuxCIFS_utils";
@@ -24,4 +24,4 @@
   # set mount.cifs uid, to enable none root mounting form fstab
   chmod +s $pkgdir/usr/bin/mount.cifs
 }
-md5sums=('371e007a201be90c16497cd9bd5e2553')
+md5sums=('f83ef48ab1154aa74dd4cf1c1202bf04')



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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 10:30:36
  Author: tpowa
Revision: 189658

upgpkg: reiserfsprogs 3.6.23-1

bump to latest version

Modified:
  reiserfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 08:28:20 UTC (rev 189657)
+++ PKGBUILD2013-07-04 08:30:36 UTC (rev 189658)
@@ -3,16 +3,15 @@
 # Contributor: judd 
 
 pkgname=reiserfsprogs
-pkgver=3.6.22
-pkgrel=2
+pkgver=3.6.23
+pkgrel=1
 pkgdesc="Reiserfs utilities"
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
 license=('GPL')
 groups=('base')
 depends=('util-linux')
-source=("http://ftp.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v3.6.22/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('91d2fdb5eeaa15c8afcc9e815179690d')
+source=("http://ftp.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -29,3 +28,4 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }
+md5sums=('e7224bbda4d366ba9b11cdf98616c8f6')



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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 10:30:44
  Author: tpowa
Revision: 189659

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

Added:
  reiserfsprogs/repos/testing-i686/
  reiserfsprogs/repos/testing-i686/PKGBUILD
(from rev 189658, reiserfsprogs/trunk/PKGBUILD)
  reiserfsprogs/repos/testing-x86_64/
  reiserfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 189658, reiserfsprogs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: reiserfsprogs/repos/testing-i686/PKGBUILD (from rev 189658, 
reiserfsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-04 08:30:44 UTC (rev 189659)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: judd 
+
+pkgname=reiserfsprogs
+pkgver=3.6.23
+pkgrel=1
+pkgdesc="Reiserfs utilities"
+arch=('i686' 'x86_64')
+url="http://www.kernel.org/";
+license=('GPL')
+groups=('base')
+depends=('util-linux')
+source=("http://ftp.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('e7224bbda4d366ba9b11cdf98616c8f6')

Copied: reiserfsprogs/repos/testing-x86_64/PKGBUILD (from rev 189658, 
reiserfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-04 08:30:44 UTC (rev 189659)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: judd 
+
+pkgname=reiserfsprogs
+pkgver=3.6.23
+pkgrel=1
+pkgdesc="Reiserfs utilities"
+arch=('i686' 'x86_64')
+url="http://www.kernel.org/";
+license=('GPL')
+groups=('base')
+depends=('util-linux')
+source=("http://ftp.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('e7224bbda4d366ba9b11cdf98616c8f6')



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

2013-07-04 Thread Felix Yan
Date: Thursday, July 4, 2013 @ 11:02:53
  Author: fyan
Revision: 93475

upgpkg: mongodb 2.4.5-1

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 05:51:02 UTC (rev 93474)
+++ PKGBUILD2013-07-04 09:02:53 UTC (rev 93475)
@@ -6,21 +6,20 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.4.4
+pkgver=2.4.5
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
 license=('AGPL3')
-depends=('boost-libs')
-makedepends=('scons' 'boost' 'libpcap')
+depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'v8') doesn't 
work
+makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl') 
doesn't work
 checkdepends=('python2-pymongo')
 optdepends=('libpcap: needed for mongosniff')
 backup=('etc/mongodb.conf')
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
-'mongodb.conf' 'mongodb.service' 'SConscript.client.patch'
-'removeWerror.patch')
+'mongodb.conf' 'mongodb.service' 'removeWerror.patch')
 
 build() {
   # fucking mongo aint no fun to package
@@ -28,13 +27,18 @@
 
   cd mongodb-src-r${pkgver}
 
-  # fix https://jira.mongodb.org/browse/SERVER-5575
-  patch -Np1 -i ${srcdir}/SConscript.client.patch
-
   # failed to build with -Werror since 2.4.0
   patch -Np1 -i "$srcdir/removeWerror.patch"
 
-  scons all --use-system-boost # --sharedclient currently fails
+  scons all \
+--use-system-boost \
+--use-system-pcre \
+--use-system-snappy \
+--use-system-tcmalloc \
+--ssl \
+--sharedclient
+# --use-sasl-client doesn't work
+# --use-system-v8 doesn't work
 }
 
 <

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

2013-07-04 Thread Felix Yan
Date: Thursday, July 4, 2013 @ 11:38:16
  Author: fyan
Revision: 93476

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

Added:
  mongodb/repos/community-testing-i686/
  mongodb/repos/community-testing-i686/PKGBUILD
(from rev 93475, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-i686/SConscript.client.patch
(from rev 93475, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-testing-i686/mongodb.conf
(from rev 93475, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-i686/mongodb.install
(from rev 93475, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-i686/mongodb.service
(from rev 93475, mongodb/trunk/mongodb.service)
  mongodb/repos/community-testing-i686/removeWerror.patch
(from rev 93475, mongodb/trunk/removeWerror.patch)
  mongodb/repos/community-testing-x86_64/
  mongodb/repos/community-testing-x86_64/PKGBUILD
(from rev 93475, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-x86_64/SConscript.client.patch
(from rev 93475, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-testing-x86_64/mongodb.conf
(from rev 93475, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-x86_64/mongodb.install
(from rev 93475, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-x86_64/mongodb.service
(from rev 93475, mongodb/trunk/mongodb.service)
  mongodb/repos/community-testing-x86_64/removeWerror.patch
(from rev 93475, mongodb/trunk/removeWerror.patch)

--+
 community-testing-i686/PKGBUILD  |   82 +
 community-testing-i686/SConscript.client.patch   |   13 +++
 community-testing-i686/mongodb.conf  |8 ++
 community-testing-i686/mongodb.install   |   32 
 community-testing-i686/mongodb.service   |   10 ++
 community-testing-i686/removeWerror.patch|   21 +
 community-testing-x86_64/PKGBUILD|   82 +
 community-testing-x86_64/SConscript.client.patch |   13 +++
 community-testing-x86_64/mongodb.conf|8 ++
 community-testing-x86_64/mongodb.install |   32 
 community-testing-x86_64/mongodb.service |   10 ++
 community-testing-x86_64/removeWerror.patch  |   21 +
 12 files changed, 332 insertions(+)

Copied: mongodb/repos/community-testing-i686/PKGBUILD (from rev 93475, 
mongodb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-07-04 09:38:16 UTC (rev 93476)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mathias Stearn 
+# Contributor: Alec Thomas
+
+pkgname=mongodb
+pkgver=2.4.5
+pkgrel=1
+pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'v8') doesn't 
work
+makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl') 
doesn't work
+checkdepends=('python2-pymongo')
+optdepends=('libpcap: needed for mongosniff')
+backup=('etc/mongodb.conf')
+install=mongodb.install
+source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
+'mongodb.conf' 'mongodb.service' 'removeWerror.patch')
+
+build() {
+  # fucking mongo aint no fun to package
+  export SCONSFLAGS="$MAKEFLAGS"
+
+  cd mongodb-src-r${pkgver}
+
+  # failed to build with -Werror since 2.4.0
+  patch -Np1 -i "$srcdir/removeWerror.patch"
+
+  scons all \
+--use-system-boost \
+--use-system-pcre \
+--use-system-snappy \
+--use-system-tcmalloc \
+--ssl \
+--sharedclient
+# --use-sasl-client doesn't work
+# --use-system-v8 doesn't work
+}
+
+ Warning: the 32 bit version of MongoDB is limited to about 2GB 
of data.'
+echo '==> See http://blog.mongodb.

[arch-commits] Commit in nvidia-304xx/repos (8 files)

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 12:05:10
  Author: tpowa
Revision: 189661

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

Added:
  nvidia-304xx/repos/staging-i686/
  nvidia-304xx/repos/staging-i686/PKGBUILD
(from rev 189660, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-i686/nvidia-linux-3.10.patch
(from rev 189660, nvidia-304xx/trunk/nvidia-linux-3.10.patch)
  nvidia-304xx/repos/staging-i686/nvidia.install
(from rev 189660, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/staging-x86_64/
  nvidia-304xx/repos/staging-x86_64/PKGBUILD
(from rev 189660, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-x86_64/nvidia-linux-3.10.patch
(from rev 189660, nvidia-304xx/trunk/nvidia-linux-3.10.patch)
  nvidia-304xx/repos/staging-x86_64/nvidia.install
(from rev 189660, nvidia-304xx/trunk/nvidia.install)

+
 staging-i686/PKGBUILD  |   51 ++
 staging-i686/nvidia-linux-3.10.patch   |  633 +++
 staging-i686/nvidia.install|   15 
 staging-x86_64/PKGBUILD|   51 ++
 staging-x86_64/nvidia-linux-3.10.patch |  633 +++
 staging-x86_64/nvidia.install  |   15 
 6 files changed, 1398 insertions(+)

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


[arch-commits] Commit in nvidia-304xx/trunk (3 files)

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 12:04:51
  Author: tpowa
Revision: 189660

upgpkg: nvidia-304xx 304.88-11

rebuild against 3.10

Added:
  nvidia-304xx/trunk/nvidia-linux-3.10.patch
Modified:
  nvidia-304xx/trunk/PKGBUILD
  nvidia-304xx/trunk/nvidia.install

-+
 PKGBUILD|   15 -
 nvidia-linux-3.10.patch |  633 ++
 nvidia.install  |6 
 3 files changed, 646 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 08:30:44 UTC (rev 189659)
+++ PKGBUILD2013-07-04 10:04:51 UTC (rev 189660)
@@ -3,17 +3,19 @@
 
 pkgname=nvidia-304xx
 pkgver=304.88
-_extramodules=extramodules-3.9-ARCH
-pkgrel=10
+_extramodules=extramodules-3.10-ARCH
+pkgrel=11
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux>=3.9' 'linux<3.10' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-headers>=3.9' 'linux-headers<3.10')
+depends=('linux>=3.10' 'linux<3.11' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-headers>=3.10' 'linux-headers<3.11')
 conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install
 options=(!strip)
+source=('nvidia-linux-3.10.patch')
+md5sums=('f12bb3f5829b979a0d79e68b78c2ba6a')
 
 if [ "$CARCH" = "i686" ]; then
 _arch='x86'
@@ -27,11 +29,15 @@
 md5sums+=('35e0c7d30de795cccb6b95bda991fb77')
 fi
 
+
 build() {
 _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
 cd "${srcdir}"
 sh "${_pkg}.run" --extract-only
 cd "${_pkg}/kernel"
+### Derived from the linux-3.10 patch:
+### This patch removes AGP additional from /proc, I don't think this is 
correct but it makes it compile.
+patch -Np2 -i ${srcdir}/nvidia-linux-3.10.patch
 make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
 }
 
@@ -43,4 +49,3 @@
 sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
 gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
 }
-

Added: nvidia-linux-3.10.patch
===
--- nvidia-linux-3.10.patch (rev 0)
+++ nvidia-linux-3.10.patch 2013-07-04 10:04:51 UTC (rev 189660)
@@ -0,0 +1,633 @@
+--- NVIDIA-Linux-x86_64-319.17-no-compat32.orig/kernel/nv-i2c.c
2013-04-26 00:22:30.0 -0400
 NVIDIA-Linux-x86_64-319.17-no-compat32/kernel/nv-i2c.c 2013-05-13 
05:20:55.571981365 -0400
+@@ -311,8 +311,6 @@
+ BOOL NV_API_CALL nv_i2c_del_adapter(nv_state_t *nv, void *data)
+ {
+ struct i2c_adapter *pI2cAdapter = (struct i2c_adapter *)data;
+-int osstatus = 0;
+-BOOL wasReleased = FALSE;
+ 
+ #if defined(KERNEL_2_4)
+ if (!NV_WEAK_SYMBOL_PRESENT(i2c_add_adapter))
+@@ -324,15 +322,10 @@
+ if (!pI2cAdapter) return FALSE;
+ 
+ // attempt release with the OS
+-osstatus = i2c_del_adapter(pI2cAdapter);
++i2c_del_adapter(pI2cAdapter);
++os_free_mem(pI2cAdapter);
+ 
+-if (!osstatus)
+-{
+-os_free_mem(pI2cAdapter);
+-wasReleased = TRUE;
+-}
+-
+-return wasReleased;
++return TRUE;
+ }
+ 
+ #else // (defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE))
+diff -ur -X - NVIDIA-Linux-x86_64-319.17-no-compat32.orig/kernel/nv-procfs.c 
NVIDIA-Linux-x86_64-319.17-no-compat32/kernel/nv-procfs.c
+--- NVIDIA-Linux-x86_64-319.17-no-compat32.orig/kernel/nv-procfs.c 
2013-04-26 00:22:30.0 -0400
 NVIDIA-Linux-x86_64-319.17-no-compat32/kernel/nv-procfs.c  2013-05-22 
04:52:45.229495748 -0400
+@@ -60,60 +60,41 @@
+ __entry;  \
+ })
+ 
+-#define NV_CREATE_PROC_FILE(name,parent,__read_proc,   \
+-__write_proc,__fops,__data)\
+-   ({  \
+-struct proc_dir_entry *__entry;\
+-int __mode = (S_IFREG | S_IRUGO);  \
+-if ((NvUPtr)(__write_proc) != 0)   \
+-__mode |= S_IWUSR; \
+-__entry = NV_CREATE_PROC_ENTRY(name, __mode, parent);  \
+-if (__entry != NULL)   \
+-{  \
+-if ((NvUPtr)(__read_proc) != 0)\
+-__entry->read_proc = (__read_proc);\
+-if ((NvUPtr)(__write_proc) != 0)   \
+-{  \
+-__entry->write_proc = (__write_proc);  \
+-__entry->proc_fops = (__fops); \
+-}  \
+-__entry->data = (__data);  \
+-}

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

2013-07-04 Thread Sergej Pupykin
Date: Thursday, July 4, 2013 @ 12:09:47
  Author: spupykin
Revision: 93477

upgpkg: apcupsd 3.14.10-7

upd

Modified:
  apcupsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 09:38:16 UTC (rev 93476)
+++ PKGBUILD2013-07-04 10:09:47 UTC (rev 93477)
@@ -5,7 +5,7 @@
 
 pkgname=apcupsd
 pkgver=3.14.10
-pkgrel=5
+pkgrel=7
 pkgdesc="Power mangement and controlling most of APC's UPS models"
 arch=(i686 x86_64)
 url="http://www.apcupsd.org";



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

2013-07-04 Thread Sergej Pupykin
Date: Thursday, July 4, 2013 @ 12:10:13
  Author: spupykin
Revision: 93479

upgpkg: perl-gd 2.49-4

upd

Modified:
  perl-gd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 10:10:09 UTC (rev 93478)
+++ PKGBUILD2013-07-04 10:10:13 UTC (rev 93479)
@@ -4,7 +4,7 @@
 
 pkgname=perl-gd
 pkgver=2.49
-pkgrel=2
+pkgrel=4
 pkgdesc="Interface to Gd Graphics Library"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/GD";



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

2013-07-04 Thread Sergej Pupykin
Date: Thursday, July 4, 2013 @ 12:10:34
  Author: spupykin
Revision: 93481

upgpkg: sarg 2.3.6-3

upd

Modified:
  sarg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 10:10:30 UTC (rev 93480)
+++ PKGBUILD2013-07-04 10:10:34 UTC (rev 93481)
@@ -5,7 +5,7 @@
 
 pkgname=sarg
 pkgver=2.3.6
-pkgrel=1
+pkgrel=3
 pkgdesc="Squid Analysis Report Generator"
 arch=('i686' 'x86_64')
 url="http://sarg.sourceforge.net";



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

2013-07-04 Thread Sergej Pupykin
Date: Thursday, July 4, 2013 @ 12:10:30
  Author: spupykin
Revision: 93480

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

Added:
  perl-gd/repos/community-staging-i686/
  perl-gd/repos/community-staging-i686/PKGBUILD
(from rev 93479, perl-gd/trunk/PKGBUILD)
  perl-gd/repos/community-staging-x86_64/
  perl-gd/repos/community-staging-x86_64/PKGBUILD
(from rev 93479, perl-gd/trunk/PKGBUILD)

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

Copied: perl-gd/repos/community-staging-i686/PKGBUILD (from rev 93479, 
perl-gd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-04 10:10:30 UTC (rev 93480)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-gd
+pkgver=2.49
+pkgrel=4
+pkgdesc="Interface to Gd Graphics Library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/GD";
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+}
+package() {
+  cd  $srcdir/GD-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Copied: perl-gd/repos/community-staging-x86_64/PKGBUILD (from rev 93479, 
perl-gd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-04 10:10:30 UTC (rev 93480)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-gd
+pkgver=2.49
+pkgrel=4
+pkgdesc="Interface to Gd Graphics Library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/GD";
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+}
+package() {
+  cd  $srcdir/GD-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-07-04 Thread Sergej Pupykin
Date: Thursday, July 4, 2013 @ 12:10:09
  Author: spupykin
Revision: 93478

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

Added:
  apcupsd/repos/community-staging-i686/
  apcupsd/repos/community-staging-i686/PKGBUILD
(from rev 93477, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-staging-i686/apcupsd-tmpfiles.conf
(from rev 93477, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-staging-i686/apcupsd.service
(from rev 93477, apcupsd/trunk/apcupsd.service)
  apcupsd/repos/community-staging-x86_64/
  apcupsd/repos/community-staging-x86_64/PKGBUILD
(from rev 93477, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-staging-x86_64/apcupsd-tmpfiles.conf
(from rev 93477, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-staging-x86_64/apcupsd.service
(from rev 93477, apcupsd/trunk/apcupsd.service)

+
 community-staging-i686/PKGBUILD|   46 +++
 community-staging-i686/apcupsd-tmpfiles.conf   |2 +
 community-staging-i686/apcupsd.service |8 
 community-staging-x86_64/PKGBUILD  |   46 +++
 community-staging-x86_64/apcupsd-tmpfiles.conf |2 +
 community-staging-x86_64/apcupsd.service   |8 
 6 files changed, 112 insertions(+)

Copied: apcupsd/repos/community-staging-i686/PKGBUILD (from rev 93477, 
apcupsd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-04 10:10:09 UTC (rev 93478)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Todd Musall 
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=apcupsd
+pkgver=3.14.10
+pkgrel=7
+pkgdesc="Power mangement and controlling most of APC's UPS models"
+arch=(i686 x86_64)
+url="http://www.apcupsd.org";
+license=('GPL')
+depends=('gcc-libs')
+optdepends=('gd: for CGI'
+'gconf: for frontend'
+'gtk2: for frontend')
+makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
+backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
+etc/apcupsd/multimon.conf)
+source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz
+apcupsd.service
+apcupsd-tmpfiles.conf)
+sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
+'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
+'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
+   --sbindir=/usr/bin \
+   --enable-cgi --enable-usb --enable-net \
+   --with-upstype=usb --with-upscable=usb \
+   --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
+   --enable-pthreads --enable-gapcmon
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 "$srcdir/apcupsd.service" 
"$pkgdir/usr/lib/systemd/system/apcupsd.service"
+   install -Dm644 "$srcdir/apcupsd-tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf"
+   chmod 755 "$pkgdir"/usr/bin/*
+   install -dm755 "$pkgdir/usr/lib/$pkgname/cgi-bin"
+   mv "$pkgdir"/etc/apcupsd/*.cgi "$pkgdir/usr/lib/$pkgname/cgi-bin"
+}

Copied: apcupsd/repos/community-staging-i686/apcupsd-tmpfiles.conf (from rev 
93477, apcupsd/trunk/apcupsd-tmpfiles.conf)
===
--- community-staging-i686/apcupsd-tmpfiles.conf
(rev 0)
+++ community-staging-i686/apcupsd-tmpfiles.conf2013-07-04 10:10:09 UTC 
(rev 93478)
@@ -0,0 +1,2 @@
+r /etc/apcupsd/powerfail
+r /etc/nologin
\ No newline at end of file

Copied: apcupsd/repos/community-staging-i686/apcupsd.service (from rev 93477, 
apcupsd/trunk/apcupsd.service)
===
--- community-staging-i686/apcupsd.service  (rev 0)
+++ community-staging-i686/apcupsd.service  2013-07-04 10:10:09 UTC (rev 
93478)
@@ -0,0 +1,8 @@
+[Unit]
+Description=APC UPS Monitor
+
+[Service]
+ExecStart=/usr/bin/apcupsd -b
+
+[Install]
+WantedBy=multi-user.target

Copied: apcupsd/repos/community-staging-x86_64/PKGBUILD (from rev 93477, 
apcupsd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-04 10:10:09 UTC (rev 93478)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Todd Musall 
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=apcupsd
+pkgver=3.14.10
+pkgrel=7
+pkgdesc="Power mangement and controlling most of APC's UPS models"
+arch=(i686

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

2013-07-04 Thread Sergej Pupykin
Date: Thursday, July 4, 2013 @ 12:10:50
  Author: spupykin
Revision: 93482

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

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

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

Copied: sarg/repos/community-staging-i686/PKGBUILD (from rev 93481, 
sarg/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-04 10:10:50 UTC (rev 93482)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: JJDaNiMoTh 
+# Contributor: Tino Reichardt 
+
+pkgname=sarg
+pkgver=2.3.6
+pkgrel=3
+pkgdesc="Squid Analysis Report Generator"
+arch=('i686' 'x86_64')
+url="http://sarg.sourceforge.net";
+license=('GPL')
+depends=('gd' 'libldap')
+makedepends=('cmake')
+backup=('etc/sarg/css.tpl'
+   'etc/sarg/exclude_codes'
+   'etc/sarg/sarg.conf'
+   'etc/sarg/user_limit_block')
+source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
+md5sums=('399809d00671ae564468bf363c12fd7f')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr # po files workaround
+  rm -f Makefile
+  LDFLAGS=-lm cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc/sarg 
-DMANDIR=/usr/share/man/man1 .
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
+  make DESTDIR="$pkgdir" install
+  make -C po DESTDIR="$pkgdir" install
+  cp -a sarg-php ${pkgdir}/usr/share/sarg/
+  chmod -R o+r ${pkgdir}{/etc,/usr/share/sarg}
+  chmod o+x ${pkgdir}/usr/share/sarg/sarg-php
+  chmod -R o+x ${pkgdir}/usr/share/sarg/sarg-php/locale
+}

Copied: sarg/repos/community-staging-x86_64/PKGBUILD (from rev 93481, 
sarg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-04 10:10:50 UTC (rev 93482)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: JJDaNiMoTh 
+# Contributor: Tino Reichardt 
+
+pkgname=sarg
+pkgver=2.3.6
+pkgrel=3
+pkgdesc="Squid Analysis Report Generator"
+arch=('i686' 'x86_64')
+url="http://sarg.sourceforge.net";
+license=('GPL')
+depends=('gd' 'libldap')
+makedepends=('cmake')
+backup=('etc/sarg/css.tpl'
+   'etc/sarg/exclude_codes'
+   'etc/sarg/sarg.conf'
+   'etc/sarg/user_limit_block')
+source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
+md5sums=('399809d00671ae564468bf363c12fd7f')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr # po files workaround
+  rm -f Makefile
+  LDFLAGS=-lm cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc/sarg 
-DMANDIR=/usr/share/man/man1 .
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
+  make DESTDIR="$pkgdir" install
+  make -C po DESTDIR="$pkgdir" install
+  cp -a sarg-php ${pkgdir}/usr/share/sarg/
+  chmod -R o+r ${pkgdir}{/etc,/usr/share/sarg}
+  chmod o+x ${pkgdir}/usr/share/sarg/sarg-php
+  chmod -R o+x ${pkgdir}/usr/share/sarg/sarg-php/locale
+}



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

2013-07-04 Thread Sergej Pupykin
Date: Thursday, July 4, 2013 @ 12:10:56
  Author: spupykin
Revision: 93483

upgpkg: vnstat 1.11-7

upd

Modified:
  vnstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 10:10:50 UTC (rev 93482)
+++ PKGBUILD2013-07-04 10:10:56 UTC (rev 93483)
@@ -5,7 +5,7 @@
 
 pkgname=vnstat
 pkgver=1.11
-pkgrel=5
+pkgrel=7
 pkgdesc="A console-based network traffic monitor"
 arch=('i686' 'x86_64')
 url="http://humdi.net/vnstat/";



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

2013-07-04 Thread Sergej Pupykin
Date: Thursday, July 4, 2013 @ 12:11:09
  Author: spupykin
Revision: 93484

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

Added:
  vnstat/repos/community-staging-i686/
  vnstat/repos/community-staging-i686/PKGBUILD
(from rev 93483, vnstat/trunk/PKGBUILD)
  vnstat/repos/community-staging-i686/service
(from rev 93483, vnstat/trunk/service)
  vnstat/repos/community-staging-x86_64/
  vnstat/repos/community-staging-x86_64/PKGBUILD
(from rev 93483, vnstat/trunk/PKGBUILD)
  vnstat/repos/community-staging-x86_64/service
(from rev 93483, vnstat/trunk/service)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/service|9 +
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/service  |9 +
 4 files changed, 90 insertions(+)

Copied: vnstat/repos/community-staging-i686/PKGBUILD (from rev 93483, 
vnstat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-04 10:11:09 UTC (rev 93484)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Sergej Pupykin 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thorsten Töpper 
+
+pkgname=vnstat
+pkgver=1.11
+pkgrel=7
+pkgdesc="A console-based network traffic monitor"
+arch=('i686' 'x86_64')
+url="http://humdi.net/vnstat/";
+license=('GPL')
+depends=('bash')
+makedepends=('gd')
+optdepends=('gd: image output')
+backup=(etc/vnstat.conf)
+source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz
+   service)
+md5sums=('a5a113f9176cd61fb954f2ba297f5fdb'
+ 'df452896729db4a569005f1ebf6b57f4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make all SBIN=/usr/bin
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
+
+  install -Dm644 $srcdir/service $pkgdir/usr/lib/systemd/system/vnstat.service
+
+  install -D -m0644 examples/vnstat.cron 
$pkgdir/usr/share/doc/vnstat/examples/vnstat.cron
+  install -D -m0755 examples/vnstat.cgi 
$pkgdir/usr/share/doc/vnstat/examples/vnstat.cgi
+  sed -i 's#root##' $pkgdir/usr/share/doc/vnstat/examples/vnstat.cron
+}

Copied: vnstat/repos/community-staging-i686/service (from rev 93483, 
vnstat/trunk/service)
===
--- community-staging-i686/service  (rev 0)
+++ community-staging-i686/service  2013-07-04 10:11:09 UTC (rev 93484)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Network traffic monitor
+
+[Service]
+ExecStart=/usr/bin/vnstatd -n
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Copied: vnstat/repos/community-staging-x86_64/PKGBUILD (from rev 93483, 
vnstat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-04 10:11:09 UTC (rev 93484)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Sergej Pupykin 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thorsten Töpper 
+
+pkgname=vnstat
+pkgver=1.11
+pkgrel=7
+pkgdesc="A console-based network traffic monitor"
+arch=('i686' 'x86_64')
+url="http://humdi.net/vnstat/";
+license=('GPL')
+depends=('bash')
+makedepends=('gd')
+optdepends=('gd: image output')
+backup=(etc/vnstat.conf)
+source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz
+   service)
+md5sums=('a5a113f9176cd61fb954f2ba297f5fdb'
+ 'df452896729db4a569005f1ebf6b57f4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make all SBIN=/usr/bin
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
+
+  install -Dm644 $srcdir/service $pkgdir/usr/lib/systemd/system/vnstat.service
+
+  install -D -m0644 examples/vnstat.cron 
$pkgdir/usr/share/doc/vnstat/examples/vnstat.cron
+  install -D -m0755 examples/vnstat.cgi 
$pkgdir/usr/share/doc/vnstat/examples/vnstat.cgi
+  sed -i 's#root##' $pkgdir/usr/share/doc/vnstat/examples/vnstat.cron
+}

Copied: vnstat/repos/community-staging-x86_64/service (from rev 93483, 
vnstat/trunk/service)
===
--- community-staging-x86_64/service(rev 0)
+++ community-staging-x86_64/service2013-07-04 10:11:09 UTC (rev 93484)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Network traffic monitor
+
+[Service]
+ExecStart=/usr/bin/vnstatd -n
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target



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

2013-07-04 Thread Sergej Pupykin
Date: Thursday, July 4, 2013 @ 12:12:04
  Author: spupykin
Revision: 93486

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

Added:
  gmic/repos/community-i686/PKGBUILD
(from rev 93485, gmic/trunk/PKGBUILD)
  gmic/repos/community-i686/opencv-buildfix.patch
(from rev 93485, gmic/trunk/opencv-buildfix.patch)
  gmic/repos/community-x86_64/PKGBUILD
(from rev 93485, gmic/trunk/PKGBUILD)
  gmic/repos/community-x86_64/opencv-buildfix.patch
(from rev 93485, gmic/trunk/opencv-buildfix.patch)
Deleted:
  gmic/repos/community-i686/PKGBUILD
  gmic/repos/community-i686/opencv-buildfix.patch
  gmic/repos/community-x86_64/PKGBUILD
  gmic/repos/community-x86_64/opencv-buildfix.patch

+
 /PKGBUILD  |  126 +++
 /opencv-buildfix.patch |   40 +
 community-i686/PKGBUILD|   63 ---
 community-i686/opencv-buildfix.patch   |   20 
 community-x86_64/PKGBUILD  |   63 ---
 community-x86_64/opencv-buildfix.patch |   20 
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-04 10:11:46 UTC (rev 93485)
+++ community-i686/PKGBUILD 2013-07-04 10:12:04 UTC (rev 93486)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=1.5.6.0
-pkgrel=1
-arch=("i686" "x86_64")
-url="http://gmic.sourceforge.net";
-license=("custom:CeCILL")
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-#options=('!emptydirs')
-source=("http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz";
-"opencv-buildfix.patch")
-md5sums=('3aea4c983bc5e8a834f147dad88ebdac'
- '120319b0d6c81c5af186abe2281b79ca')
-
-prepare() {
-  cd "${srcdir}/gmic-${pkgver}"
-  patch -p1 -i "${srcdir}/opencv-buildfix.patch"
-  find "${srcdir}/gmic-${pkgver}/zart" -type f -execdir chmod 644 '{}' \;
-  find "${srcdir}/gmic-${pkgver}/zart" -type d -execdir chmod 755 '{}' \;
-  sed -i 's|qmake zart.pro|qmake-qt4 zart.pro|' src/Makefile
-}
-
-build() {
-  cd "${srcdir}/gmic-${pkgver}"
-  make -C src all
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=("fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
-  replaces=("greycstoration")
-
-  cd "${srcdir}/gmic-${pkgver}"
-  make -C src install DESTDIR="$pkgdir" USR="/usr"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=("opencv" "fftw" "qt4")
-
-  cd "${srcdir}/gmic-${pkgver}"
-  make -C src install DESTDIR="$pkgdir" USR="/usr"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -rf "${pkgdir}/usr/"{bin/gmic,include,lib,share/{man,bash-completion}}
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=("gimp" "fftw")
-  replaces=("gimp-plugin-greycstoration" "gimp-plugin-gmic4gimp")
-
-  cd "${srcdir}/gmic-${pkgver}"
-  install -Dm755 src/gmic_gimp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 93485, gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-04 10:12:04 UTC (rev 93486)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=("gmic" "gimp-plugin-gmic" "zart")
+pkgver=1.5.6.1
+pkgrel=1
+arch=("i686" "x86_64")
+url="http://gmic.sourceforge.net";
+license=("custom:CeCILL")
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+#options=('!emptydirs')
+source=("http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz";
+"opencv-buildfix.patch")
+md5sums=('06545a7c2f73b55b0d35e5f5544dce88'
+ '120319b0d6c81c5af186abe2281b79ca')
+
+prepare() {
+  cd "${srcdir}/gmic-${pkgver}"
+  patch -p1 -i "${srcdir}/opencv-buildfix.patch"
+  find "${srcdir}/gmic-${pkgver}/zart" -type f -execdir chmod 644 '{}' \;
+  find "${srcdir}/gmic-${pkgver}/zart" -type d -execdir chmod 755 '{}' \;
+  sed -i 's|qmake zart.pro|qmake-qt4 zart.pro|' src/Makefile
+}
+
+build() {
+  cd "${srcdir}/gmic-${pkgver}"
+  make -C src all
+}
+
+package_gmic() {
+  pkgdesc="GREYC's Magic Image Converter: image processing framework"
+  depends=("fftw" "libtiff" "libjpeg" "libpng" 

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

2013-07-04 Thread Sergej Pupykin
Date: Thursday, July 4, 2013 @ 12:11:46
  Author: spupykin
Revision: 93485

upgpkg: gmic 1.5.6.1-1

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 10:11:09 UTC (rev 93484)
+++ PKGBUILD2013-07-04 10:11:46 UTC (rev 93485)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=1.5.6.0
+pkgver=1.5.6.1
 pkgrel=1
 arch=("i686" "x86_64")
 url="http://gmic.sourceforge.net";
@@ -15,7 +15,7 @@
 #options=('!emptydirs')
 
source=("http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz";
 "opencv-buildfix.patch")
-md5sums=('3aea4c983bc5e8a834f147dad88ebdac'
+md5sums=('06545a7c2f73b55b0d35e5f5544dce88'
  '120319b0d6c81c5af186abe2281b79ca')
 
 prepare() {



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

2013-07-04 Thread Gaetan Bisson
Date: Thursday, July 4, 2013 @ 12:36:07
  Author: bisson
Revision: 189662

rebuild against gd-2.1.0

Modified:
  m17n-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 10:05:10 UTC (rev 189661)
+++ PKGBUILD2013-07-04 10:36:07 UTC (rev 189662)
@@ -4,7 +4,7 @@
 
 pkgname=m17n-lib
 pkgver=1.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Multilingual text processing library (runtimes)'
 url='http://www.nongnu.org/m17n/'
 arch=('i686' 'x86_64')



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

2013-07-04 Thread Gaetan Bisson
Date: Thursday, July 4, 2013 @ 12:36:41
  Author: bisson
Revision: 189663

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

Added:
  m17n-lib/repos/staging-i686/
  m17n-lib/repos/staging-i686/PKGBUILD
(from rev 189662, m17n-lib/trunk/PKGBUILD)
  m17n-lib/repos/staging-x86_64/
  m17n-lib/repos/staging-x86_64/PKGBUILD
(from rev 189662, m17n-lib/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: m17n-lib/repos/staging-i686/PKGBUILD (from rev 189662, 
m17n-lib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-04 10:36:41 UTC (rev 189663)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Camille Moncelier 
+
+pkgname=m17n-lib
+pkgver=1.6.4
+pkgrel=2
+pkgdesc='Multilingual text processing library (runtimes)'
+url='http://www.nongnu.org/m17n/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
+optdepends=('anthy: to use the anthy input method')
+options=('!makeflags' '!libtool' '!emptydirs')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('83f2fc4facfd70a580bb95d9381eac7472d85171')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --enable-static=no
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: m17n-lib/repos/staging-x86_64/PKGBUILD (from rev 189662, 
m17n-lib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-04 10:36:41 UTC (rev 189663)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Camille Moncelier 
+
+pkgname=m17n-lib
+pkgver=1.6.4
+pkgrel=2
+pkgdesc='Multilingual text processing library (runtimes)'
+url='http://www.nongnu.org/m17n/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
+optdepends=('anthy: to use the anthy input method')
+options=('!makeflags' '!libtool' '!emptydirs')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('83f2fc4facfd70a580bb95d9381eac7472d85171')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --enable-static=no
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}



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

2013-07-04 Thread Sergej Pupykin
Date: Thursday, July 4, 2013 @ 13:11:44
  Author: spupykin
Revision: 93487

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-04 10:12:04 UTC (rev 93486)
+++ community-i686/PKGBUILD 2013-07-04 11:11:44 UTC (rev 93487)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Roman Kyrylych 
-# Contributor: Roman Kyrylych 
-
-pkgname=iniparser
-pkgver=3.1
-pkgrel=2
-pkgdesc="A free stand-alone ini file parsing library written in portable ANSI 
C"
-arch=('i686' 'x86_64')
-url="http://ndevilla.free.fr/iniparser/";
-license=('MIT')
-depends=()
-source=(http://ndevilla.free.fr/iniparser/$pkgname-$pkgver.tar.gz)
-md5sums=('0aa4f995468ed390caf323f50a285bc3')
-
-build() {
-  cd $srcdir/$pkgname
-  make
-  install -Dm644 src/iniparser.h $pkgdir/usr/include/iniparser.h
-  install -Dm644 src/dictionary.h $pkgdir/usr/include/dictionary.h
-  install -Dm644 libiniparser.a $pkgdir/usr/lib/libiniparser.a
-  install -Dm644 libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so.0
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/iniparser/LICENSE
-  ln -sf libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so
-}

Copied: iniparser/repos/community-i686/PKGBUILD (from rev 93486, 
iniparser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-04 11:11:44 UTC (rev 93487)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Roman Kyrylych 
+# Contributor: Roman Kyrylych 
+
+pkgname=iniparser
+pkgver=3.1
+pkgrel=3
+pkgdesc="A free stand-alone ini file parsing library written in portable ANSI 
C"
+arch=('i686' 'x86_64')
+url="http://ndevilla.free.fr/iniparser/";
+license=('MIT')
+depends=()
+makedepends=('chrpath')
+source=(http://ndevilla.free.fr/iniparser/$pkgname-$pkgver.tar.gz)
+md5sums=('0aa4f995468ed390caf323f50a285bc3')
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -Dm644 src/iniparser.h $pkgdir/usr/include/iniparser.h
+  install -Dm644 src/dictionary.h $pkgdir/usr/include/dictionary.h
+  install -Dm644 libiniparser.a $pkgdir/usr/lib/libiniparser.a
+  install -Dm644 libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so.0
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/iniparser/LICENSE
+  ln -sf libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so
+  chrpath -d $pkgdir/usr/lib/libiniparser.so
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-04 10:12:04 UTC (rev 93486)
+++ community-x86_64/PKGBUILD   2013-07-04 11:11:44 UTC (rev 93487)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Roman Kyrylych 
-# Contributor: Roman Kyrylych 
-
-pkgname=iniparser
-pkgver=3.1
-pkgrel=2
-pkgdesc="A free stand-alone ini file parsing library written in portable ANSI 
C"
-arch=('i686' 'x86_64')
-url="http://ndevilla.free.fr/iniparser/";
-license=('MIT')
-depends=()
-source=(http://ndevilla.free.fr/iniparser/$pkgname-$pkgver.tar.gz)
-md5sums=('0aa4f995468ed390caf323f50a285bc3')
-
-build() {
-  cd $srcdir/$pkgname
-  make
-  install -Dm644 src/iniparser.h $pkgdir/usr/include/iniparser.h
-  install -Dm644 src/dictionary.h $pkgdir/usr/include/dictionary.h
-  install -Dm644 libiniparser.a $pkgdir/usr/lib/libiniparser.a
-  install -Dm644 libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so.0
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/iniparser/LICENSE
-  ln -sf libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so
-}

Copied: iniparser/repos/community-x86_64/PKGBUILD (from rev 93486, 
iniparser/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-04 11:11:44 UTC (rev 93487)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Roman Kyrylych 
+# Contributor: Roman Kyrylych 
+
+pkgname=iniparser
+pkgver=3.1
+pkgrel=3
+pkgdesc="A free stand-alone ini file parsing library written in portable ANSI 
C"
+arch=('i686' 'x86_64')
+url="http://ndevilla.free.fr/iniparser/";
+license=('MIT')
+depends=()
+makedepends=('chrpath')
+source=(http://ndevilla.free.fr/iniparser/$pkgname-$pkgver.tar.

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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:16:28
  Author: tpowa
Revision: 93489

db-remove: iniparser removed by tpowa

Deleted:
  iniparser/repos/community-x86_64/



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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:16:11
  Author: tpowa
Revision: 189665

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

Added:
  iniparser/repos/extra-i686/
  iniparser/repos/extra-i686/PKGBUILD
(from rev 189664, iniparser/trunk/PKGBUILD)
  iniparser/repos/extra-x86_64/
  iniparser/repos/extra-x86_64/PKGBUILD
(from rev 189664, iniparser/trunk/PKGBUILD)

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

Copied: iniparser/repos/extra-i686/PKGBUILD (from rev 189664, 
iniparser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-04 11:16:11 UTC (rev 189665)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Roman Kyrylych 
+# Contributor: Roman Kyrylych 
+
+pkgname=iniparser
+pkgver=3.1
+pkgrel=3
+pkgdesc="A free stand-alone ini file parsing library written in portable ANSI 
C"
+arch=('i686' 'x86_64')
+url="http://ndevilla.free.fr/iniparser/";
+license=('MIT')
+depends=()
+makedepends=('chrpath')
+source=(http://ndevilla.free.fr/iniparser/$pkgname-$pkgver.tar.gz)
+md5sums=('0aa4f995468ed390caf323f50a285bc3')
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -Dm644 src/iniparser.h $pkgdir/usr/include/iniparser.h
+  install -Dm644 src/dictionary.h $pkgdir/usr/include/dictionary.h
+  install -Dm644 libiniparser.a $pkgdir/usr/lib/libiniparser.a
+  install -Dm644 libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so.0
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/iniparser/LICENSE
+  ln -sf libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so
+  chrpath -d $pkgdir/usr/lib/libiniparser.so
+}

Copied: iniparser/repos/extra-x86_64/PKGBUILD (from rev 189664, 
iniparser/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-04 11:16:11 UTC (rev 189665)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Roman Kyrylych 
+# Contributor: Roman Kyrylych 
+
+pkgname=iniparser
+pkgver=3.1
+pkgrel=3
+pkgdesc="A free stand-alone ini file parsing library written in portable ANSI 
C"
+arch=('i686' 'x86_64')
+url="http://ndevilla.free.fr/iniparser/";
+license=('MIT')
+depends=()
+makedepends=('chrpath')
+source=(http://ndevilla.free.fr/iniparser/$pkgname-$pkgver.tar.gz)
+md5sums=('0aa4f995468ed390caf323f50a285bc3')
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -Dm644 src/iniparser.h $pkgdir/usr/include/iniparser.h
+  install -Dm644 src/dictionary.h $pkgdir/usr/include/dictionary.h
+  install -Dm644 libiniparser.a $pkgdir/usr/lib/libiniparser.a
+  install -Dm644 libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so.0
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/iniparser/LICENSE
+  ln -sf libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so
+  chrpath -d $pkgdir/usr/lib/libiniparser.so
+}



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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:16:22
  Author: tpowa
Revision: 93488

db-remove: iniparser removed by tpowa

Deleted:
  iniparser/repos/community-i686/



[arch-commits] Commit in (4 files)

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:15:44
  Author: tpowa
Revision: 189664

community2extra: Moving iniparser from community to extra

Added:
  iniparser/
  iniparser/repos/
  iniparser/trunk/
  iniparser/trunk/PKGBUILD

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

Added: iniparser/trunk/PKGBUILD
===
--- iniparser/trunk/PKGBUILD(rev 0)
+++ iniparser/trunk/PKGBUILD2013-07-04 11:15:44 UTC (rev 189664)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Roman Kyrylych 
+# Contributor: Roman Kyrylych 
+
+pkgname=iniparser
+pkgver=3.1
+pkgrel=3
+pkgdesc="A free stand-alone ini file parsing library written in portable ANSI 
C"
+arch=('i686' 'x86_64')
+url="http://ndevilla.free.fr/iniparser/";
+license=('MIT')
+depends=()
+makedepends=('chrpath')
+source=(http://ndevilla.free.fr/iniparser/$pkgname-$pkgver.tar.gz)
+md5sums=('0aa4f995468ed390caf323f50a285bc3')
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -Dm644 src/iniparser.h $pkgdir/usr/include/iniparser.h
+  install -Dm644 src/dictionary.h $pkgdir/usr/include/dictionary.h
+  install -Dm644 libiniparser.a $pkgdir/usr/lib/libiniparser.a
+  install -Dm644 libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so.0
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/iniparser/LICENSE
+  ln -sf libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so
+  chrpath -d $pkgdir/usr/lib/libiniparser.so
+}


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


[arch-commits] Commit in (iniparser)

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:16:45
  Author: tpowa
Revision: 93490

community2extra: Moving iniparser from community to extra

Deleted:
  iniparser/



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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:19:03
  Author: tpowa
Revision: 189666

upgpkg: samba 4.0.7-1

bump to latest version, added libaio and iniparser as depends

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 11:16:11 UTC (rev 189665)
+++ PKGBUILD2013-07-04 11:19:03 UTC (rev 189666)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.0.6
+pkgver=4.0.7
 # 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.0.6
+_realver=4.0.7
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org";
@@ -177,7 +177,7 @@
 package_samba() {
 pkgdesc="SMB Fileserver and AD Domain server"
 depends=('db>=4.7' 'popt' 'libcups' 'libcap>=2.16' 'gamin' 'gnutls>=2.4.1'
- 'talloc' 'ldb' 'libbsd' 'python2' 'tdb' "smbclient>=$pkgver")
+ 'talloc' 'ldb' 'libbsd' 'python2' 'tdb' 'iniparser' 'libaio' 
"smbclient>=$pkgver")
 backup=(etc/logrotate.d/samba
 etc/pam.d/samba
 etc/samba/smb.conf
@@ -245,7 +245,8 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('db9dc684f167a602c18acc19d3e7e401'
+
+md5sums=('d887c1383654fc60b7bb1b74d273a826'
  '5697da77590ec092cc8a883bae06093c'
  'ee8507839745cf17d2fb5401be7da6a8'
  '96f82c38f3f540b53f3e5144900acf17'



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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:20:41
  Author: tpowa
Revision: 189667

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

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

+
 /PKGBUILD  |  524 +++
 /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  |  

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

2013-07-04 Thread Gaetan Bisson
Date: Thursday, July 4, 2013 @ 13:21:29
  Author: bisson
Revision: 189668

rebuild against gd-2.1.0

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 11:20:41 UTC (rev 189667)
+++ PKGBUILD2013-07-04 11:21:29 UTC (rev 189668)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.30.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')
@@ -34,13 +34,14 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed \
-   -e 's/ qw(\([^)]*\))/ (qw(\1))/g' \
+   -e 's: qw(\([^)]*\)): (qw(\1)):g' \
-i config/config_perl.pl
sed \
-e '/"archdir"/s:$:+" '"$(echo 
-I/usr/include/ruby-2.0.0/{$CARCH-linux,ruby/backward,})"'":' \
-e '/CONFIG/s:site:vendor:' \
-i config/config_ruby.rb
sed \
+   -e 's:guile-1.8:guile-2.0:g' \
-e 's:ruby-1.9:ruby-2.0:g' \
-e '/LIBPOSTFIX="64"/d' \
-i configure



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

2013-07-04 Thread Gaetan Bisson
Date: Thursday, July 4, 2013 @ 13:22:06
  Author: bisson
Revision: 189669

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 189668, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 189668, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 189668, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 189668, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 189668, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 189668, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   72 ++
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   72 ++
 staging-x86_64/install  |   12 ++
 6 files changed, 342 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 189668, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-07-04 11:22:06 UTC (rev 189669)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+"Contributor" means any person or entity that distributes the Program.
+
+"Licensed Patents" mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+"Program" means the Contributions distributed in accordance with this 
Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright 

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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:22:35
  Author: tpowa
Revision: 189670

fix #35997 spell Linux instead of linux

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 11:22:06 UTC (rev 189669)
+++ PKGBUILD2013-07-04 11:22:35 UTC (rev 189670)
@@ -98,7 +98,7 @@
 }
 
 _package() {
-  pkgdesc="The ${pkgbase} kernel and modules"
+  pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
   [ "${pkgbase}" = "linux" ] && groups=('base')
   depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
   optdepends=('crda: to set the correct wireless channels of your country')
@@ -161,7 +161,7 @@
 }
 
 _package-headers() {
-  pkgdesc="Header files and scripts for building modules for ${pkgbase} kernel"
+  pkgdesc="Header files and scripts for building modules for 
${pkgbase/linux/Linux} kernel"
   provides=("kernel26${_kernelname}-headers=${pkgver}")
   conflicts=("kernel26${_kernelname}-headers")
   replaces=("kernel26${_kernelname}-headers")
@@ -301,7 +301,7 @@
 }
 
 _package-docs() {
-  pkgdesc="Kernel hackers manual - HTML documentation that comes with the 
${pkgbase} kernel"
+  pkgdesc="Kernel hackers manual - HTML documentation that comes with the 
${pkgbase/linux/Linux} kernel"
   provides=("kernel26${_kernelname}-docs=${pkgver}")
   conflicts=("kernel26${_kernelname}-docs")
   replaces=("kernel26${_kernelname}-docs")



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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:24:09
  Author: tpowa
Revision: 189671

add md5sums of modules.symbols 3.10

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 11:22:35 UTC (rev 189670)
+++ PKGBUILD2013-07-04 11:24:09 UTC (rev 189671)
@@ -29,7 +29,9 @@
 
 # module.symbols md5sums
 # x86_64
+# 5d05869e7ea5a98b71cd9c694f96d06f  /lib/modules/3.10.0-1-ARCH/modules.symbols
 # i686
+# 47d116f1725c2bfa010b4cb9840bf84f  /lib/modules/3.10.0-1-ARCH/modules.symbols
 
 prepare() {
   cd "${srcdir}/${_srcname}"



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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:25:41
  Author: tpowa
Revision: 189672

fix #35997 spell Linux instead of linux

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 11:24:09 UTC (rev 189671)
+++ PKGBUILD2013-07-04 11:25:41 UTC (rev 189672)
@@ -117,7 +117,7 @@
 }
 
 _package() {
-  pkgdesc="The ${pkgbase} kernel and modules - stable longtime supported 
kernel package suitable for servers"
+  pkgdesc="The ${pkgbase/linux/Linux} kernel and modules - stable longtime 
supported kernel package suitable for servers"
   depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
   optdepends=('crda: to set the correct wireless channels of your country')
   provides=("kernel26${_kernelname}=${pkgver}")
@@ -181,7 +181,7 @@
 }
 
 _package-headers() {
-  pkgdesc="Header files and scripts for building modules for ${pkgbase} kernel"
+  pkgdesc="Header files and scripts for building modules for 
${pkgbase/linux/Linux} kernel"
   provides=("kernel26${_kernelname}-headers=${pkgver}")
   conflicts=("kernel26${_kernelname}-headers")
   replaces=("kernel26${_kernelname}-headers")



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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:47:21
  Author: tpowa
Revision: 189674

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-04 11:47:06 UTC (rev 189673)
+++ extra-i686/PKGBUILD 2013-07-04 11:47:21 UTC (rev 189674)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-
-pkgname=ldb
-pkgver=1.1.15
-pkgrel=1
-pkgdesc="A schema-less, ldap like, API and database"
-arch=('i686' 'x86_64')
-url="http://ldb.samba.org/";
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-license=('GPL3')
-depends=('talloc' 'tevent' 'tdb' 'popt')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
-   --disable-rpath \
-   --disable-rpath-install \
-   --bundled-libraries=NONE \
-   --builtin-libraries=replace \
---with-modulesdir=/usr/lib/ldb/modules \
---with-privatelibdir=/usr/lib/ldb
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('97ee9b455f6a547fb2b3b5a7836c41d7')

Copied: ldb/repos/extra-i686/PKGBUILD (from rev 189673, ldb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-04 11:47:21 UTC (rev 189674)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+
+pkgname=ldb
+pkgver=1.1.16
+pkgrel=1
+pkgdesc="A schema-less, ldap like, API and database"
+arch=('i686' 'x86_64')
+url="http://ldb.samba.org/";
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+license=('GPL3')
+depends=('talloc' 'tevent' 'tdb' 'popt')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --disable-rpath-install \
+   --bundled-libraries=NONE \
+   --builtin-libraries=replace \
+--with-modulesdir=/usr/lib/ldb/modules \
+--with-privatelibdir=/usr/lib/ldb
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('60865c0b5704469ee2e59703087c8ec8')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-04 11:47:06 UTC (rev 189673)
+++ extra-x86_64/PKGBUILD   2013-07-04 11:47:21 UTC (rev 189674)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-
-pkgname=ldb
-pkgver=1.1.15
-pkgrel=1
-pkgdesc="A schema-less, ldap like, API and database"
-arch=('i686' 'x86_64')
-url="http://ldb.samba.org/";
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-license=('GPL3')
-depends=('talloc' 'tevent' 'tdb' 'popt')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
-   --disable-rpath \
-   --disable-rpath-install \
-   --bundled-libraries=NONE \
-   --builtin-libraries=replace \
---with-modulesdir=/usr/lib/ldb/modules \
---with-privatelibdir=/usr/lib/ldb
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('97ee9b455f6a547fb2b3b5a7836c41d7')

Copied: ldb/repos/extra-x86_64/PKGBUILD (from rev 189673, ldb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBU

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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:47:06
  Author: tpowa
Revision: 189673

upgpkg: ldb 1.1.16-1

bump to latest version

Modified:
  ldb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 11:25:41 UTC (rev 189672)
+++ PKGBUILD2013-07-04 11:47:06 UTC (rev 189673)
@@ -4,7 +4,7 @@
 # Contributor: Marco A Rojas 
 
 pkgname=ldb
-pkgver=1.1.15
+pkgver=1.1.16
 pkgrel=1
 pkgdesc="A schema-less, ldap like, API and database"
 arch=('i686' 'x86_64')
@@ -37,4 +37,4 @@
 
make DESTDIR=${pkgdir}/ install
 }
-md5sums=('97ee9b455f6a547fb2b3b5a7836c41d7')
+md5sums=('60865c0b5704469ee2e59703087c8ec8')



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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:53:29
  Author: tpowa
Revision: 189676

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-04 11:53:16 UTC (rev 189675)
+++ extra-i686/PKGBUILD 2013-07-04 11:53:29 UTC (rev 189676)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: eric 
-# Contributor: Tom Newsom 
-
-pkgname=tdb
-pkgver=1.2.11
-pkgrel=1
-pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits"
-arch=(i686 x86_64)
-license=('GPL3')
-url="http://tdb.samba.org/";
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-makedepends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
-   #sed -i 's#python2\.6\([^ ]*\)#python2.7\1 python2.6\1#' configure
-   # Use system docbook.xsl
-   
#_manstyle="/usr/share/xml/docbook/xsl-stylesheets-1.76.1/manpages/docbook.xsl"
-   #sed -i "s#http.*xsl#$_manstyle#" tdb.mk
-   export PYTHON=/usr/bin/python2
-   ./configure --prefix=/usr \
-   --localstatedir=/var \
-   --sysconfdir=/etc/samba
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=/usr/bin/python2
-   make DESTDIR=$pkgdir/ install
-}
-md5sums=('67dcc5507213ec8c9664234fae095538')

Copied: tdb/repos/extra-i686/PKGBUILD (from rev 189675, tdb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-04 11:53:29 UTC (rev 189676)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: eric 
+# Contributor: Tom Newsom 
+
+pkgname=tdb
+pkgver=1.2.12
+pkgrel=1
+pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits"
+arch=(i686 x86_64)
+license=('GPL3')
+url="http://tdb.samba.org/";
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+makedepends=('python2' 'libxslt' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+   #sed -i 's#python2\.6\([^ ]*\)#python2.7\1 python2.6\1#' configure
+   # Use system docbook.xsl
+   
#_manstyle="/usr/share/xml/docbook/xsl-stylesheets-1.76.1/manpages/docbook.xsl"
+   #sed -i "s#http.*xsl#$_manstyle#" tdb.mk
+   export PYTHON=/usr/bin/python2
+   ./configure --prefix=/usr \
+   --localstatedir=/var \
+   --sysconfdir=/etc/samba
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
+   make DESTDIR=$pkgdir/ install
+}
+md5sums=('53e6168a7c2c93735a1c024fd2c3a7b4')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-04 11:53:16 UTC (rev 189675)
+++ extra-x86_64/PKGBUILD   2013-07-04 11:53:29 UTC (rev 189676)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: eric 
-# Contributor: Tom Newsom 
-
-pkgname=tdb
-pkgver=1.2.11
-pkgrel=1
-pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits"
-arch=(i686 x86_64)
-license=('GPL3')
-url="http://tdb.samba.org/";
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-makedepends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
-   #sed -i 's#python2\.6\([^ ]*\)#python2.7\1 python2.6\1#' configure
-   # Use system docbook.xsl
-   
#_manstyle="/usr/share/xml/docbook/xsl-stylesheets-1.76.1/manpages/docbook.xsl"
-   #sed -i "s#http.*xsl#$_manstyle#" tdb.mk
-   export PYTHON=/usr/bin/python2
-   ./configure --prefix=/usr \
-   --localstatedir=/var \
-   --sysconfdir=/etc/samba
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=/usr/bin/python2
-   make DESTDIR=$pkgdir/ install
-}
-md5sums=('67dcc5507213ec8c9664234fae095538')

Copied: tdb/repos/extra-x86_64/PKGBUILD (from rev 189675, tdb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-04 11:53:29 UTC (rev 189676)

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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 13:53:16
  Author: tpowa
Revision: 189675

upgpkg: tdb 1.2.12-1

bump to latest version

Modified:
  tdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 11:47:21 UTC (rev 189674)
+++ PKGBUILD2013-07-04 11:53:16 UTC (rev 189675)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=tdb
-pkgver=1.2.11
+pkgver=1.2.12
 pkgrel=1
 pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits"
 arch=(i686 x86_64)
@@ -33,4 +33,4 @@
export PYTHON=/usr/bin/python2
make DESTDIR=$pkgdir/ install
 }
-md5sums=('67dcc5507213ec8c9664234fae095538')
+md5sums=('53e6168a7c2c93735a1c024fd2c3a7b4')



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

2013-07-04 Thread Kyle Keen
Date: Thursday, July 4, 2013 @ 14:14:37
  Author: kkeen
Revision: 93491

upgpkg: seamonkey 2.19-1

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 11:16:45 UTC (rev 93490)
+++ PKGBUILD2013-07-04 12:14:37 UTC (rev 93491)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=seamonkey
-pkgver=2.17.1
-pkgrel=2
+pkgver=2.19
+pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('i686' 'x86_64')
 license=('MPL')
@@ -15,7 +15,7 @@
 mozconfig
 seamonkey.desktop
 seamonkey-2.0-lang.patch)
-md5sums=('a95013068da38fe3f8db30e0ebe6f2f5'
+md5sums=('233587b605261349405330005c91b2fe'
  'dabc8f517fbff67b8599064bedd32606'
  '6119a2254716752c9d08e366f8d4c048'
  '25b6fe16ac24cd5c852213e5c1adb272')



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

2013-07-04 Thread Kyle Keen
Date: Thursday, July 4, 2013 @ 14:15:25
  Author: kkeen
Revision: 93492

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

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 93491, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 93491, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 93491, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.desktop
(from rev 93491, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 93491, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 93491, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 93491, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 93491, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.desktop
(from rev 93491, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 93491, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/community-i686/seamonkey.desktop
  seamonkey/repos/community-i686/seamonkey.install
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.desktop
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  130 
 /mozconfig|   62 +
 /seamonkey-2.0-lang.patch |   22 
 /seamonkey.desktop|   22 
 /seamonkey.install|   24 +
 community-i686/PKGBUILD   |   65 --
 community-i686/mozconfig  |   31 --
 community-i686/seamonkey-2.0-lang.patch   |   11 --
 community-i686/seamonkey.desktop  |   11 --
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   65 --
 community-x86_64/mozconfig|   31 --
 community-x86_64/seamonkey-2.0-lang.patch |   11 --
 community-x86_64/seamonkey.desktop|   11 --
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 260 insertions(+), 260 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-04 12:14:37 UTC (rev 93491)
+++ community-i686/PKGBUILD 2013-07-04 12:15:25 UTC (rev 93492)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.17.1
-pkgrel=2
-pkgdesc="SeaMonkey internet suite"
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/";
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
-mozconfig
-seamonkey.desktop
-seamonkey-2.0-lang.patch)
-md5sums=('a95013068da38fe3f8db30e0ebe6f2f5'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
-  -i suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-}
-
-build() {
-  cd comm-release
-
-  export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
-  export MOZ_MAKE_FLAGS="$MAKEFLAGS"
-  unset MAKEFLAGS
-
-  make -j1 -f client.mk build
-}
-
-package() {
-  cd comm-release
-
-  make -j1 -f client.mk DESTDIR="$pkgdir" install
-
-  rm -rf "$pkgdir"/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
-  ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey-$pkgver/dictionaries"
-  ln -s /usr/share/hyphen "$pkgdir/usr/lib/seamonkey-$pkgver/hyphenation"
-
-  install -m755 -d "$pkgdir/usr/share/applications"
-  install -m755 -d "$pkgdir/usr/share/pixmaps"
-  install -m644 suite/branding/nightly/icons/gtk/seamonkey.png \
-"$pkgdir/usr/share/pixmaps/"
-  install -m644 "$srcdir/se

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

2013-07-04 Thread Ike Devolder
Date: Thursday, July 4, 2013 @ 14:38:15
  Author: idevolder
Revision: 93493

doublecmd :: 0.5.5

Modified:
  doublecmd/trunk/PKGBUILD
  doublecmd/trunk/doublecmd.install

---+
 PKGBUILD  |   30 +++---
 doublecmd.install |6 +++---
 2 files changed, 26 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 12:15:25 UTC (rev 93492)
+++ PKGBUILD2013-07-04 12:38:15 UTC (rev 93493)
@@ -1,3 +1,4 @@
+# vim:set ft=sh:
 # $Id$
 # Maintainer: BlackIkeEagle 
 # Contributor: (sirocco AT ngs.ru)
@@ -4,30 +5,44 @@
 
 pkgbase=doublecmd
 pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.5.4
-_helpver=0.5.1
-pkgrel=2.1
+pkgver=0.5.5
+_helpver=0.5.5
+pkgrel=1
 url="http://doublecmd.sourceforge.net/";
 arch=('i686' 'x86_64')
 license=('GPL')
 install="$pkgbase.install"
 provides=("$pkgbase")
 makedepends=('lazarus' 'qt4pas' 'gtk2')
-optdepends=('lua: scripting' 'p7zip: support for 7zip archives' 'libunrar: 
support for rar archives')
-source=("http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz";
+optdepends=(
+   'lua51: scripting'
+   'p7zip: support for 7zip archives'
+   'libunrar: support for rar archives'
+)
+source=(
+   
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz";

"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz";
 )
-sha256sums=('480b83279adeba007ad5c54f455733fae3d9c9ee61762e6b5a63e2e67b1cd7b7'
-'d9f518e05e089b71aaa31c7d4af8177e77594a02be2c316e85e061e63b4c03e5')
+sha256sums=('253ec036ec119c067f501247445acdd35d67ffd9693d246dc4e98897c6df6434'
+'5c5d00187df811df0734bf751a581bce7e1bdd4cf4639b2a1101f1da8743daaf')
 
 build() {
cp -a $pkgbase-$pkgver $pkgbase-gtk
cp -a $pkgbase-$pkgver $pkgbase-qt
 
cd "$srcdir/$pkgbase-gtk"
+   if [ "$CARCH" = "i686" ]; then
+   sed -e '/fPIC/d' -i 
"$srcdir/$pkgbase-gtk/components/doublecmd/doublecmd_common.lpk"
+   fi
+   sed -e 's/\(export\ lazbuild=\).*/\1"$(which\ lazbuild) 
--lazarusdir=\/usr\/lib\/lazarus"/' -i build.sh
./build.sh beta gtk2
 
cd "$srcdir/$pkgbase-qt"
+   # dont use fPIC on i686
+   if [ "$CARCH" = "i686" ]; then
+   sed -e '/fPIC/d' -i 
"$srcdir/$pkgbase-qt/components/doublecmd/doublecmd_common.lpk"
+   fi
+   sed -e 's/\(export\ lazbuild=\).*/\1"$(which\ lazbuild) 
--lazarusdir=\/usr\/lib\/lazarus"/' -i build.sh
./build.sh beta qt
 }
 
@@ -54,3 +69,4 @@
cd "$srcdir/$pkgbase-help-$_helpver"
cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
 }
+

Modified: doublecmd.install
===
--- doublecmd.install   2013-07-04 12:15:25 UTC (rev 93492)
+++ doublecmd.install   2013-07-04 12:38:15 UTC (rev 93493)
@@ -3,20 +3,20 @@
# Setup Menus
if which update-desktop-database
then
-   update-desktop-database -q /usr/share/applications
+   update-desktop-database -q /usr/share/applications > /dev/null 
2>&1
fi
 
# Setup MIME types
if which update-mime-database
then
-   update-mime-database /usr/share/mime >/dev/null
+   update-mime-database /usr/share/mime > /dev/null 2>&1
fi
 
# Setup Icons
touch -c /usr/share/icons/hicolor
if which gtk-update-icon-cache
then
-   gtk-update-icon-cache -tq /usr/share/icons/hicolor
+   gtk-update-icon-cache -tq /usr/share/icons/hicolor > /dev/null 
2>&1
fi
 
 }



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

2013-07-04 Thread Ike Devolder
Date: Thursday, July 4, 2013 @ 14:38:35
  Author: idevolder
Revision: 93494

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

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

+
 /PKGBUILD  |  144 +++
 /doublecmd.install |   68 
 community-i686/PKGBUILD|   56 -
 community-i686/doublecmd.install   |   34 
 community-x86_64/PKGBUILD  |   56 -
 community-x86_64/doublecmd.install |   34 
 6 files changed, 212 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-04 12:38:15 UTC (rev 93493)
+++ community-i686/PKGBUILD 2013-07-04 12:38:35 UTC (rev 93494)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: (sirocco AT ngs.ru)
-
-pkgbase=doublecmd
-pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.5.4
-_helpver=0.5.1
-pkgrel=2.1
-url="http://doublecmd.sourceforge.net/";
-arch=('i686' 'x86_64')
-license=('GPL')
-install="$pkgbase.install"
-provides=("$pkgbase")
-makedepends=('lazarus' 'qt4pas' 'gtk2')
-optdepends=('lua: scripting' 'p7zip: support for 7zip archives' 'libunrar: 
support for rar archives')
-source=("http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz";
-   
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz";
-)
-sha256sums=('480b83279adeba007ad5c54f455733fae3d9c9ee61762e6b5a63e2e67b1cd7b7'
-'d9f518e05e089b71aaa31c7d4af8177e77594a02be2c316e85e061e63b4c03e5')
-
-build() {
-   cp -a $pkgbase-$pkgver $pkgbase-gtk
-   cp -a $pkgbase-$pkgver $pkgbase-qt
-
-   cd "$srcdir/$pkgbase-gtk"
-   ./build.sh beta gtk2
-
-   cd "$srcdir/$pkgbase-qt"
-   ./build.sh beta qt
-}
-
-package_doublecmd-gtk2() {
-   pkgdesc="twin-panel (commander-style) file manager (GTK)"
-   depends=('gtk2')
-   cd "$srcdir/$pkgbase-gtk"
-   sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh
-   ./install/linux/install.sh --install-prefix="$pkgdir"
-
-   # install doc
-   cd "$srcdir/$pkgbase-help-$_helpver"
-   cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
-}
-
-package_doublecmd-qt() {
-   pkgdesc="twin-panel (commander-style) file manager (QT)"
-   depends=('qt4pas')
-   cd "$srcdir/$pkgbase-qt"
-   sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh
-   ./install/linux/install.sh --install-prefix="$pkgdir"
-
-   # install doc
-   cd "$srcdir/$pkgbase-help-$_helpver"
-   cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
-}

Copied: doublecmd/repos/community-i686/PKGBUILD (from rev 93493, 
doublecmd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-04 12:38:35 UTC (rev 93494)
@@ -0,0 +1,72 @@
+# vim:set ft=sh:
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: (sirocco AT ngs.ru)
+
+pkgbase=doublecmd
+pkgname=('doublecmd-gtk2' 'doublecmd-qt')
+pkgver=0.5.5
+_helpver=0.5.5
+pkgrel=1
+url="http://doublecmd.sourceforge.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+install="$pkgbase.install"
+provides=("$pkgbase")
+makedepends=('lazarus' 'qt4pas' 'gtk2')
+optdepends=(
+   'lua51: scripting'
+   'p7zip: support for 7zip archives'
+   'libunrar: support for rar archives'
+)
+source=(
+   
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz";
+   
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz";
+)
+sha256sums=('253ec036ec119c067f501247445acdd35d67ffd9693d246dc4e98897c6df6434'
+'5c5d00187df811df0734bf751a581bce7e1bdd4cf4639b2a1101f1da8743daaf')
+
+build() {
+   cp -a $pkgbase-$pkgver $pkgbase-gtk
+   cp -a $pkgbase-$pkgver $pkgbase-qt
+
+   cd "$srcdir/$pkgbase-gtk"
+   if [ "$CARCH" = "i686" ]; then
+   sed -e '/fPIC/d' -i 
"$srcdir/$pkgbase-gtk/components/doublecmd/doublecmd_common.lpk"
+   fi
+   sed -e 's/\(export\ lazbuild=\).*/\1"$(which\ lazbuild) 
--lazarusdir=\/usr\/lib\/lazarus"/' -i bu

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

2013-07-04 Thread Laurent Carlier
Date: Thursday, July 4, 2013 @ 14:40:36
  Author: lcarlier
Revision: 93495

upgpkg: patchutils 0.3.3-1

upstream update 0.3.3

Modified:
  patchutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 12:38:35 UTC (rev 93494)
+++ PKGBUILD2013-07-04 12:40:36 UTC (rev 93495)
@@ -3,15 +3,15 @@
 # Maintainer: Douglas Soares de Andrade 
 
 pkgname=patchutils
-pkgver=0.3.2
-pkgrel=2
+pkgver=0.3.3
+pkgrel=1
 pkgdesc="A small collection of programs that operate on patch files"
 license=('GPL')
 url="http://cyberelk.net/tim/patchutils/";
 depends=('perl')
 arch=('i686' 'x86_64')
-source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('74607b4a28c9009c6aeeed0e91098917')
+source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz)
+md5sums=('b640b6b8af6183f83eacf7bd6d2460cb')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-07-04 Thread Laurent Carlier
Date: Thursday, July 4, 2013 @ 14:40:49
  Author: lcarlier
Revision: 93496

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

Added:
  patchutils/repos/community-i686/PKGBUILD
(from rev 93495, patchutils/trunk/PKGBUILD)
  patchutils/repos/community-x86_64/PKGBUILD
(from rev 93495, patchutils/trunk/PKGBUILD)
Deleted:
  patchutils/repos/community-i686/PKGBUILD
  patchutils/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-07-04 12:40:36 UTC (rev 93495)
+++ community-i686/PKGBUILD 2013-07-04 12:40:49 UTC (rev 93496)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Aurelien Foret 
-# Maintainer: Douglas Soares de Andrade 
-
-pkgname=patchutils
-pkgver=0.3.2
-pkgrel=2
-pkgdesc="A small collection of programs that operate on patch files"
-license=('GPL')
-url="http://cyberelk.net/tim/patchutils/";
-depends=('perl')
-arch=('i686' 'x86_64')
-source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('74607b4a28c9009c6aeeed0e91098917')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: patchutils/repos/community-i686/PKGBUILD (from rev 93495, 
patchutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-04 12:40:49 UTC (rev 93496)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Aurelien Foret 
+# Maintainer: Douglas Soares de Andrade 
+
+pkgname=patchutils
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="A small collection of programs that operate on patch files"
+license=('GPL')
+url="http://cyberelk.net/tim/patchutils/";
+depends=('perl')
+arch=('i686' 'x86_64')
+source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz)
+md5sums=('b640b6b8af6183f83eacf7bd6d2460cb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-04 12:40:36 UTC (rev 93495)
+++ community-x86_64/PKGBUILD   2013-07-04 12:40:49 UTC (rev 93496)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Aurelien Foret 
-# Maintainer: Douglas Soares de Andrade 
-
-pkgname=patchutils
-pkgver=0.3.2
-pkgrel=2
-pkgdesc="A small collection of programs that operate on patch files"
-license=('GPL')
-url="http://cyberelk.net/tim/patchutils/";
-depends=('perl')
-arch=('i686' 'x86_64')
-source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('74607b4a28c9009c6aeeed0e91098917')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: patchutils/repos/community-x86_64/PKGBUILD (from rev 93495, 
patchutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-04 12:40:49 UTC (rev 93496)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Aurelien Foret 
+# Maintainer: Douglas Soares de Andrade 
+
+pkgname=patchutils
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="A small collection of programs that operate on patch files"
+license=('GPL')
+url="http://cyberelk.net/tim/patchutils/";
+depends=('perl')
+arch=('i686' 'x86_64')
+source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz)
+md5sums=('b640b6b8af6183f83eacf7bd6d2460cb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}



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

2013-07-04 Thread Ike Devolder
Date: Thursday, July 4, 2013 @ 14:44:03
  Author: idevolder
Revision: 93497

libcec :: 2.1.3

Modified:
  libcec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 12:40:49 UTC (rev 93496)
+++ PKGBUILD2013-07-04 12:44:03 UTC (rev 93497)
@@ -4,7 +4,7 @@
 # vim: ft=sh:
 
 pkgname=libcec
-pkgver=2.1.1
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 license=('GPL')
 depends=('udev' 'lockdev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver";)
-_srcfolder=Pulse-Eight-libcec-605d913
+_srcfolder=Pulse-Eight-libcec-54be21e
 options=(!libtool)
-sha256sums=('085cabf38bbe82c0a1c78fc4a0cc318b3c4f5fadae325b3d648821d2a4bf694d')
+sha256sums=('2aa88451b528184b02077ee8c6cd10e2f89121a6a05b1b35b4b792b03108a9d1')
 
 build() {
   mv "$_srcfolder" "$pkgname-$pkgver"



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

2013-07-04 Thread Ike Devolder
Date: Thursday, July 4, 2013 @ 14:44:24
  Author: idevolder
Revision: 93498

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-04 12:44:03 UTC (rev 93497)
+++ community-i686/PKGBUILD 2013-07-04 12:44:24 UTC (rev 93498)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Philippe Cherel 
-# vim: ft=sh:
-
-pkgname=libcec
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
-arch=('i686' 'x86_64')
-url="https://github.com/Pulse-Eight/libcec";
-license=('GPL')
-depends=('udev' 'lockdev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver";)
-_srcfolder=Pulse-Eight-libcec-605d913
-options=(!libtool)
-sha256sums=('085cabf38bbe82c0a1c78fc4a0cc318b3c4f5fadae325b3d648821d2a4bf694d')
-
-build() {
-  mv "$_srcfolder" "$pkgname-$pkgver"
-
-  cd "$pkgname-$pkgver"
-  export CFLAGS="$CFLAGS -fPIC"
-  export CXXFLAGS="$CXXFLAGS -fPIC"
-  export LDFLAGS="$LDFLAGS -fPIC"
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libcec/repos/community-i686/PKGBUILD (from rev 93497, 
libcec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-04 12:44:24 UTC (rev 93498)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Philippe Cherel 
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')
+url="https://github.com/Pulse-Eight/libcec";
+license=('GPL')
+depends=('udev' 'lockdev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver";)
+_srcfolder=Pulse-Eight-libcec-54be21e
+options=(!libtool)
+sha256sums=('2aa88451b528184b02077ee8c6cd10e2f89121a6a05b1b35b4b792b03108a9d1')
+
+build() {
+  mv "$_srcfolder" "$pkgname-$pkgver"
+
+  cd "$pkgname-$pkgver"
+  export CFLAGS="$CFLAGS -fPIC"
+  export CXXFLAGS="$CXXFLAGS -fPIC"
+  export LDFLAGS="$LDFLAGS -fPIC"
+  autoreconf -vif
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-04 12:44:03 UTC (rev 93497)
+++ community-x86_64/PKGBUILD   2013-07-04 12:44:24 UTC (rev 93498)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Philippe Cherel 
-# vim: ft=sh:
-
-pkgname=libcec
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
-arch=('i686' 'x86_64')
-url="https://github.com/Pulse-Eight/libcec";
-license=('GPL')
-depends=('udev' 'lockdev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver";)
-_srcfolder=Pulse-Eight-libcec-605d913
-options=(!libtool)
-sha256sums=('085cabf38bbe82c0a1c78fc4a0cc318b3c4f5fadae325b3d648821d2a4bf694d')
-
-build() {
-  mv "$_srcfolder" "$pkgname-$pkgver"
-
-  cd "$pkgname-$pkgver"
-  export CFLAGS="$CFLAGS -fPIC"
-  export CXXFLAGS="$CXXFLAGS -fPIC"
-  export LDFLAGS="$LDFLAGS -fPIC"
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libcec/repos/community-x86_64/PKGBUILD (from rev 93497, 
libcec/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-04 12:44:24 UTC (rev 93498)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Philippe Cherel 
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')
+url="https://github.com/Pulse-Eight/libcec";
+license=('GPL')
+depends=('udev' 'lockdev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver";)
+_srcfolder=Pulse-Eight-libcec-54be21e
+options=(!libtool)
+sha256sums=('2aa88451b528184b02077ee8c6cd10e2f89121a6a05b1b35b4b792b03108a9d1')
+
+build() {
+  mv "$_srcfol

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

2013-07-04 Thread Ike Devolder
Date: Thursday, July 4, 2013 @ 14:45:53
  Author: idevolder
Revision: 93500

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

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

+
 /PKGBUILD  |   88 +++
 /opera.install |   40 +
 community-i686/PKGBUILD|   44 ---
 community-i686/opera.install   |   20 
 community-x86_64/PKGBUILD  |   44 ---
 community-x86_64/opera.install |   20 
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-04 12:45:36 UTC (rev 93499)
+++ community-i686/PKGBUILD 2013-07-04 12:45:53 UTC (rev 93500)
@@ -1,44 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-
-pkgname=opera
-_ver=12.15
-_build=1748
-pkgver=$_ver.$_build
-pkgrel=1
-pkgdesc='Fast and secure web browser and Internet suite'
-arch=('i686' 'x86_64')
-url='http://www.opera.com/browser/'
-license=('custom:opera')
-depends=('gcc-libs' 'libxt' 'freetype2' 'libxext' 'glib2'
- 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('gstreamer0.10-base-plugins: HTML5 Video support'
-'gstreamer0.10-good: HTML5 Video support')
-install=$pkgname.install
-options=(!strip !zipman)
-
-
-  
#source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.i386.linux.tar.xz
-  
#http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.x86_64.linux.tar.xz)
-
-if [[ $CARCH == i686 ]]; then
-  _arch=i386
-  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
-  
sha256sums=('602eff2177b42d809c44c832cb961eb5cfad1d502d20af31f082a703bee2eae2')
-elif [[ $CARCH == x86_64 ]]; then
-  _arch=$CARCH
-  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
-  
sha256sums=('249e74b1fdf0c2d32813f76bd1f54eaf0a41473ee46957924016b604cc16888d')
-fi
-
-package() {
-  opera-${_ver}-${_build}.${_arch}.linux/install --prefix /usr --repackage 
$pkgdir/usr
-  install -Dm 644 $pkgdir/usr/share/$pkgname/defaults/license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}

Copied: opera/repos/community-i686/PKGBUILD (from rev 93499, 
opera/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-04 12:45:53 UTC (rev 93500)
@@ -0,0 +1,44 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Mateusz Herych 
+# Contributor: ruario 
+# Contributor: Daniel Isenmann 
+# Contributor: dorphell 
+# Contributor: Sigitas Mazaliauskas 
+
+pkgname=opera
+_ver=12.16
+_build=1860
+pkgver=$_ver.$_build
+pkgrel=1
+pkgdesc='Fast and secure web browser and Internet suite'
+arch=('i686' 'x86_64')
+url='http://www.opera.com/browser/'
+license=('custom:opera')
+depends=('gcc-libs' 'libxt' 'freetype2' 'libxext' 'glib2'
+ 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('gstreamer0.10-base-plugins: HTML5 Video support'
+'gstreamer0.10-good: HTML5 Video support')
+install=$pkgname.install
+options=(!strip !zipman)
+
+
+  
#source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.i386.linux.tar.xz
+  
#http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.x86_64.linux.tar.xz)
+
+if [[ $CARCH == i686 ]]; then
+  _arch=i386
+  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
+  
sha256sums=('df640656a52b7c714faf25de92d84992116ce8f82b7a67afc1121eb3c428489d')
+elif [[ $CARCH == x86_64 ]]; then
+  _arch=$CARCH
+  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
+  
sha256sums=('b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e')
+fi
+
+package() {
+  opera-${_ver}-${_build}.${_arch}.linux/install --prefix /usr --repackage 
$p

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

2013-07-04 Thread Ike Devolder
Date: Thursday, July 4, 2013 @ 14:45:36
  Author: idevolder
Revision: 93499

opera :: 12.16

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 12:44:24 UTC (rev 93498)
+++ PKGBUILD2013-07-04 12:45:36 UTC (rev 93499)
@@ -9,8 +9,8 @@
 # Contributor: Sigitas Mazaliauskas 
 
 pkgname=opera
-_ver=12.15
-_build=1748
+_ver=12.16
+_build=1860
 pkgver=$_ver.$_build
 pkgrel=1
 pkgdesc='Fast and secure web browser and Internet suite'
@@ -31,11 +31,11 @@
 if [[ $CARCH == i686 ]]; then
   _arch=i386
   
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
-  
sha256sums=('602eff2177b42d809c44c832cb961eb5cfad1d502d20af31f082a703bee2eae2')
+  
sha256sums=('df640656a52b7c714faf25de92d84992116ce8f82b7a67afc1121eb3c428489d')
 elif [[ $CARCH == x86_64 ]]; then
   _arch=$CARCH
   
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
-  
sha256sums=('249e74b1fdf0c2d32813f76bd1f54eaf0a41473ee46957924016b604cc16888d')
+  
sha256sums=('b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e')
 fi
 
 package() {



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

2013-07-04 Thread Andreas Radke
Date: Thursday, July 4, 2013 @ 16:04:39
  Author: andyrtr
Revision: 189677

upgpkg: man-pages 3.52-1

upstream update 3.52

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 11:53:29 UTC (rev 189676)
+++ PKGBUILD2013-07-04 14:04:39 UTC (rev 189677)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=3.51
+pkgver=3.52
 _posixver=2003-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('63eef7d6d5abf30bc5b785e344d1df8b'
+md5sums=('dbf00e3a6fd1e23e27a4552bf4d16fed'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {
@@ -33,7 +33,7 @@
   make prefix=${pkgdir}/usr install
 
   cd ${pkgdir}/usr/share/man
-  # these are included in coreutils || return 1
+  # these are included in coreutils
   rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
   rm -f man1/{df,dircolors,du,install,ln,ls}.1
   rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1



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

2013-07-04 Thread Andreas Radke
Date: Thursday, July 4, 2013 @ 16:04:52
  Author: andyrtr
Revision: 189678

archrelease: copy trunk to testing-any

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

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

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



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

2013-07-04 Thread Sergej Pupykin
Date: Thursday, July 4, 2013 @ 16:26:40
  Author: spupykin
Revision: 93501

upgpkg: virtviewer 0.5.6-1

upd

Modified:
  virtviewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 12:45:53 UTC (rev 93500)
+++ PKGBUILD2013-07-04 14:26:40 UTC (rev 93501)
@@ -3,20 +3,20 @@
 # Maintainer: Jonathan Wiersma 
 
 pkgname=virtviewer
-pkgver=0.5.5
+pkgver=0.5.6
 pkgrel=1
 pkgdesc="A lightweight interface for interacting with the graphical display of 
virtualized guest OS."
-depends=('gtk-vnc' 'libglade>=2.6.0' 'libvirt')
+depends=('gtk-vnc' 'libglade>=2.6.0' 'libvirt' 'spice-gtk3')
 makedepends=('intltool')
 url="http://virt-manager.et.redhat.com";
 arch=('i686' 'x86_64')
 license=('GPL')
 
source=("http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz";)
-md5sums=('a5516d33a29df5d135611c4667c03f77')
+md5sums=('b1f55ad642df062028b24d8a77619ac5')
 
 build() {
   cd $srcdir/virt-viewer-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-gtk=3.0
   make
 }
 



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

2013-07-04 Thread Sergej Pupykin
Date: Thursday, July 4, 2013 @ 16:27:03
  Author: spupykin
Revision: 93502

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-04 14:26:40 UTC (rev 93501)
+++ community-i686/PKGBUILD 2013-07-04 14:27:03 UTC (rev 93502)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-
-pkgname=virtviewer
-pkgver=0.5.5
-pkgrel=1
-pkgdesc="A lightweight interface for interacting with the graphical display of 
virtualized guest OS."
-depends=('gtk-vnc' 'libglade>=2.6.0' 'libvirt')
-makedepends=('intltool')
-url="http://virt-manager.et.redhat.com";
-arch=('i686' 'x86_64')
-license=('GPL')
-source=("http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz";)
-md5sums=('a5516d33a29df5d135611c4667c03f77')
-
-build() {
-  cd $srcdir/virt-viewer-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/virt-viewer-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: virtviewer/repos/community-i686/PKGBUILD (from rev 93501, 
virtviewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-04 14:27:03 UTC (rev 93502)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+
+pkgname=virtviewer
+pkgver=0.5.6
+pkgrel=1
+pkgdesc="A lightweight interface for interacting with the graphical display of 
virtualized guest OS."
+depends=('gtk-vnc' 'libglade>=2.6.0' 'libvirt' 'spice-gtk3')
+makedepends=('intltool')
+url="http://virt-manager.et.redhat.com";
+arch=('i686' 'x86_64')
+license=('GPL')
+source=("http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz";)
+md5sums=('b1f55ad642df062028b24d8a77619ac5')
+
+build() {
+  cd $srcdir/virt-viewer-$pkgver
+  ./configure --prefix=/usr --with-gtk=3.0
+  make
+}
+
+package() {
+  cd $srcdir/virt-viewer-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-04 14:26:40 UTC (rev 93501)
+++ community-x86_64/PKGBUILD   2013-07-04 14:27:03 UTC (rev 93502)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-
-pkgname=virtviewer
-pkgver=0.5.5
-pkgrel=1
-pkgdesc="A lightweight interface for interacting with the graphical display of 
virtualized guest OS."
-depends=('gtk-vnc' 'libglade>=2.6.0' 'libvirt')
-makedepends=('intltool')
-url="http://virt-manager.et.redhat.com";
-arch=('i686' 'x86_64')
-license=('GPL')
-source=("http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz";)
-md5sums=('a5516d33a29df5d135611c4667c03f77')
-
-build() {
-  cd $srcdir/virt-viewer-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/virt-viewer-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: virtviewer/repos/community-x86_64/PKGBUILD (from rev 93501, 
virtviewer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-04 14:27:03 UTC (rev 93502)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+
+pkgname=virtviewer
+pkgver=0.5.6
+pkgrel=1
+pkgdesc="A lightweight interface for interacting with the graphical display of 
virtualized guest OS."
+depends=('gtk-vnc' 'libglade>=2.6.0' 'libvirt' 'spice-gtk3')
+makedepends=('intltool')
+url="http://virt-manager.et.redhat.com";
+arch=('i686' 'x86_64')
+license=('GPL')
+source=("http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz";)
+md5sums=('b1f55ad642df062028b24d8a77619ac5')
+
+build() {
+  cd $srcdir/virt-viewer-$pkgver
+  ./configure --prefix=/usr --with-gtk=3.0
+  make
+}
+
+package() {
+  cd $srcdir/virt-viewer-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in qt5/trunk (PKGBUILD qt5-base.install use-python2.patch)

2013-07-04 Thread Andrea Scarpino
Date: Thursday, July 4, 2013 @ 17:18:06
  Author: andrea
Revision: 189681

Upstream release; move qt5-doc in a separate PKGBUILD

Modified:
  qt5/trunk/PKGBUILD
  qt5/trunk/use-python2.patch
Deleted:
  qt5/trunk/qt5-base.install

---+
 PKGBUILD  |  125 
 qt5-base.install  |   11 
 use-python2.patch |   11 
 3 files changed, 80 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 14:55:33 UTC (rev 189680)
+++ PKGBUILD2013-07-04 15:18:06 UTC (rev 189681)
@@ -4,20 +4,23 @@
 pkgbase=qt5
 pkgname=('qt5-base'
  'qt5-declarative'
- 'qt5-doc'
  'qt5-graphicaleffects'
  'qt5-imageformats'
  'qt5-jsbackend'
  'qt5-multimedia'
  'qt5-quick1'
+ 'qt5-quickcontrols'
  'qt5-script'
+ 'qt5-sensors'
+ 'qt5-serialport'
  'qt5-svg'
  'qt5-tools'
  'qt5-translations'
  'qt5-webkit'
+ 'qt5-x11extras'
  'qt5-xmlpatterns')
-pkgver=5.0.2
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -26,27 +29,23 @@
 'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 
'desktop-file-utils'
 'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 
'libfbclient'
 'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig'
-'libmng' 'openal' 'gtk2')
+'libmng' 'openal' 'gtk2' 'libxkbcommon')
 groups=('qt' 'qt5')
 options=('!libtool')
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
-source=("http://releases.qt-project.org/${pkgbase}/${pkgver}/single/${_pkgfqn}.tar.xz";
+source=("http://download.qt-project.org/official_releases/qt/5.1/${pkgver}/single/${_pkgfqn}.tar.xz";
 'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop'
-'use-python2.patch' 'gcc48.patch')
-md5sums=('2cab3518d86fe8f0638c7faea8b46397'
+'use-python2.patch')
+md5sums=('44a507beebef73eb364b5a2ec7bbe090'
  'b2897dd6a2967bccf8f10e397aafee55'
  '9638a78e502719ef8fe5f8d10d0361a9'
  '188da8f4c87316e730ebf1c6217bf5a0'
  '322b419b16c75d4de0ee7ad0a246caa1'
- 'd6ab43fb371be494e3bfd9b210c40bf1'
- '7927028e2374321c78a76df858e723d6')
+ '92831f79144d5cb8121915423ba47575')
 
-build() {
+prepare() {
   cd ${_pkgfqn}
 
-  export QTDIR="${srcdir}"/${_pkgfqn}
-  export LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
-
   sed -i "s|-O2|${CXXFLAGS}|" qtbase/mkspecs/common/{g++,gcc}-base.conf
   sed -i "/^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g" 
qtbase/mkspecs/common/gcc-base-unix.conf
   sed -i "/^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g" 
qtbase/mkspecs/common/gcc-base.conf
@@ -56,13 +55,15 @@
   sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
 -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
 $(find . -name '*.py')
+}
 
-  # GCC 4.8 fixes
-  cd qtbase
-  patch -p1 -i "${srcdir}"/gcc48.patch
-  cd ../
+build() {
+  cd ${_pkgfqn}
 
-  ./configure -confirm-license -opensource \
+  export QTDIR="${srcdir}"/${_pkgfqn}
+  export LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
+
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
 -prefix /usr \
 -bindir /usr/lib/qt/bin \
 -docdir /usr/share/doc/qt \
@@ -83,30 +84,17 @@
 -reduce-relocations
 
   make
-
-  # build docs
-  make docs
-
-  # build examples
-  for m in qtbase qtdeclarative qtmultimedia qtquick1 qtscript qtsvg qttools \
-qtwebkit-examples-and-demos qtxmlpatterns; do
-cd ${m}/examples
-${QTDIR}/qtbase/bin/qmake
-make
-cd ../../
-  done
 }
 
 package_qt5-base() {
   pkgdesc='A cross-platform application and UI framework'
   depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 
'systemd'
'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'libpng' 
'xcb-util-image'
-   'hicolor-icon-theme' 'xdg-utils' 'icu' 'qtchooser')
+   'icu' 'qtchooser' 'libxkbcommon')
   optdepends=('postgresql-libs: PostgreSQL driver'
   'libmariadbclient: MariaDB driver'
   'unixodbc: ODBC driver'
   'libfbclient: Firebird/iBase driver')
-  install='qt5-base.install'
   conflicts=('qt')
 
   cd ${_pkgfqn}/qtbase
@@ -150,26 +138,6 @@
   done
 }
 
-package_qt5-doc() {
-  pkgdesc='A cross-platform application and UI framework (Documentation and 
Examples)'
-  depends=('qt5-base')
-  conflicts=('qt-doc')
-  replaces=('qt-doc')
-  provides=('qt-doc')
-  options=('docs')
-  groups=()
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install_docs
-
-  for m in qtbase qtdeclarative qtmultimedia qtquick1 qtscript qtsvg qttools \
-qtwebkit-examples-and-demos qtxmlpatterns; do
-cd ${m}/examples
-make INSTALL_ROOT="${pkgdir}" install
-cd ../../
-  done
-}
-
 package

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

2013-07-04 Thread Andrea Scarpino
Date: Thursday, July 4, 2013 @ 17:19:27
  Author: andrea
Revision: 189682

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

Added:
  qt5/repos/testing-i686/
  qt5/repos/testing-i686/PKGBUILD
(from rev 189681, qt5/trunk/PKGBUILD)
  qt5/repos/testing-i686/assistant.desktop
(from rev 189681, qt5/trunk/assistant.desktop)
  qt5/repos/testing-i686/designer.desktop
(from rev 189681, qt5/trunk/designer.desktop)
  qt5/repos/testing-i686/gcc48.patch
(from rev 189681, qt5/trunk/gcc48.patch)
  qt5/repos/testing-i686/linguist.desktop
(from rev 189681, qt5/trunk/linguist.desktop)
  qt5/repos/testing-i686/qdbusviewer.desktop
(from rev 189681, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/testing-i686/qt5-tools.install
(from rev 189681, qt5/trunk/qt5-tools.install)
  qt5/repos/testing-i686/use-python2.patch
(from rev 189681, qt5/trunk/use-python2.patch)
  qt5/repos/testing-x86_64/
  qt5/repos/testing-x86_64/PKGBUILD
(from rev 189681, qt5/trunk/PKGBUILD)
  qt5/repos/testing-x86_64/assistant.desktop
(from rev 189681, qt5/trunk/assistant.desktop)
  qt5/repos/testing-x86_64/designer.desktop
(from rev 189681, qt5/trunk/designer.desktop)
  qt5/repos/testing-x86_64/gcc48.patch
(from rev 189681, qt5/trunk/gcc48.patch)
  qt5/repos/testing-x86_64/linguist.desktop
(from rev 189681, qt5/trunk/linguist.desktop)
  qt5/repos/testing-x86_64/qdbusviewer.desktop
(from rev 189681, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/testing-x86_64/qt5-tools.install
(from rev 189681, qt5/trunk/qt5-tools.install)
  qt5/repos/testing-x86_64/use-python2.patch
(from rev 189681, qt5/trunk/use-python2.patch)

+
 testing-i686/PKGBUILD  |  356 +++
 testing-i686/assistant.desktop |8 
 testing-i686/designer.desktop  |   10 
 testing-i686/gcc48.patch   |   63 ++
 testing-i686/linguist.desktop  |9 
 testing-i686/qdbusviewer.desktop   |9 
 testing-i686/qt5-tools.install |   12 +
 testing-i686/use-python2.patch |  118 +++
 testing-x86_64/PKGBUILD|  356 +++
 testing-x86_64/assistant.desktop   |8 
 testing-x86_64/designer.desktop|   10 
 testing-x86_64/gcc48.patch |   63 ++
 testing-x86_64/linguist.desktop|9 
 testing-x86_64/qdbusviewer.desktop |9 
 testing-x86_64/qt5-tools.install   |   12 +
 testing-x86_64/use-python2.patch   |  118 +++
 16 files changed, 1170 insertions(+)

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


[arch-commits] Commit in qt5/trunk (gcc48.patch)

2013-07-04 Thread Andrea Scarpino
Date: Thursday, July 4, 2013 @ 17:21:20
  Author: andrea
Revision: 189684

cleanup

Deleted:
  qt5/trunk/gcc48.patch

-+
 gcc48.patch |   63 --
 1 file changed, 63 deletions(-)

Deleted: gcc48.patch
===
--- gcc48.patch 2013-07-04 15:20:41 UTC (rev 189683)
+++ gcc48.patch 2013-07-04 15:21:20 UTC (rev 189684)
@@ -1,63 +0,0 @@
-# Author: David E. Narváez 
-# AuthorDate: 2013-02-23 23:14:50 -0500
-# Commit: David E. Narváez 
-# CommitDate: 2013-02-23 23:14:50 -0500
-#
-# Rename qAbs Function for timeval
-#
-# This decouples it from qAbs which is declared as a constexpr under
-# certain compilation flags and enables for qtbase to be compiled with
-# GCC 4.8
-#
-# Change-Id: I78e02256ffc8b460ca74ae5241e77dfac4e09ba9
-diff --git a/src/corelib/kernel/qtimerinfo_unix.cpp 
b/src/corelib/kernel/qtimerinfo_unix.cpp
-index 0eee425..7a29247 100644
 a/src/corelib/kernel/qtimerinfo_unix.cpp
-+++ b/src/corelib/kernel/qtimerinfo_unix.cpp
-@@ -87,22 +87,21 @@
- firstTimerInfo = 0;
- }
- 
- timeval QTimerInfoList::updateCurrentTime()
- {
- return (currentTime = qt_gettime());
- }
- 
- #if ((_POSIX_MONOTONIC_CLOCK-0 <= 0) && !defined(Q_OS_MAC) && 
!defined(Q_OS_INTEGRITY)) || defined(QT_BOOTSTRAPPED)
- 
--template <>
--timeval qAbs(const timeval &t)
-+timeval qAbsTimeval(const timeval &t)
- {
- timeval tmp = t;
- if (tmp.tv_sec < 0) {
- tmp.tv_sec = -tmp.tv_sec - 1;
- tmp.tv_usec -= 100;
- }
- if (tmp.tv_sec == 0 && tmp.tv_usec < 0) {
- tmp.tv_usec = -tmp.tv_usec;
- }
- return normalizedTimeval(tmp);
-@@ -137,21 +136,21 @@
- *delta = elapsedTime - elapsedTimeTicks;
- 
- previousTicks = currentTicks;
- previousTime = currentTime;
- 
- // If tick drift is more than 10% off compared to realtime, we assume 
that the clock has
- // been set. Of course, we have to allow for the tick granularity as well.
- timeval tickGranularity;
- tickGranularity.tv_sec = 0;
- tickGranularity.tv_usec = msPerTick * 1000;
--return elapsedTimeTicks < ((qAbs(*delta) - tickGranularity) * 10);
-+return elapsedTimeTicks < ((qAbsTimeval(*delta) - tickGranularity) * 10);
- }
- 
- /*
-   repair broken timer
- */
- void QTimerInfoList::timerRepair(const timeval &diff)
- {
- // repair all timers
- for (int i = 0; i < size(); ++i) {
- register QTimerInfo *t = at(i);



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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 18:21:08
  Author: tpowa
Revision: 189685

upgpkg: samba 4.0.7-2

rebuild against correct tdb and ldb

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 15:21:20 UTC (rev 189684)
+++ PKGBUILD2013-07-04 16:21:08 UTC (rev 189685)
@@ -15,7 +15,7 @@
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
 _realver=4.0.7
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://www.samba.org";
 license=('GPL3')



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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 18:21:55
  Author: tpowa
Revision: 189686

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

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

+
 /PKGBUILD  |  524 +++
 /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  |  

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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 19:58:55
  Author: tpowa
Revision: 189687

upgpkg: samba 4.0.7-3

fix i686 built

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 16:21:55 UTC (rev 189686)
+++ PKGBUILD2013-07-04 17:58:55 UTC (rev 189687)
@@ -15,7 +15,7 @@
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
 _realver=4.0.7
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url="http://www.samba.org";
 license=('GPL3')



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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 19:59:33
  Author: tpowa
Revision: 189688

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

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

+
 /PKGBUILD  |  524 +++
 /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  |  

[arch-commits] Commit in libreoffice/trunk (PKGBUILD.41)

2013-07-04 Thread Andreas Radke
Date: Thursday, July 4, 2013 @ 21:04:27
  Author: andyrtr
Revision: 189689

prepare 4.1.x release

Modified:
  libreoffice/trunk/PKGBUILD.41

-+
 PKGBUILD.41 |   26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD.41
===
--- PKGBUILD.41 2013-07-04 17:59:33 UTC (rev 189688)
+++ PKGBUILD.41 2013-07-04 19:04:27 UTC (rev 189689)
@@ -18,9 +18,9 @@
'libreoffice-extension-presentation-minimizer'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
-_LOver=4.1.0.1
+_LOver=4.1.0.2
 pkgver=4.1.0
-pkgrel=0.3 #rc1
+pkgrel=0.4 #r21
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";
@@ -40,8 +40,8 @@
 # http://download.documentfoundation.org/mirrors/all.html
 # http://wiki.documentfoundation.org/Mirrors
 
-_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver}";
-#_mirror="http://dev-builds.libreoffice.org/pre-releases/src";
+#_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver}";
+_mirror="http://dev-builds.libreoffice.org/pre-releases/src";
 _additional_source_url="http://dev-www.libreoffice.org/src";
 _additional_source_url2="http://dev-www.libreoffice.org/extern";
 source=(${_mirror}/${pkgbase}{,-help,-translations}-${_LOver}.tar.xz
@@ -77,8 +77,8 @@

${_additional_source_url}/8473296c671b6e3dd8197f4145e0854b-libodfgen-0.0.2.tar.bz2
${_additional_source_url}/libcdr-0.0.14.tar.bz2
${_additional_source_url}/libmspub-0.0.6.tar.bz2
-   ${_additional_source_url}/libmwaw-0.1.9.tar.bz2
-   ${_additional_source_url}/libvisio-0.0.28.tar.bz2
+   ${_additional_source_url}/libmwaw-0.1.10.tar.bz2
+   ${_additional_source_url}/libvisio-0.0.29.tar.bz2
make-pyuno-work-with-system-wide-module-install.diff
libreoffice-common.sh libreoffice-common.csh)
 noextract=(f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
@@ -113,11 +113,11 @@
8473296c671b6e3dd8197f4145e0854b-libodfgen-0.0.2.tar.bz2
libcdr-0.0.14.tar.bz2
libmspub-0.0.6.tar.bz2
-   libmwaw-0.1.9.tar.bz2
-   libvisio-0.0.28.tar.bz2 )
-md5sums=('7d05e9454306e8f14a5c2388b64e28f4'
- '932d9f89fc5f1766c15fcbb9d852c329'
- '269eee2e7aa1643f0ea5063042643d33'
+   libmwaw-0.1.10.tar.bz2
+   libvisio-0.0.29.tar.bz2 )
+md5sums=('fd49e3518a91761dc9f7129476e60f19'
+ '7d90a8b785d3c7d8dea22ff64689acb7'
+ '6114b92b5c362182eaff3ab0ac787802'
  'f02578f5218f217a9f20e9c30e119c6a'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
@@ -150,8 +150,8 @@
  '8473296c671b6e3dd8197f4145e0854b'
  'd88f9b94df880d2c05be943b000ca112'
  '1120705cd0f0d9bd5506360bf57b6c2e'
- '2090daf6e8a27b52e8c5f26c915bd7c5'
- '05574c2ec54dd0c29d75cacdf9419f44'
+ '2289bb137bbba9b473ce60168895c036'
+ 'ca7a83bb2d81467e1f0222980cc08939'
  '07d2bf5ad839a394cca008b3ec6e7bb1'
  '4195735a80876ae812fca5736b50192a'
  'e7e4b3e70e99e5cba8f8dfcacf3b0d87')



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

2013-07-04 Thread Eric Bélanger
Date: Thursday, July 4, 2013 @ 21:57:58
  Author: eric
Revision: 189690

upgpkg: foobillard++ 3.42beta-5

Rebuild against libpng (close FS#36023)

Modified:
  foobillard++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 19:04:27 UTC (rev 189689)
+++ PKGBUILD2013-07-04 19:57:58 UTC (rev 189690)
@@ -3,7 +3,7 @@
 
 pkgname=foobillard++
 pkgver=3.42beta
-pkgrel=4
+pkgrel=5
 pkgdesc="An OpenGL billiard game"
 arch=('i686' 'x86_64')
 url="http://foobillardplus.sourceforge.net/";
@@ -14,10 +14,14 @@
 
source=(http://downloads.sourceforge.net/foobillardplus/foobillardplus-${pkgver}.tar.gz)
 sha1sums=('51507efab0f595cfff26149003faf669c0a42f32')
 
-build() {
-  cd "${srcdir}/foobillardplus-${pkgver}"
+prepare() {
+  cd foobillardplus-${pkgver}
   sed -i 's|/opt/foobillardplus/bin/||' foobillardplus.desktop
   sed -i 's|/opt/foobillardplus/||' foobillardplus.desktop
+}
+
+build() {
+  cd foobillardplus-${pkgver}
   aclocal --force
   autoconf -f
   autoheader -f
@@ -27,7 +31,7 @@
 }
 
 package() {
-  cd "${srcdir}/foobillardplus-${pkgver}"
+  cd foobillardplus-${pkgver}
   make DESTDIR="${pkgdir}" datadir="${pkgdir}/usr/share/foobillardplus/data" \
 prefix="${pkgdir}/usr/share" install
 



[arch-commits] Commit in libreoffice-i18n/trunk (PKGBUILD.41)

2013-07-04 Thread Andreas Radke
Date: Thursday, July 4, 2013 @ 21:58:52
  Author: andyrtr
Revision: 189692

prepare 4.1.x release

Added:
  libreoffice-i18n/trunk/PKGBUILD.41

-+
 PKGBUILD.41 | 1626 ++
 1 file changed, 1626 insertions(+)

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


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

2013-07-04 Thread Eric Bélanger
Date: Thursday, July 4, 2013 @ 21:58:40
  Author: eric
Revision: 189691

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

Added:
  foobillard++/repos/extra-i686/PKGBUILD
(from rev 189690, foobillard++/trunk/PKGBUILD)
  foobillard++/repos/extra-x86_64/PKGBUILD
(from rev 189690, foobillard++/trunk/PKGBUILD)
Deleted:
  foobillard++/repos/extra-i686/PKGBUILD
  foobillard++/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   39 -
 extra-x86_64/PKGBUILD |   39 -
 3 files changed, 86 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-04 19:57:58 UTC (rev 189690)
+++ extra-i686/PKGBUILD 2013-07-04 19:58:40 UTC (rev 189691)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=foobillard++
-pkgver=3.42beta
-pkgrel=4
-pkgdesc="An OpenGL billiard game"
-arch=('i686' 'x86_64')
-url="http://foobillardplus.sourceforge.net/";
-license=('GPL2')
-depends=('freetype2' 'libpng' 'glu' 'sdl_net' 'sdl_mixer')
-makedepends=('mesa')
-replaces=('foobillard')
-source=(http://downloads.sourceforge.net/foobillardplus/foobillardplus-${pkgver}.tar.gz)
-sha1sums=('51507efab0f595cfff26149003faf669c0a42f32')
-
-build() {
-  cd "${srcdir}/foobillardplus-${pkgver}"
-  sed -i 's|/opt/foobillardplus/bin/||' foobillardplus.desktop
-  sed -i 's|/opt/foobillardplus/||' foobillardplus.desktop
-  aclocal --force
-  autoconf -f
-  autoheader -f
-  automake -a -c -f 
-  ./configure --prefix=/usr/share
-  make
-}
-
-package() {
-  cd "${srcdir}/foobillardplus-${pkgver}"
-  make DESTDIR="${pkgdir}" datadir="${pkgdir}/usr/share/foobillardplus/data" \
-prefix="${pkgdir}/usr/share" install
-
-  install -d "${pkgdir}"/usr/{bin,share/{applications,pixmaps}}
-  mv "${pkgdir}"/usr/share/{AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO} 
"${pkgdir}/usr/share/foobillardplus" 
-  mv "${pkgdir}"/usr/share/foobillardplus.desktop 
"${pkgdir}"/usr/share/applications
-  mv "${pkgdir}"/usr/share/foobillardplus.{png,xbm} 
"${pkgdir}"/usr/share/pixmaps
-  ln -s /usr/share/foobillardplus/bin/foobillardplus 
"${pkgdir}"/usr/bin/foobillardplus
-}

Copied: foobillard++/repos/extra-i686/PKGBUILD (from rev 189690, 
foobillard++/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-04 19:58:40 UTC (rev 189691)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=foobillard++
+pkgver=3.42beta
+pkgrel=5
+pkgdesc="An OpenGL billiard game"
+arch=('i686' 'x86_64')
+url="http://foobillardplus.sourceforge.net/";
+license=('GPL2')
+depends=('freetype2' 'libpng' 'glu' 'sdl_net' 'sdl_mixer')
+makedepends=('mesa')
+replaces=('foobillard')
+source=(http://downloads.sourceforge.net/foobillardplus/foobillardplus-${pkgver}.tar.gz)
+sha1sums=('51507efab0f595cfff26149003faf669c0a42f32')
+
+prepare() {
+  cd foobillardplus-${pkgver}
+  sed -i 's|/opt/foobillardplus/bin/||' foobillardplus.desktop
+  sed -i 's|/opt/foobillardplus/||' foobillardplus.desktop
+}
+
+build() {
+  cd foobillardplus-${pkgver}
+  aclocal --force
+  autoconf -f
+  autoheader -f
+  automake -a -c -f 
+  ./configure --prefix=/usr/share
+  make
+}
+
+package() {
+  cd foobillardplus-${pkgver}
+  make DESTDIR="${pkgdir}" datadir="${pkgdir}/usr/share/foobillardplus/data" \
+prefix="${pkgdir}/usr/share" install
+
+  install -d "${pkgdir}"/usr/{bin,share/{applications,pixmaps}}
+  mv "${pkgdir}"/usr/share/{AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO} 
"${pkgdir}/usr/share/foobillardplus" 
+  mv "${pkgdir}"/usr/share/foobillardplus.desktop 
"${pkgdir}"/usr/share/applications
+  mv "${pkgdir}"/usr/share/foobillardplus.{png,xbm} 
"${pkgdir}"/usr/share/pixmaps
+  ln -s /usr/share/foobillardplus/bin/foobillardplus 
"${pkgdir}"/usr/bin/foobillardplus
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-04 19:57:58 UTC (rev 189690)
+++ extra-x86_64/PKGBUILD   2013-07-04 19:58:40 UTC (rev 189691)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=foobillard++
-pkgver=3.42beta
-pkgrel=4
-pkgdesc="An OpenGL billiard game"
-arch=('i686' 'x86_64')
-url="http://foobillardplus.sourceforge.net/";
-license=('GPL2')
-depends=('freetype2' 'libpng' 'glu' 'sdl_net' 'sdl_mixer')
-makedepends=('mesa')
-replaces=('foobillard')
-source=(http://downloads.sourceforge.net/foobillardplus/foobillardplus-${pkgver}.tar.gz)
-sha1sums=('51507efab0f595cfff26149003faf669c0a42f32')
-
-build() {
-  cd "${srcdir}/foobillardplus-${pkgver}"
-  sed -i 's|/opt/foobillardplus/bin/||' foobillardplus.desktop
-  sed -i 's|/opt/foobillardplus/||' foobillardplus.desktop
-  aclocal --force
-  autoconf -f
-  autoheader -f
-  automake -a -c -f 
-  ./conf

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

2013-07-04 Thread Sven-Hendrik Haase
Date: Thursday, July 4, 2013 @ 22:10:14
  Author: svenstaro
Revision: 93503

upgpkg: qtcreator 2.7.2-1

Updating to 2.7.2

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 14:27:03 UTC (rev 93502)
+++ PKGBUILD2013-07-04 20:10:14 UTC (rev 93503)
@@ -7,8 +7,8 @@
 # Contributor: delor 
 
 pkgname=qtcreator
-pkgver=2.7.1
-_pkgver=2.7.1
+pkgver=2.7.2
+_pkgver=2.7.2
 pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
@@ -26,16 +26,16 @@
 'bzr: for bazaar support'
 'valgrind: for analyze support')
 install=qtcreator.install
-source=("https://qt.gitorious.org/qt-creator/qt-creator/archive-tarball/v${_pkgver}";
+source=("http://download.qt-project.org/official_releases/qtcreator/2.7/${pkgver}/qt-creator-${pkgver}-src.tar.gz";
 'qtcreator.desktop')
-md5sums=('3f552e173918b2705c9dbb17725057b5'
+md5sums=('7f1c10740784d3edf2347c27be21fd1a'
  '82888d4be900e7833d768050a135cd37')
 
 build() {
   [[ -d build ]] && rm -r build
   mkdir build && cd build
 
-  qmake ../qt-creator-qt-creator/qtcreator.pro
+  qmake ../qt-creator-${pkgver}-src/qtcreator.pro
   make
   make docs -j1
 }
@@ -47,5 +47,5 @@
   make INSTALL_ROOT="${pkgdir}/usr/" install_docs
 
   install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator-qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+  install -Dm644 ${srcdir}/qt-creator-${pkgver}-src/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
 }



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

2013-07-04 Thread Sven-Hendrik Haase
Date: Thursday, July 4, 2013 @ 22:10:31
  Author: svenstaro
Revision: 93504

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

Added:
  qtcreator/repos/community-i686/PKGBUILD
(from rev 93503, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-i686/fix-build.patch
(from rev 93503, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-i686/qtcreator.desktop
(from rev 93503, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-i686/qtcreator.install
(from rev 93503, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/community-x86_64/PKGBUILD
(from rev 93503, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-x86_64/fix-build.patch
(from rev 93503, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-x86_64/qtcreator.desktop
(from rev 93503, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-x86_64/qtcreator.install
(from rev 93503, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/community-i686/PKGBUILD
  qtcreator/repos/community-i686/fix-build.patch
  qtcreator/repos/community-i686/qtcreator.desktop
  qtcreator/repos/community-i686/qtcreator.install
  qtcreator/repos/community-x86_64/PKGBUILD
  qtcreator/repos/community-x86_64/fix-build.patch
  qtcreator/repos/community-x86_64/qtcreator.desktop
  qtcreator/repos/community-x86_64/qtcreator.install

+
 /PKGBUILD  |  102 +++
 /fix-build.patch   |   20 ++
 /qtcreator.desktop |   18 ++
 /qtcreator.install |   24 
 community-i686/PKGBUILD|   51 -
 community-i686/fix-build.patch |   10 ---
 community-i686/qtcreator.desktop   |9 ---
 community-i686/qtcreator.install   |   12 
 community-x86_64/PKGBUILD  |   51 -
 community-x86_64/fix-build.patch   |   10 ---
 community-x86_64/qtcreator.desktop |9 ---
 community-x86_64/qtcreator.install |   12 
 12 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-04 20:10:14 UTC (rev 93503)
+++ community-i686/PKGBUILD 2013-07-04 20:10:31 UTC (rev 93504)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Imanol Celaya 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=2.7.1
-_pkgver=2.7.1
-pkgrel=1
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools')
-makedepends=('git')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=("https://qt.gitorious.org/qt-creator/qt-creator/archive-tarball/v${_pkgver}";
-'qtcreator.desktop')
-md5sums=('3f552e173918b2705c9dbb17725057b5'
- '82888d4be900e7833d768050a135cd37')
-
-build() {
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  qmake ../qt-creator-qt-creator/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="${pkgdir}/usr/" install
-  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator-qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/community-i686/PKGBUILD (from rev 93503, 
qtcreator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-04 20:10:31 UTC (rev 93504)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Imanol Celaya 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=2.7.2
+_pkgver=2.7.2
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: for cmake project support'
+'openssh-askpass: for ssh support'
+'git: for git support'
+'mercurial: for mercurial support'
+'bzr: fo

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

2013-07-04 Thread Tobias Powalowski
Date: Thursday, July 4, 2013 @ 22:21:11
  Author: tpowa
Revision: 189693

upgpkg: syslinux 6.01-1

bump to latest version

Modified:
  syslinux/trunk/PKGBUILD

--+
 PKGBUILD |  239 +
 1 file changed, 117 insertions(+), 122 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 19:58:52 UTC (rev 189692)
+++ PKGBUILD2013-07-04 20:21:11 UTC (rev 189693)
@@ -3,12 +3,13 @@
 # Contributor: Keshav Padram (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
 
 pkgname="syslinux"
-pkgver="6.00"
+pkgver="6.01"
 pkgrel="1"
 arch=('x86_64' 'i686')
 pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE"
 url="http://syslinux.zytor.com/";
 license=('GPL2')
+options=('!makeflags' '!emptydirs')
 
 makedepends=('python2' 'nasm' 'gnu-efi-libs')
 depends=('perl' 'glibc')
@@ -23,147 +24,141 @@
 install="${pkgname}.install"
 
 
source=("https://www.kernel.org/pub/linux/utils/boot/syslinux/${pkgname}-${pkgver}.tar.xz";
-'syslinux-6.00-efi-fix-libcom32.patch'
-'syslinux-6.00-efi-export-kbdmap.patch'
 'syslinux.cfg'
 'syslinux-install_update')
-options=(!makeflags)
 
-sha1sums=('601036fb00f39ea838ef1cbe3dae8b9bf24fabda'
-  'e24c10acc7a923ba957957b1c2c1cd4b649a4cf4'
-  '44245ab68b607f412738dc222d51e9b8b4bf664b'
+sha1sums=('d7bc1b188677f77ac2d7060d25491dc29877a9c4'
   'b0f174bcc0386fdf699e03d0090e3ac841098010'
   'b1d915045fe3094f5359df043c53e73a4dc32745')
 
 _build_syslinux_bios() {
-   
-   rm -rf "${srcdir}/${pkgname}-${pkgver}-bios/" || true
-   cp -r "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/${pkgname}-${pkgver}-bios"
-   cd "${srcdir}/${pkgname}-${pkgver}-bios/"
-   
-   ## Do not try to build syslinux with our default LDFLAGS, it will fail
-   unset LDFLAGS
-   
-   make PYTHON="python2" bios
-   make PYTHON="python2" bios installer
-   
+
+rm -rf "${srcdir}/${pkgname}-${pkgver}-bios/" || true
+cp -r "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/${pkgname}-${pkgver}-bios"
+cd "${srcdir}/${pkgname}-${pkgver}-bios/"
+
+## Do not try to build syslinux with our default LDFLAGS, it will fail
+unset LDFLAGS
+
+make PYTHON="python2" bios
+make PYTHON="python2" bios installer
+
 }
 
 _build_syslinux_efi64() {
-   
-   rm -rf "${srcdir}/${pkgname}-${pkgver}-efi64/" || true
-   cp -r "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/${pkgname}-${pkgver}-efi64"
-   cd "${srcdir}/${pkgname}-${pkgver}-efi64/"
-   
-   ## Unset all compiler FLAGS for efi64 build
-   unset CFLAGS
-   unset CPPFLAGS
-   unset CXXFLAGS
-   unset LDFLAGS
-   unset MAKEFLAGS
-   
-   make PYTHON="python2" efi64
-   make PYTHON="python2" efi64 installer
-   
+
+rm -rf "${srcdir}/${pkgname}-${pkgver}-efi64/" || true
+cp -r "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/${pkgname}-${pkgver}-efi64"
+cd "${srcdir}/${pkgname}-${pkgver}-efi64/"
+
+## Unset all compiler FLAGS for efi64 build
+unset CFLAGS
+unset CPPFLAGS
+unset CXXFLAGS
+unset LDFLAGS
+unset MAKEFLAGS
+
+make PYTHON="python2" efi64
+make PYTHON="python2" efi64 installer
+
 }
 
 _build_syslinux_efi32() {
-   
-   rm -rf "${srcdir}/${pkgname}-${pkgver}-efi32/" || true
-   cp -r "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/${pkgname}-${pkgver}-efi32"
-   cd "${srcdir}/${pkgname}-${pkgver}-efi32/"
-   
-   ## Unset all compiler FLAGS for efi32 build
-   unset CFLAGS
-   unset CPPFLAGS
-   unset CXXFLAGS
-   unset LDFLAGS
-   unset MAKEFLAGS
-   
-   make PYTHON="python2" efi32
-   make PYTHON="python2" efi32 installer
-   
+
+rm -rf "${srcdir}/${pkgname}-${pkgver}-efi32/" || true
+cp -r "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/${pkgname}-${pkgver}-efi32"
+cd "${srcdir}/${pkgname}-${pkgver}-efi32/"
+
+## Unset all compiler FLAGS for efi32 build
+unset CFLAGS
+unset CPPFLAGS
+unset CXXFLAGS
+unset LDFLAGS
+unset MAKEFLAGS
+
+make PYTHON="python2" efi32
+make PYTHON="python2" efi32 installer
+
 }
 
 build() {
-   
-   cd "${srcdir}/${pkgname}-${pkgver}/"
-   
-   ## Apply syslinux-6.00-efi-fix-libcom32.patch from git
-   patch -Np1 -i "${srcdir}/syslinux-6.00-efi-fix-libcom32.patch"
-   
-   ## Apply syslinux-6.00-efi-export-kbdmap.patch from git
-   patch -Np1 -i "${srcdir}/syslinux-6.00-efi-export-kbdmap.patch"
-   
-   ## Do not try to build the Windows or DOS installers
-   sed 's|diag libinstaller dos win32 win64 dosutil txt|libinstaller 
txt|g' -i "${srcdir}/${pkgname}-${pkgver}/Makefile" || true
-   sed 's|win32/syslinux.exe win64/syslinux64.exe||g' -i 
"${srcdir}

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

2013-07-04 Thread Bartłomiej Piotrowski
Date: Thursday, July 4, 2013 @ 22:28:19
  Author: bpiotrowski
Revision: 93505

upgpkg: bleachbit 0.9.6-1

- upstream release

Modified:
  bleachbit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 20:10:31 UTC (rev 93504)
+++ PKGBUILD2013-07-04 20:28:19 UTC (rev 93505)
@@ -7,7 +7,7 @@
 # Contributor: Nuno Araujo 
 
 pkgname=bleachbit
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
 arch=('any')
@@ -17,14 +17,14 @@
  'hicolor-icon-theme')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('a635f6eba762f91d8897ce9e8d5b6232')
+md5sums=('f4e47d0f0fdc47ea2b2286feeaeec2b3')
 
 package() {
 cd $srcdir/$pkgname-$pkgver
 
 for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+sed -i -e 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' \
+   -e 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
 done
 sed -i 's/python/python2/g' Makefile
 



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

2013-07-04 Thread Bartłomiej Piotrowski
Date: Thursday, July 4, 2013 @ 22:28:31
  Author: bpiotrowski
Revision: 93506

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   64 ++--
 bleachbit.install |   24 +--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-04 20:28:19 UTC (rev 93505)
+++ PKGBUILD2013-07-04 20:28:31 UTC (rev 93506)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: yugrotavele 
-# Contributor: Arkham 
-# Contributor: Christoph Zeiler 
-# Contributor: Arnaud Durand 
-# Contributor: Nuno Araujo 
-
-pkgname=bleachbit
-pkgver=0.9.5
-pkgrel=1
-pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
-arch=('any')
-url='http://bleachbit.sourceforge.net/'
-license=('GPL3')
-depends=('pygtk>=2' 'python2>=2.6' 'desktop-file-utils' 'gtk-update-icon-cache'
- 'hicolor-icon-theme')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('a635f6eba762f91d8897ce9e8d5b6232')
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-
-for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-done
-sed -i 's/python/python2/g' Makefile
-
-make prefix=/usr DESTDIR=$pkgdir PYTHON=python2 install
-}

Copied: bleachbit/repos/community-any/PKGBUILD (from rev 93505, 
bleachbit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-04 20:28:31 UTC (rev 93506)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: yugrotavele 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+# Contributor: Arnaud Durand 
+# Contributor: Nuno Araujo 
+
+pkgname=bleachbit
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
+arch=('any')
+url='http://bleachbit.sourceforge.net/'
+license=('GPL3')
+depends=('pygtk>=2' 'python2>=2.6' 'desktop-file-utils' 'gtk-update-icon-cache'
+ 'hicolor-icon-theme')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('f4e47d0f0fdc47ea2b2286feeaeec2b3')
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+
+for file in $(find . -name '*.py' -print); do
+sed -i -e 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' \
+   -e 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+done
+sed -i 's/python/python2/g' Makefile
+
+make prefix=/usr DESTDIR=$pkgdir PYTHON=python2 install
+}

Deleted: bleachbit.install
===
--- bleachbit.install   2013-07-04 20:28:19 UTC (rev 93505)
+++ bleachbit.install   2013-07-04 20:28:31 UTC (rev 93506)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: bleachbit/repos/community-any/bleachbit.install (from rev 93505, 
bleachbit/trunk/bleachbit.install)
===
--- bleachbit.install   (rev 0)
+++ bleachbit.install   2013-07-04 20:28:31 UTC (rev 93506)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-07-04 Thread Bartłomiej Piotrowski
Date: Thursday, July 4, 2013 @ 22:56:06
  Author: bpiotrowski
Revision: 93507

upgpkg: libircclient 1.7-1

- upstream release

Modified:
  libircclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 20:28:31 UTC (rev 93506)
+++ PKGBUILD2013-07-04 20:56:06 UTC (rev 93507)
@@ -5,52 +5,47 @@
 # Contributor: coolkehon 
 
 pkgname=libircclient
-pkgver=1.6
+pkgver=1.7
 pkgrel=1
-pkgdesc="A small but powerful library, which implements client-server IRC 
protocol."
+pkgdesc='Small but powerful library, which implements client-server IRC 
protocol'
 arch=('i686' 'x86_64')
-url="http://www.ulduzsoft.com/libircclient/";
+url='http://www.ulduzsoft.com/libircclient/'
 depends=('glibc')
+makedepends=('python2-sphinx' 'python2-rst2pdf') 
 license=('GPL')
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('eb6a2c4e91862cc10de3b13b198cfa23')
+md5sums=('968370276f7cf21302f504f9bce1fc99')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   # add fPIC flag for x86_64
-  [ "$CARCH" = x86_64 ] && export CFLAGS="$CFLAGS -fPIC"
+  [[ "$CARCH" = "x86_64" ]] && export CFLAGS="$CFLAGS -fPIC"
 
-  ## Makefile.in fixes:
-  #  invalid `lib` requisite for `install` target
-  #  install shared lib instead of static
-  #  headers in /usr/include/$pkgname
   sed -e "/install/s/lib/all/" \
   -e "/DESTDIR/s/\.a/\.so/g" \
   -e "s/@\/include/&\/$pkgname/" \
   -i src/Makefile.in
 
   ./configure --prefix=/usr \
+  --libdir=/usr/lib \
   --enable-shared
+  cd src && make
 
-  cd src &&  make CFLAGS="$CFLAGS"
+  cd ../doc
+  sed -i 's/sphinx-build/sphinx-build2/g' Makefile 
+  make singlehtml man
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver/src"
+  cd $pkgname-$pkgver/src
+  make DESTDIR="$pkgdir" install
 
-  make DESTDIR="$pkgdir/" install
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -a ../doc/_build/singlehtml/* "$pkgdir"/usr/share/doc/$pkgname
+  cp -a ../doc/_build/man "$pkgdir"/usr/share
 
-  # doc
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -a ../doc/{html,rfc1459.txt} \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  # man
-  cp -a ../doc/man "$pkgdir/usr/share"
-
-  # examples (optional)
-  install -d "$pkgdir/usr/share/$pkgname/examples"
+  install -d "$pkgdir"/usr/share/$pkgname/examples
   install -Dm644 ../examples/* \
-"$pkgdir/usr/share/$pkgname/examples"
+"$pkgdir"/usr/share/$pkgname/examples
 }



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

2013-07-04 Thread Bartłomiej Piotrowski
Date: Thursday, July 4, 2013 @ 22:56:31
  Author: bpiotrowski
Revision: 93508

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

Added:
  libircclient/repos/community-i686/PKGBUILD
(from rev 93507, libircclient/trunk/PKGBUILD)
  libircclient/repos/community-i686/shared.patch
(from rev 93507, libircclient/trunk/shared.patch)
  libircclient/repos/community-x86_64/PKGBUILD
(from rev 93507, libircclient/trunk/PKGBUILD)
  libircclient/repos/community-x86_64/shared.patch
(from rev 93507, libircclient/trunk/shared.patch)
Deleted:
  libircclient/repos/community-i686/PKGBUILD
  libircclient/repos/community-i686/shared.patch
  libircclient/repos/community-x86_64/PKGBUILD
  libircclient/repos/community-x86_64/shared.patch

---+
 /PKGBUILD |  102 
 /shared.patch |   88 ++
 community-i686/PKGBUILD   |   55 -
 community-i686/shared.patch   |   44 -
 community-x86_64/PKGBUILD |   55 -
 community-x86_64/shared.patch |   44 -
 6 files changed, 190 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-04 20:56:06 UTC (rev 93507)
+++ community-i686/PKGBUILD 2013-07-04 20:56:31 UTC (rev 93508)
@@ -1,55 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer:  SpepS 
-# Contributor: Marcel Wysocki 
-# Contributor: coolkehon 
-
-pkgname=libircclient
-pkgver=1.6
-pkgrel=1
-pkgdesc="A small but powerful library, which implements client-server IRC 
protocol."
-arch=('i686' 'x86_64')
-url="http://www.ulduzsoft.com/libircclient/";
-depends=('glibc')
-license=('GPL')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('eb6a2c4e91862cc10de3b13b198cfa23')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # add fPIC flag for x86_64
-  [ "$CARCH" = x86_64 ] && export CFLAGS="$CFLAGS -fPIC"
-
-  ## Makefile.in fixes:
-  #  invalid `lib` requisite for `install` target
-  #  install shared lib instead of static
-  #  headers in /usr/include/$pkgname
-  sed -e "/install/s/lib/all/" \
-  -e "/DESTDIR/s/\.a/\.so/g" \
-  -e "s/@\/include/&\/$pkgname/" \
-  -i src/Makefile.in
-
-  ./configure --prefix=/usr \
-  --enable-shared
-
-  cd src &&  make CFLAGS="$CFLAGS"
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/src"
-
-  make DESTDIR="$pkgdir/" install
-
-  # doc
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -a ../doc/{html,rfc1459.txt} \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  # man
-  cp -a ../doc/man "$pkgdir/usr/share"
-
-  # examples (optional)
-  install -d "$pkgdir/usr/share/$pkgname/examples"
-  install -Dm644 ../examples/* \
-"$pkgdir/usr/share/$pkgname/examples"
-}

Copied: libircclient/repos/community-i686/PKGBUILD (from rev 93507, 
libircclient/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-04 20:56:31 UTC (rev 93508)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer:  SpepS 
+# Contributor: Marcel Wysocki 
+# Contributor: coolkehon 
+
+pkgname=libircclient
+pkgver=1.7
+pkgrel=1
+pkgdesc='Small but powerful library, which implements client-server IRC 
protocol'
+arch=('i686' 'x86_64')
+url='http://www.ulduzsoft.com/libircclient/'
+depends=('glibc')
+makedepends=('python2-sphinx' 'python2-rst2pdf') 
+license=('GPL')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('968370276f7cf21302f504f9bce1fc99')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # add fPIC flag for x86_64
+  [[ "$CARCH" = "x86_64" ]] && export CFLAGS="$CFLAGS -fPIC"
+
+  sed -e "/install/s/lib/all/" \
+  -e "/DESTDIR/s/\.a/\.so/g" \
+  -e "s/@\/include/&\/$pkgname/" \
+  -i src/Makefile.in
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --enable-shared
+  cd src && make
+
+  cd ../doc
+  sed -i 's/sphinx-build/sphinx-build2/g' Makefile 
+  make singlehtml man
+}
+
+package() {
+  cd $pkgname-$pkgver/src
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -a ../doc/_build/singlehtml/* "$pkgdir"/usr/share/doc/$pkgname
+  cp -a ../doc/_build/man "$pkgdir"/usr/share
+
+  install -d "$pkgdir"/usr/share/$pkgname/examples
+  install -Dm644 ../examples/* \
+"$pkgdir"/usr/share/$pkgname/examples
+}

Deleted: community-i686/shared.patch
===
--- community-i686/shared.patch 2013-07-04 20:56:06 UTC (rev 93507)
+++ community-i686/shared.patch 2013-07-04 20:56:31 UTC (rev 93508)
@@ -1,44 +0,0 @@
-diff -aur libircclient-1.3/src/Makefile.in 
libircclient-1.3.patched/s

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

2013-07-04 Thread Jan Steffens
Date: Thursday, July 4, 2013 @ 23:12:15
  Author: heftig
Revision: 189694

2.24.20

Modified:
  gtk2/trunk/PKGBUILD
  gtk2/trunk/gtk2.install

--+
 PKGBUILD |4 ++--
 gtk2.install |   11 ++-
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 20:21:11 UTC (rev 189693)
+++ PKGBUILD2013-07-04 21:12:15 UTC (rev 189694)
@@ -3,7 +3,7 @@
 
 pkgbase=gtk2
 pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.19
+pkgver=2.24.20
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/";
@@ -13,7 +13,7 @@
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
 xid-collision-debug.patch)
-sha256sums=('15b8bf463eba99abfa58270662914e8e9b83568ab4945b5f0ef1aa29e90becb8'
+sha256sums=('cc66bcbf9239a7d9861175c681ba95894b55c70dc0b37aad8345c46ecfda0da3'
 'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
 
 build() {

Modified: gtk2.install
===
--- gtk2.install2013-07-04 20:21:11 UTC (rev 189693)
+++ gtk2.install2013-07-04 21:12:15 UTC (rev 189694)
@@ -1,16 +1,17 @@
 post_install() {
-  gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
+/usr/bin/gtk-query-immodules-2.0 --update-cache
 }
 
 pre_upgrade() {
-  pre_remove
+if (( $(vercmp $2 2.24.20) < 0 )); then
+rm -f /etc/gtk-2.0/gtk.immodules
+fi
 }
 
 post_upgrade() {
-  post_install
+post_install
 }
 
 pre_remove() {
-  rm -f /etc/gtk-2.0/gtk.immodules &>/dev/null
-  rm -f /etc/gtk-2.0/gdk-pixbuf.loaders &>/dev/null
+rm -f /usr/lib/gtk-2.0/2.10.0/immodules.cache
 }



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

2013-07-04 Thread Daniel Wallace
Date: Thursday, July 4, 2013 @ 23:14:04
  Author: dwallace
Revision: 93509

upgpkg: pianobar 2013.05.19-1

upgpkg: pianobar 2013.05.19

Modified:
  pianobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 20:56:31 UTC (rev 93508)
+++ PKGBUILD2013-07-04 21:14:04 UTC (rev 93509)
@@ -4,7 +4,7 @@
 # Contributor: Patrick Palka 
 
 pkgname=pianobar
-pkgver=2012.12.01
+pkgver=2013.05.19
 pkgrel=1
 pkgdesc="console-based frontend for Pandora"
 url="http://6xq.net/0017";
@@ -12,16 +12,14 @@
 license=('MIT')
 depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt')
 source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a3909f796e7cef21b19d98282f332ecbcf9b2c60a2af22a0a2ce01e9c4d9f515')
+sha256sums=('cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046')
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make
+make -C "${srcdir}/${pkgname}-${pkgver}"
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-make DESTDIR="$pkgdir" PREFIX=/usr install
-install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX=/usr 
install
+install -Dm644 "${srcdir}/${pkgname}-${pkgver}"/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm755 $srcdir/$pkgname-$pkgver/contrib/headless_pianobar 
$pkgdir/usr/bin/pianoctl
 }



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

2013-07-04 Thread Daniel Wallace
Date: Thursday, July 4, 2013 @ 23:14:38
  Author: dwallace
Revision: 93510

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-04 21:14:04 UTC (rev 93509)
+++ community-i686/PKGBUILD 2013-07-04 21:14:38 UTC (rev 93510)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Mitch Bigelow 
-# Contributor: Patrick Palka 
-
-pkgname=pianobar
-pkgver=2012.12.01
-pkgrel=1
-pkgdesc="console-based frontend for Pandora"
-url="http://6xq.net/0017";
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt')
-source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a3909f796e7cef21b19d98282f332ecbcf9b2c60a2af22a0a2ce01e9c4d9f515')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-make DESTDIR="$pkgdir" PREFIX=/usr install
-install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: pianobar/repos/community-i686/PKGBUILD (from rev 93509, 
pianobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-04 21:14:38 UTC (rev 93510)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Mitch Bigelow 
+# Contributor: Patrick Palka 
+
+pkgname=pianobar
+pkgver=2013.05.19
+pkgrel=1
+pkgdesc="console-based frontend for Pandora"
+url="http://6xq.net/0017";
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt')
+source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
+sha256sums=('cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046')
+
+build() {
+make -C "${srcdir}/${pkgname}-${pkgver}"
+}
+
+package() {
+make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX=/usr 
install
+install -Dm644 "${srcdir}/${pkgname}-${pkgver}"/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm755 $srcdir/$pkgname-$pkgver/contrib/headless_pianobar 
$pkgdir/usr/bin/pianoctl
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-04 21:14:04 UTC (rev 93509)
+++ community-x86_64/PKGBUILD   2013-07-04 21:14:38 UTC (rev 93510)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Mitch Bigelow 
-# Contributor: Patrick Palka 
-
-pkgname=pianobar
-pkgver=2012.12.01
-pkgrel=1
-pkgdesc="console-based frontend for Pandora"
-url="http://6xq.net/0017";
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt')
-source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a3909f796e7cef21b19d98282f332ecbcf9b2c60a2af22a0a2ce01e9c4d9f515')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-make DESTDIR="$pkgdir" PREFIX=/usr install
-install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: pianobar/repos/community-x86_64/PKGBUILD (from rev 93509, 
pianobar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-04 21:14:38 UTC (rev 93510)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Mitch Bigelow 
+# Contributor: Patrick Palka 
+
+pkgname=pianobar
+pkgver=2013.05.19
+pkgrel=1
+pkgdesc="console-based frontend for Pandora"
+url="http://6xq.net/0017";
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt')
+source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
+sha256sums=('cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046')
+
+build() {
+make -C "${srcdir}/${pkgname}-${pkgver}"
+}
+
+package() {
+make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX=/usr 
install
+install -Dm644 "${srcdir}/${pkgname}-${pkgver}"/COPYING 
"$pkgdir/usr/

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

2013-07-04 Thread Jan Steffens
Date: Thursday, July 4, 2013 @ 23:16:18
  Author: heftig
Revision: 189695

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

Added:
  gtk2/repos/extra-i686/PKGBUILD
(from rev 189694, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-i686/gtk2.install
(from rev 189694, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-i686/xid-collision-debug.patch
(from rev 189694, gtk2/trunk/xid-collision-debug.patch)
  gtk2/repos/extra-x86_64/PKGBUILD
(from rev 189694, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-x86_64/gtk2.install
(from rev 189694, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-x86_64/xid-collision-debug.patch
(from rev 189694, gtk2/trunk/xid-collision-debug.patch)
Deleted:
  gtk2/repos/extra-i686/PKGBUILD
  gtk2/repos/extra-i686/gtk2.install
  gtk2/repos/extra-i686/xid-collision-debug.patch
  gtk2/repos/extra-x86_64/PKGBUILD
  gtk2/repos/extra-x86_64/gtk2.install
  gtk2/repos/extra-x86_64/xid-collision-debug.patch

+
 /PKGBUILD  |  112 +++
 /gtk2.install  |   34 +
 /xid-collision-debug.patch |   30 
 extra-i686/PKGBUILD|   56 ---
 extra-i686/gtk2.install|   16 
 extra-i686/xid-collision-debug.patch   |   15 
 extra-x86_64/PKGBUILD  |   56 ---
 extra-x86_64/gtk2.install  |   16 
 extra-x86_64/xid-collision-debug.patch |   15 
 9 files changed, 176 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-04 21:12:15 UTC (rev 189694)
+++ extra-i686/PKGBUILD 2013-07-04 21:16:18 UTC (rev 189695)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gtk2
-pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.19
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.gtk.org/";
-makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
- 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection')
-options=('!libtool')
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
-xid-collision-debug.patch)
-sha256sums=('15b8bf463eba99abfa58270662914e8e9b83568ab4945b5f0ef1aa29e90becb8'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
-
-build() {
-cd gtk+-$pkgver
-patch -Np1 -i ../xid-collision-debug.patch
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-xinput=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_gtk2() {
-pkgdesc="GTK+ is a multi-platform toolkit (v2)"
-install=gtk2.install
-depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage' 'shared-mime-info' 'cairo' 'libcups' 
'gtk-update-icon-cache')
-backup=(etc/gtk-2.0/gtkrc)
-replaces=('gtk2-docs')
-
-cd gtk+-$pkgver
-
-make DESTDIR="$pkgdir" install
-sed -i "s#env python#env python2#" $pkgdir/usr/bin/gtk-builder-convert
-echo 'gtk-fallback-icon-theme = "gnome"' > "$pkgdir/etc/gtk-2.0/gtkrc"
-#split this out to use with gtk3 too
-rm $pkgdir/usr/bin/gtk-update-icon-cache
-}
-package_gtk-update-icon-cache() {
-pkgdesc="The GTK+ update icon cache tool"
-depends=('gdk-pixbuf2>=2.24.1-3')
-
-cd gtk+-$pkgver/gtk
-
-install -D -m755 gtk-update-icon-cache 
$pkgdir/usr/bin/gtk-update-icon-cache
-}

Copied: gtk2/repos/extra-i686/PKGBUILD (from rev 189694, gtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-04 21:16:18 UTC (rev 189695)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gtk2
+pkgname=('gtk2' 'gtk-update-icon-cache')
+pkgver=2.24.20
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/";
+makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
+ 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection')
+options=('!libtool')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
+xid-collision-debug.patch)
+sha256sums=('cc66bcbf9239a7d9861175c681ba95894b55c70dc0b37aad8345c46ecfda0da3'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
+
+build() {
+cd gtk+-$pkgver
+patch -Np1 -i ../xid-collision-debug.patch
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-xinput=yes
+
+# https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed

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

2013-07-04 Thread Daniel Wallace
Date: Thursday, July 4, 2013 @ 23:16:44
  Author: dwallace
Revision: 93511

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-04 21:14:38 UTC (rev 93510)
+++ community-i686/PKGBUILD 2013-07-04 21:16:44 UTC (rev 93511)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Mitch Bigelow 
-# Contributor: Patrick Palka 
-
-pkgname=pianobar
-pkgver=2013.05.19
-pkgrel=1
-pkgdesc="console-based frontend for Pandora"
-url="http://6xq.net/0017";
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt')
-source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046')
-
-build() {
-make -C "${srcdir}/${pkgname}-${pkgver}"
-}
-
-package() {
-make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX=/usr 
install
-install -Dm644 "${srcdir}/${pkgname}-${pkgver}"/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm755 $srcdir/$pkgname-$pkgver/contrib/headless_pianobar 
$pkgdir/usr/bin/pianoctl
-}

Copied: pianobar/repos/community-i686/PKGBUILD (from rev 93510, 
pianobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-04 21:16:44 UTC (rev 93511)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Mitch Bigelow 
+# Contributor: Patrick Palka 
+
+pkgname=pianobar
+pkgver=2013.05.19
+pkgrel=1
+pkgdesc="console-based frontend for Pandora"
+url="http://6xq.net/0017";
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt')
+source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
+sha256sums=('cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046')
+
+build() {
+make -C "${srcdir}/${pkgname}-${pkgver}"
+}
+
+package() {
+make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX=/usr 
install
+install -Dm644 "${srcdir}/${pkgname}-${pkgver}"/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm755 $srcdir/$pkgname-$pkgver/contrib/headless_pianobar 
$pkgdir/usr/bin/pianoctl
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-04 21:14:38 UTC (rev 93510)
+++ community-x86_64/PKGBUILD   2013-07-04 21:16:44 UTC (rev 93511)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Mitch Bigelow 
-# Contributor: Patrick Palka 
-
-pkgname=pianobar
-pkgver=2013.05.19
-pkgrel=1
-pkgdesc="console-based frontend for Pandora"
-url="http://6xq.net/0017";
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt')
-source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046')
-
-build() {
-make -C "${srcdir}/${pkgname}-${pkgver}"
-}
-
-package() {
-make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX=/usr 
install
-install -Dm644 "${srcdir}/${pkgname}-${pkgver}"/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm755 $srcdir/$pkgname-$pkgver/contrib/headless_pianobar 
$pkgdir/usr/bin/pianoctl
-}

Copied: pianobar/repos/community-x86_64/PKGBUILD (from rev 93510, 
pianobar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-04 21:16:44 UTC (rev 93511)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Mitch Bigelow 
+# Contributor: Patrick Palka 
+
+pkgname=pianobar
+pkgver=2013.05.19
+pkgrel=1
+pkgdesc="console-based frontend for Pandora"
+url="http://6xq.net/0017";
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt')
+source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
+sha256sums=('cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046')

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

2013-07-04 Thread Daniel Wallace
Date: Thursday, July 4, 2013 @ 23:18:29
  Author: dwallace
Revision: 93512

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-04 21:16:44 UTC (rev 93511)
+++ community-i686/PKGBUILD 2013-07-04 21:18:29 UTC (rev 93512)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Mitch Bigelow 
-# Contributor: Patrick Palka 
-
-pkgname=pianobar
-pkgver=2013.05.19
-pkgrel=1
-pkgdesc="console-based frontend for Pandora"
-url="http://6xq.net/0017";
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt')
-source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046')
-
-build() {
-make -C "${srcdir}/${pkgname}-${pkgver}"
-}
-
-package() {
-make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX=/usr 
install
-install -Dm644 "${srcdir}/${pkgname}-${pkgver}"/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm755 $srcdir/$pkgname-$pkgver/contrib/headless_pianobar 
$pkgdir/usr/bin/pianoctl
-}

Copied: pianobar/repos/community-i686/PKGBUILD (from rev 93511, 
pianobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-04 21:18:29 UTC (rev 93512)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Mitch Bigelow 
+# Contributor: Patrick Palka 
+
+pkgname=pianobar
+pkgver=2013.05.19
+pkgrel=1
+pkgdesc="console-based frontend for Pandora"
+url="http://6xq.net/0017";
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt')
+source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
+sha256sums=('cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046')
+
+build() {
+make -C "${srcdir}/${pkgname}-${pkgver}"
+}
+
+package() {
+make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX=/usr 
install
+install -Dm644 "${srcdir}/${pkgname}-${pkgver}"/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm755 $srcdir/$pkgname-$pkgver/contrib/headless_pianobar 
$pkgdir/usr/bin/pianoctl
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-04 21:16:44 UTC (rev 93511)
+++ community-x86_64/PKGBUILD   2013-07-04 21:18:29 UTC (rev 93512)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Mitch Bigelow 
-# Contributor: Patrick Palka 
-
-pkgname=pianobar
-pkgver=2013.05.19
-pkgrel=1
-pkgdesc="console-based frontend for Pandora"
-url="http://6xq.net/0017";
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt')
-source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046')
-
-build() {
-make -C "${srcdir}/${pkgname}-${pkgver}"
-}
-
-package() {
-make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX=/usr 
install
-install -Dm644 "${srcdir}/${pkgname}-${pkgver}"/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm755 $srcdir/$pkgname-$pkgver/contrib/headless_pianobar 
$pkgdir/usr/bin/pianoctl
-}

Copied: pianobar/repos/community-x86_64/PKGBUILD (from rev 93511, 
pianobar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-04 21:18:29 UTC (rev 93512)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Mitch Bigelow 
+# Contributor: Patrick Palka 
+
+pkgname=pianobar
+pkgver=2013.05.19
+pkgrel=1
+pkgdesc="console-based frontend for Pandora"
+url="http://6xq.net/0017";
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt')
+source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
+sha256sums=('cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046')

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

2013-07-04 Thread Daniel Wallace
Date: Thursday, July 4, 2013 @ 23:20:48
  Author: dwallace
Revision: 93513

upgpkg: python-beautifulsoup4 4.2.1-1

upgpkg: beautifulsoup4 4.2.1

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 21:18:29 UTC (rev 93512)
+++ PKGBUILD2013-07-04 21:20:48 UTC (rev 93513)
@@ -4,7 +4,7 @@
 
 pkgbase=python-beautifulsoup4
 pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('PSF')
 makedepends=('python-distribute' 'python2-distribute')
 
source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz";)
-md5sums=('3e709c68b7705b49635dca0c551a4362')
+md5sums=('91ea70ce16a5f1f43e58f2ef05651679')
 
 build() {
   cd "${srcdir}"



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

2013-07-04 Thread Daniel Wallace
Date: Thursday, July 4, 2013 @ 23:21:09
  Author: dwallace
Revision: 93514

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-04 21:20:48 UTC (rev 93513)
+++ PKGBUILD2013-07-04 21:21:09 UTC (rev 93514)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="http://www.crummy.com/software/BeautifulSoup/index.html";
-license=('PSF')
-makedepends=('python-distribute' 'python2-distribute')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz";)
-md5sums=('3e709c68b7705b49635dca0c551a4362')
-
-build() {
-  cd "${srcdir}"
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 93513, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-04 21:21:09 UTC (rev 93514)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="http://www.crummy.com/software/BeautifulSoup/index.html";
+license=('PSF')
+makedepends=('python-distribute' 'python2-distribute')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz";)
+md5sums=('91ea70ce16a5f1f43e58f2ef05651679')
+
+build() {
+  cd "${srcdir}"
+  cp -a beautifulsoup4-${pkgver}{,-python2}
+
+  # Build python 3 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py build
+}
+
+package_python2-beautifulsoup4() {
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+}
+
+package_python-beautifulsoup4() {
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+}



[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (6 files)

2013-07-04 Thread Daniel Wallace
Date: Thursday, July 4, 2013 @ 23:26:09
  Author: dwallace
Revision: 93516

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
(from rev 93515, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 93515, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 93515, lib32-curl/trunk/curlbuild.h)
Deleted:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch |   78 ++---
 PKGBUILD|  134 
+-
 curlbuild.h |   18 -
 3 files changed, 115 insertions(+), 115 deletions(-)

Deleted: 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-07-04 21:25:47 UTC (rev 93515)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-07-04 21:26:09 UTC (rev 93516)
@@ -1,39 +0,0 @@
-From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
-From: Linus Nielsen Feltzing 
-Date: Sun, 10 Feb 2013 22:57:58 +0100
-Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
- handle.
-

- lib/multi.c|  8 +---
- tests/data/Makefile.am |  1 +
- tests/data/test1508| 31 +
- tests/libtest/Makefile.inc |  6 +-
- tests/libtest/lib1508.c| 49 ++
- 5 files changed, 91 insertions(+), 4 deletions(-)
- create mode 100644 tests/data/test1508
- create mode 100644 tests/libtest/lib1508.c
-
-diff --git a/lib/multi.c b/lib/multi.c
-index fa0afb9..706df23 100644
 a/lib/multi.c
-+++ b/lib/multi.c
-@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
- /* Close all the connections in the connection cache */
- close_all_connections(multi);
- 
--multi->closure_handle->dns.hostcache = multi->hostcache;
--Curl_hostcache_clean(multi->closure_handle);
-+if(multi->closure_handle) {
-+  multi->closure_handle->dns.hostcache = multi->hostcache;
-+  Curl_hostcache_clean(multi->closure_handle);
- 
--Curl_close(multi->closure_handle);
-+  Curl_close(multi->closure_handle);
-+}
- multi->closure_handle = NULL;
- 
- Curl_hash_destroy(multi->sockhash);
--- 
-1.8.1.3
-

Copied: 
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
 (from rev 93515, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
(rev 0)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-07-04 21:26:09 UTC (rev 93516)
@@ -0,0 +1,39 @@
+From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
+From: Linus Nielsen Feltzing 
+Date: Sun, 10 Feb 2013 22:57:58 +0100
+Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
+ handle.
+
+---
+ lib/multi.c|  8 +---
+ tests/data/Makefile.am |  1 +
+ tests/data/test1508| 31 +
+ tests/libtest/Makefile.inc |  6 +-
+ tests/libtest/lib1508.c| 49 ++
+ 5 files changed, 91 insertions(+), 4 deletions(-)
+ create mode 100644 tests/data/test1508
+ create mode 100644 tests/libtest/lib1508.c
+
+diff --git a/lib/multi.c b/lib/multi.c
+index fa0afb9..706df23 100644
+--- a/lib/multi.c
 b/lib/multi.c
+@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
+ /* Close all the connections in the connection cache */
+ close_all_connections(multi);
+ 
+-multi->closure_handle->dns.hostcache = multi->hostcache;
+-Curl_hostcache_clean(multi->closure_handle);
++if(multi->closure_handle) {
++  multi->closure_handle->dns.hostcache = multi->hostcache;
++  Curl_hostcache_clean(multi->closure_handle);
+ 
+-Curl_close(multi->closure_handle);
++  Curl_close(multi->closure_handle);
++}
+ multi->closure_handle = NULL;
+ 
+ Curl_hash_destroy(multi->sockhash);
+-- 
+1.8.1.3
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-04 21:25:47 UTC (rev 93515)
+++ PKGBUILD2013-07-04 21:26:09 UTC (rev 93516)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Dave Re

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

2013-07-04 Thread Daniel Wallace
Date: Thursday, July 4, 2013 @ 23:25:47
  Author: dwallace
Revision: 93515

upgpkg: lib32-curl 7.31.0-1

upgpkg: lib32-curl 7.31.0

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 21:21:09 UTC (rev 93514)
+++ PKGBUILD2013-07-04 21:25:47 UTC (rev 93515)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.30.0
+pkgver=7.31.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library (32-bit)"
 arch=('x86_64')
@@ -17,8 +17,8 @@
 depends=('lib32-libssh2' "${_pkgname}")
 options=('!libtool')
 source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('60bb6ff558415b73ba2f00163fd307c5'
- SKIP)
+md5sums=('6f26843f7e3a2fb06e02f68a55efe8c7'
+ 'SKIP')
 
 build() {
   cd "$_pkgname-$pkgver"



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

2013-07-04 Thread Daniel Wallace
Date: Thursday, July 4, 2013 @ 23:29:04
  Author: dwallace
Revision: 93517

upgpkg: lib32-flashplugin 11.2.202.291-1

upgpkg: lib32-flashplugin 11.2.202.291-1

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 21:26:09 UTC (rev 93516)
+++ PKGBUILD2013-07-04 21:29:04 UTC (rev 93517)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.285
+pkgver=11.2.202.291
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -13,7 +13,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";)
-md5sums=('4e3691afc05486be0258e66186d13644')
+md5sums=('8ca1a25083a5efed4692d1ebd4975111')
 
 package() {
   install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"



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

2013-07-04 Thread Daniel Wallace
Date: Thursday, July 4, 2013 @ 23:29:25
  Author: dwallace
Revision: 93518

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-04 21:29:04 UTC (rev 93517)
+++ PKGBUILD2013-07-04 21:29:25 UTC (rev 93518)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.285
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="http://get.adobe.com/flashplayer";
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";)
-md5sums=('4e3691afc05486be0258e66186d13644')
-
-package() {
-  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 93517, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-04 21:29:25 UTC (rev 93518)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.291
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer";
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";)
+md5sums=('8ca1a25083a5efed4692d1ebd4975111')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname"
+}



[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2013-07-04 Thread Sébastien Luttringer
Date: Friday, July 5, 2013 @ 01:13:59
  Author: seblu
Revision: 93520

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 93519, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 93519, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 93519, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   62 ++---
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-04 23:13:50 UTC (rev 93519)
+++ PKGBUILD2013-07-04 23:13:59 UTC (rev 93520)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=4.2.14
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('766fcb5798732a47c0c6a16a198b97b9'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -Dm 644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 93519, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-04 23:13:59 UTC (rev 93520)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=4.2.16
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('6074747feb9ae8b6eec365616347eef3'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2013-07-04 23:13:50 UTC (rev 93519)
+++ license 2013-07-04 23:13:59 UTC (rev 93520)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If you do not agree to all conditions set forth by this 
license, you may not use the pr

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2013-07-04 Thread Sébastien Luttringer
Date: Friday, July 5, 2013 @ 01:13:50
  Author: seblu
Revision: 93519

upgpkg: virtualbox-guest-iso 4.2.16-1

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 21:29:25 UTC (rev 93518)
+++ PKGBUILD2013-07-04 23:13:50 UTC (rev 93519)
@@ -8,7 +8,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=4.2.14
+pkgver=4.2.16
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -20,7 +20,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('766fcb5798732a47c0c6a16a198b97b9'
+md5sums=('6074747feb9ae8b6eec365616347eef3'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {



[arch-commits] Commit in virtualbox/trunk (LocalConfig.kmk PKGBUILD)

2013-07-04 Thread Sébastien Luttringer
Date: Friday, July 5, 2013 @ 02:32:42
  Author: seblu
Revision: 93521

upgpkg: virtualbox 4.2.16-1

Modified:
  virtualbox/trunk/LocalConfig.kmk
  virtualbox/trunk/PKGBUILD

-+
 LocalConfig.kmk |1 +
 PKGBUILD|6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: LocalConfig.kmk
===
--- LocalConfig.kmk 2013-07-04 23:13:59 UTC (rev 93520)
+++ LocalConfig.kmk 2013-07-05 00:32:42 UTC (rev 93521)
@@ -18,3 +18,4 @@
 VBOX_JAVA_HOME = /usr/lib/jvm/java-7-openjdk
 VBOX_GCC_WERR =
 VBOX_GCC_WARN =
+#INST_EXTPACK = /var/lib/virtualbox/extensionpacks/

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 23:13:59 UTC (rev 93520)
+++ PKGBUILD2013-07-05 00:32:42 UTC (rev 93521)
@@ -9,7 +9,7 @@
  'virtualbox-sdk'
  'virtualbox-guest-utils'
  'virtualbox-ext-vnc')
-pkgver=4.2.14
+pkgver=4.2.16
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
@@ -56,10 +56,10 @@
 '001-vboxdrv-reference.patch'
 '002-change_default_driver_dir.patch'
 '004-system-xorg.patch')
-md5sums=('be834de415adaf2f696f7a499f88b4e6'
+md5sums=('c4a36e2099a317f4715cd3861cdae238'
  '5f85710e0b8606de967716ded7b2d351'
  'ed1341881437455d9735875ddf455fbe'
- '58d6e5bb4b4c1c6f3f0b3daa6aaeed03'
+ '16f1c7e829d5d4a306b924bd9ffb2984'
  '07c5f6d86c4b7839d719c8ee0c53653b'
  'bc9efed88e0469cd7fc460d5a5cd7b4b'
  '6dbd16b9d1530fc42ff6904cd80be91d'



[arch-commits] Commit in virtualbox/repos (56 files)

2013-07-04 Thread Sébastien Luttringer
Date: Friday, July 5, 2013 @ 02:33:12
  Author: seblu
Revision: 93522

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

Added:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
(from rev 93521, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-i686/002-change_default_driver_dir.patch
(from rev 93521, virtualbox/trunk/002-change_default_driver_dir.patch)
  virtualbox/repos/community-i686/004-system-xorg.patch
(from rev 93521, virtualbox/trunk/004-system-xorg.patch)
  virtualbox/repos/community-i686/10-vboxdrv.rules
(from rev 93521, virtualbox/trunk/10-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 93521, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 93521, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 93521, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 93521, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 93521, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 93521, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 93521, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 93521, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 93521, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 93521, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/001-vboxdrv-reference.patch
(from rev 93521, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-x86_64/002-change_default_driver_dir.patch
(from rev 93521, virtualbox/trunk/002-change_default_driver_dir.patch)
  virtualbox/repos/community-x86_64/004-system-xorg.patch
(from rev 93521, virtualbox/trunk/004-system-xorg.patch)
  virtualbox/repos/community-x86_64/10-vboxdrv.rules
(from rev 93521, virtualbox/trunk/10-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 93521, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 93521, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 93521, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 93521, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 93521, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 93521, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 93521, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.install
(from rev 93521, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
(from rev 93521, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox.install
(from rev 93521, virtualbox/trunk/virtualbox.install)
Deleted:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
  virtualbox/repos/community-i686/002-change_default_driver_dir.patch
  virtualbox/repos/community-i686/004-system-xorg.patch
  virtualbox/repos/community-i686/10-vboxdrv.rules
  virtualbox/repos/community-i686/60-vboxguest.rules
  virtualbox/repos/community-i686/LocalConfig.kmk
  virtualbox/repos/community-i686/PKGBUILD
  virtualbox/repos/community-i686/vboxservice.service
  virtualbox/repos/community-i686/vboxweb.service
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
  virtualbox/repos/community-i686/virtualbox.install
  virtualbox/repos/community-x86_64/001-vboxdrv-reference.patch
  virtualbox/repos/community-x86_64/002-change_default_driver_dir.patch
  virtualbox/repos/community-x86_64/004-system-xorg.patch
  virtualbox/repos/community-x86_64/10-vboxdrv.rules
  virtualbox/repos/community-x86_64/60-vboxguest.rules
  virtualbox/repos/community-x86_64/LocalConfig.kmk
  virtualbox/repos/community-x86_64/PKGBUILD
  virtualbox/repos/community-x86_64/vboxservice.service
  virtualbox/repos/community-x86_64/vboxweb.service
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.install
 

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

2013-07-04 Thread Sébastien Luttringer
Date: Friday, July 5, 2013 @ 02:43:46
  Author: seblu
Revision: 93524

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

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 93523, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 93523, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 93523, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 93523, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 93523, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 93523, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 93523, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 93523, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  130 
 /build.sh |   50 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   65 --
 community-i686/build.sh   |   25 ---
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   65 --
 community-x86_64/build.sh |   25 ---
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 268 insertions(+), 268 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-05 00:43:32 UTC (rev 93523)
+++ community-i686/PKGBUILD 2013-07-05 00:43:46 UTC (rev 93524)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.2.14
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=3.9' 'linux<3.10'
- 'linux-headers>=3.9' 'linux-headers<3.10'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver"
- 'expac'
- 'sed'
- 'bc')
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.9-ARCH
-
-build() {
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=3.9' 'linux<3.10')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux>=3.9' 'linux<3.10')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-guest-modules.install
-
-  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -nam

[arch-commits] Commit in virtualbox-modules/trunk (3 files)

2013-07-04 Thread Sébastien Luttringer
Date: Friday, July 5, 2013 @ 02:43:32
  Author: seblu
Revision: 93523

upgpkg: virtualbox-modules 4.2.16-1

Modified:
  virtualbox-modules/trunk/PKGBUILD
  virtualbox-modules/trunk/virtualbox-guest-modules.install
  virtualbox-modules/trunk/virtualbox-host-modules.install

--+
 PKGBUILD |   14 +++---
 virtualbox-guest-modules.install |2 +-
 virtualbox-host-modules.install  |2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 00:33:12 UTC (rev 93522)
+++ PKGBUILD2013-07-05 00:43:32 UTC (rev 93523)
@@ -4,13 +4,13 @@
 
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.2.14
-pkgrel=4
+pkgver=4.2.16
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux>=3.10' 'linux<3.11'
- 'linux-headers>=3.10' 'linux-headers<3.11'
+makedepends=('linux>=3.9' 'linux<3.10'
+ 'linux-headers>=3.9' 'linux-headers<3.10'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver"
  'expac'
@@ -18,7 +18,7 @@
  'bc')
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.10-ARCH
+_extramodules=extramodules-3.9-ARCH
 
 build() {
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
@@ -36,7 +36,7 @@
 package_virtualbox-host-modules(){
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=3.10' 'linux<3.11')
+  depends=('linux>=3.9' 'linux<3.10')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -51,7 +51,7 @@
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux>=3.10' 'linux<3.11')
+  depends=('linux>=3.9' 'linux<3.10')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2013-07-05 00:33:12 UTC (rev 93522)
+++ virtualbox-guest-modules.install2013-07-05 00:43:32 UTC (rev 93523)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES='extramodules-3.10-ARCH'
+  EXTRAMODULES='extramodules-3.9-ARCH'
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2013-07-05 00:33:12 UTC (rev 93522)
+++ virtualbox-host-modules.install 2013-07-05 00:43:32 UTC (rev 93523)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES='extramodules-3.10-ARCH'
+  EXTRAMODULES='extramodules-3.9-ARCH'
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



[arch-commits] Commit in virtualbox-modules-lts/repos (16 files)

2013-07-04 Thread Sébastien Luttringer
Date: Friday, July 5, 2013 @ 02:46:38
  Author: seblu
Revision: 93526

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

Added:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
(from rev 93525, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-i686/build.sh
(from rev 93525, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
(from rev 93525, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
(from rev 93525, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
(from rev 93525, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-x86_64/build.sh
(from rev 93525, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
(from rev 93525, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install
(from rev 93525, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-i686/build.sh
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install

---+
 /PKGBUILD |  136 
 /build.sh |   50 +
 /virtualbox-guest-modules-lts.install |   42 
 /virtualbox-host-modules-lts.install  |   46 +
 community-i686/PKGBUILD   |   70 
 community-i686/build.sh   |   25 --
 community-i686/virtualbox-guest-modules-lts.install   |   18 --
 community-i686/virtualbox-host-modules-lts.install|   20 --
 community-x86_64/PKGBUILD |   70 
 community-x86_64/build.sh |   25 --
 community-x86_64/virtualbox-guest-modules-lts.install |   18 --
 community-x86_64/virtualbox-host-modules-lts.install  |   20 --
 12 files changed, 274 insertions(+), 266 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-05 00:46:26 UTC (rev 93525)
+++ community-i686/PKGBUILD 2013-07-05 00:46:38 UTC (rev 93526)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.2.14
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts'
- 'linux-lts-headers'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver"
- 'expac'
- 'sed'
- 'bc')
-
-build() {
-  _kernmaj=$(expac -Q '%v' linux-lts|sed -r 
's/([[:digit:]]+\.[[:digit:]]+).*/\1/')
-  _kernver=$(< /usr/lib/modules/extramodules-$_kernmaj-lts/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernmaj=$(expac -Q '%v' linux-lts|sed -r 
's/([[:digit:]]+\.[[:digit:]]+).*/\1/')
-  _kernver=$(< /usr/lib/modules/extramodules-$_kernmaj-lts/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=("linux-lts>=$_kernmaj" "linux-lts<$(echo "$_kernmaj+0.1"|bc)")
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=("virtualbox-host-modules=$pkgver")
-  install=virtualbox-host-modules-lts.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/extramodules-$_kernmaj-lts/"
-  install -m644 * "$pkgdir/usr/lib/modules/extramodules-$_kernmaj-lts/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-  sed -ie "s/VERSION='.*'/VERSION='$_kernver'/" 
"$startdir/virtualbox-host-modules-lts.install"
-}
-
-package_virtualbox-guest-modules-lts(

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

2013-07-04 Thread Sébastien Luttringer
Date: Friday, July 5, 2013 @ 02:46:26
  Author: seblu
Revision: 93525

upgpkg: virtualbox-modules-lts 4.2.16-1

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 00:43:46 UTC (rev 93524)
+++ PKGBUILD2013-07-05 00:46:26 UTC (rev 93525)
@@ -5,7 +5,7 @@
 
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.2.14
+pkgver=4.2.16
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'



[arch-commits] Commit in (5 files)

2013-07-04 Thread Gaetan Bisson
Date: Friday, July 5, 2013 @ 03:15:21
  Author: bisson
Revision: 93527

initial commit of cromfs

Added:
  cromfs/
  cromfs/repos/
  cromfs/trunk/
  cromfs/trunk/PKGBUILD
  cromfs/trunk/make-generic.patch

+
 PKGBUILD   |   34 ++
 make-generic.patch |   25 +
 2 files changed, 59 insertions(+)

Added: cromfs/trunk/PKGBUILD
===
--- cromfs/trunk/PKGBUILD   (rev 0)
+++ cromfs/trunk/PKGBUILD   2013-07-05 01:15:21 UTC (rev 93527)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=cromfs
+pkgver=1.5.10.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='Compressed read-only filesystem based on FUSE'
+url='http://bisqwit.iki.fi/source/cromfs.html'
+license=('GPL')
+depends=('fuse' 'lzo2')
+source=("http://bisqwit.iki.fi/src/arch/${pkgname}-${pkgver}.tar.gz";
+'make-generic.patch')
+sha1sums=('3d591530ea3a6ed9b6b53b3fcccf9c7c021efd13'
+  'ae51f1d2446df20bcbaef6ac125b1756177725d4')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../make-generic.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -d "${pkgdir}"/usr/{bin,share/doc/cromfs}
+   install -m755 install/progs/* "${pkgdir}"/usr/bin/
+   install -m644 install/docs/* "${pkgdir}"/usr/share/doc/cromfs/
+}


Property changes on: cromfs/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: cromfs/trunk/make-generic.patch
===
--- cromfs/trunk/make-generic.patch (rev 0)
+++ cromfs/trunk/make-generic.patch 2013-07-05 01:15:21 UTC (rev 93527)
@@ -0,0 +1,25 @@
+diff -Naur old/configure new/configure
+--- old/configure  2012-04-11 09:33:55.0 +0200
 new/configure  2012-04-11 12:05:07.098916602 +0200
+@@ -96,9 +96,9 @@
+   fi
+ }
+ 
+-CFLAGS=""
+-CPPFLAGS=""
+-LDFLAGS=""
++CFLAGS="$CFLAGS"
++CPPFLAGS="$CXXFLAGS"
++LDFLAGS="$LDFLAGS"
+ OPTIM=""
+ 
+ do_echo -n "Determining compiler version to use... "
+@@ -451,6 +451,8 @@
+   OPTIM="$OPTIM_BACKUP $BEST_CPUFEATURE"
+ fi
+ 
++OPTIM=""
++
+ do_echo "Updating Makefile.sets ..."
+ 
+ if [ "$DEBUG" = "1" ]; then



[arch-commits] Commit in (10 files)

2013-07-04 Thread Gaetan Bisson
Date: Friday, July 5, 2013 @ 03:21:07
  Author: bisson
Revision: 93528

initial commit of thttpd

Added:
  thttpd/
  thttpd/repos/
  thttpd/trunk/
  thttpd/trunk/PKGBUILD
  thttpd/trunk/config
  thttpd/trunk/discreet.patch
  thttpd/trunk/forwarded-for.patch
  thttpd/trunk/getline.patch
  thttpd/trunk/logrotate.d
  thttpd/trunk/service

-+
 PKGBUILD|   67 ++
 config  |7 +
 discreet.patch  |   34 +
 forwarded-for.patch |   16 +++
 getline.patch   |   21 +++
 logrotate.d |   12 
 service |   10 +++
 7 files changed, 167 insertions(+)

Added: thttpd/trunk/PKGBUILD
===
--- thttpd/trunk/PKGBUILD   (rev 0)
+++ thttpd/trunk/PKGBUILD   2013-07-05 01:21:07 UTC (rev 93528)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Damir Perisa 
+# Contributor: Stewart Starbuck 
+
+pkgname=thttpd
+pkgver=2.25b
+pkgrel=10
+pkgdesc='Simple, small, portable, fast, and secure HTTP server'
+url='http://www.acme.com/software/thttpd/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+backup=('etc/thttpd.conf')
+source=("http://www.acme.com/software/thttpd/${pkgname}-${pkgver}.tar.gz";
+'forwarded-for.patch'
+'discreet.patch'
+'getline.patch'
+'logrotate.d'
+'service'
+'config')
+sha1sums=('cd0e823233ad73e34ee1c9b871b01050feb9db52'
+  '1293fbaf83a489c65d6d2b107d797c687233d96a'
+  '1e73fca7d9ac2579da317f985c8666a181dc37c1'
+  '5ac14035a10b9155d813b363520e9aa74c5d91fc'
+  '36ffeefd1675ca4920605b1b5ca32dd5141a8f23'
+  '73bd76de0e89a9cc31e5605659837d83b3c8dfde'
+  '16640870a69cfc48021ee3acfea7c95834549d46')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../forwarded-for.patch
+   patch -p1 -i ../discreet.patch
+   patch -p1 -i ../getline.patch
+   echo 'mkv   video/x-matroska' >> mime_types.txt
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CPPFLAGS= ./configure --prefix=/usr --mandir=/usr/share/man
+   sed \
+   -e 's/^CFLAGS =/CFLAGS +=/' \
+   -e '/^STATICFLAG =/c STATICFLAG =' \
+   -i Makefile */Makefile
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   install -d "${pkgdir}"/usr/share/man/man{1,8}
+   make \
+   BINDIR="${pkgdir}"/usr/bin \
+   WEBDIR="${pkgdir}"/srv/http \
+   MANDIR="${pkgdir}"/usr/share/man \
+   WEBGROUP=root install
+
+   rm -fr "${pkgdir}"/srv
+   chown root:root -R "${pkgdir}"
+   chmod 755 -R "${pkgdir}"/usr/bin # strip needs u+w
+
+   install -Dm644 ../config "${pkgdir}"/etc/thttpd.conf
+   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/thttpd.service
+   install -Dm644 ../logrotate.d "${pkgdir}"/etc/logrotate.d/thttpd
+
+   install -d "${pkgdir}"/var/log/thttpd
+   install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
+   head -n 26 thttpd.c > 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
+}


Property changes on: thttpd/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: thttpd/trunk/config
===
--- thttpd/trunk/config (rev 0)
+++ thttpd/trunk/config 2013-07-05 01:21:07 UTC (rev 93528)
@@ -0,0 +1,7 @@
+dir=/srv/http
+vhost
+user=http
+cgipat=**.cgi
+logfile=/var/log/thttpd/thttpd.log
+pidfile=/var/run/thttpd.pid
+charset=utf-8

Added: thttpd/trunk/discreet.patch
===
--- thttpd/trunk/discreet.patch (rev 0)
+++ thttpd/trunk/discreet.patch 2013-07-05 01:21:07 UTC (rev 93528)
@@ -0,0 +1,34 @@
+diff -Naur old/libhttpd.c new/libhttpd.c
+--- old/libhttpd.c 2012-04-27 14:24:50.971711600 +0200
 new/libhttpd.c 2012-04-27 14:33:24.559135581 +0200
+@@ -744,7 +744,7 @@
+ (void) my_snprintf( buf, sizeof(buf), "\
+ \n\
+ %d %s\n\
+-\n\
++\n\
+ %d %s\n",
+   status, title, status, title );
+ add_response( hc, buf );
+@@ -769,11 +769,8 @@
+ char buf[1000];
+ 
+ (void) my_snprintf( buf, sizeof(buf), "\
+-\n\
+-%s\n\
+ \n\
+-\n",
+-  SERVER_ADDRESS, EXPOSED_SERVER_SOFTWARE );
++\n" );
+ add_response( hc, buf );
+ }
+ 
+@@ -2766,7 +2763,7 @@
+   (void) fprintf( fp, "\
+ \n\
+ Index of %.80s\n\
+-\n\
++\n\
+ Index of %.80s\n\
+ \n\
+ mode  links  bytes  last-changed  name\n\

Added: thttpd/trunk/forwarded-for.patch
===
--- thttpd/trunk/forwarded-for.patch(rev 0)
+++

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

2013-07-04 Thread Gaetan Bisson
Date: Friday, July 5, 2013 @ 03:21:25
  Author: bisson
Revision: 93529

initial commit of paps

Added:
  paps/
  paps/repos/
  paps/trunk/
  paps/trunk/PKGBUILD

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

Added: paps/trunk/PKGBUILD
===
--- paps/trunk/PKGBUILD (rev 0)
+++ paps/trunk/PKGBUILD 2013-07-05 01:21:25 UTC (rev 93529)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Artyom 'logus' Pervukhin 
+# Contributor: Tim Yang 
+
+pkgname=paps
+pkgver=0.6.8
+pkgrel=5
+pkgdesc='UTF-8 to PostScript converter via Pango'
+url='http://paps.sourceforge.net/'
+license=('LGPL')
+depends=('pango')
+arch=('i686' 'x86_64')
+source=("http://downloads.sourceforge.net/paps/paps-${pkgver}.tar.gz";)
+sha1sums=('83646b0de89deb8321f260c2c5a665bc7c8f5928')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LDFLAGS=${LDFLAGS/,--as-needed/}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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


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

2013-07-04 Thread Gaetan Bisson
Date: Friday, July 5, 2013 @ 03:23:12
  Author: bisson
Revision: 93530

initial commit of cgoban

Added:
  cgoban/
  cgoban/repos/
  cgoban/trunk/
  cgoban/trunk/PKGBUILD

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

Added: cgoban/trunk/PKGBUILD
===
--- cgoban/trunk/PKGBUILD   (rev 0)
+++ cgoban/trunk/PKGBUILD   2013-07-05 01:23:12 UTC (rev 93530)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Jason Chu 
+# Contributor: Tom Newsom 
+
+pkgname=cgoban
+pkgver=1.9.14
+pkgrel=2
+pkgdesc='SGF editor and client for connection to IGS'
+url='http://sourceforge.net/projects/cgoban1/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libxt')
+source=("http://downloads.sourceforge.net/project/cgoban1/cgoban1/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('90bd53499c9f410caddaae601e7f00350d520a32')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   install -d "${pkgdir}"/usr/{bin,share/man/man6}
+   make DESTDIR="${pkgdir}" install
+}


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


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

2013-07-04 Thread Gaetan Bisson
Date: Friday, July 5, 2013 @ 03:29:22
  Author: bisson
Revision: 93531

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

Added:
  cgoban/repos/community-i686/
  cgoban/repos/community-i686/PKGBUILD
(from rev 93530, cgoban/trunk/PKGBUILD)
  cgoban/repos/community-x86_64/
  cgoban/repos/community-x86_64/PKGBUILD
(from rev 93530, cgoban/trunk/PKGBUILD)

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

Copied: cgoban/repos/community-i686/PKGBUILD (from rev 93530, 
cgoban/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-05 01:29:22 UTC (rev 93531)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Jason Chu 
+# Contributor: Tom Newsom 
+
+pkgname=cgoban
+pkgver=1.9.14
+pkgrel=2
+pkgdesc='SGF editor and client for connection to IGS'
+url='http://sourceforge.net/projects/cgoban1/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libxt')
+source=("http://downloads.sourceforge.net/project/cgoban1/cgoban1/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('90bd53499c9f410caddaae601e7f00350d520a32')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   install -d "${pkgdir}"/usr/{bin,share/man/man6}
+   make DESTDIR="${pkgdir}" install
+}

Copied: cgoban/repos/community-x86_64/PKGBUILD (from rev 93530, 
cgoban/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-05 01:29:22 UTC (rev 93531)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Jason Chu 
+# Contributor: Tom Newsom 
+
+pkgname=cgoban
+pkgver=1.9.14
+pkgrel=2
+pkgdesc='SGF editor and client for connection to IGS'
+url='http://sourceforge.net/projects/cgoban1/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libxt')
+source=("http://downloads.sourceforge.net/project/cgoban1/cgoban1/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('90bd53499c9f410caddaae601e7f00350d520a32')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   install -d "${pkgdir}"/usr/{bin,share/man/man6}
+   make DESTDIR="${pkgdir}" install
+}



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

2013-07-04 Thread Gaetan Bisson
Date: Friday, July 5, 2013 @ 03:31:34
  Author: bisson
Revision: 93532

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

Added:
  cromfs/repos/community-i686/
  cromfs/repos/community-i686/PKGBUILD
(from rev 93531, cromfs/trunk/PKGBUILD)
  cromfs/repos/community-i686/make-generic.patch
(from rev 93531, cromfs/trunk/make-generic.patch)
  cromfs/repos/community-x86_64/
  cromfs/repos/community-x86_64/PKGBUILD
(from rev 93531, cromfs/trunk/PKGBUILD)
  cromfs/repos/community-x86_64/make-generic.patch
(from rev 93531, cromfs/trunk/make-generic.patch)

-+
 community-i686/PKGBUILD |   34 ++
 community-i686/make-generic.patch   |   25 +
 community-x86_64/PKGBUILD   |   34 ++
 community-x86_64/make-generic.patch |   25 +
 4 files changed, 118 insertions(+)

Copied: cromfs/repos/community-i686/PKGBUILD (from rev 93531, 
cromfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-05 01:31:34 UTC (rev 93532)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=cromfs
+pkgver=1.5.10.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='Compressed read-only filesystem based on FUSE'
+url='http://bisqwit.iki.fi/source/cromfs.html'
+license=('GPL')
+depends=('fuse' 'lzo2')
+source=("http://bisqwit.iki.fi/src/arch/${pkgname}-${pkgver}.tar.gz";
+'make-generic.patch')
+sha1sums=('3d591530ea3a6ed9b6b53b3fcccf9c7c021efd13'
+  'ae51f1d2446df20bcbaef6ac125b1756177725d4')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../make-generic.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -d "${pkgdir}"/usr/{bin,share/doc/cromfs}
+   install -m755 install/progs/* "${pkgdir}"/usr/bin/
+   install -m644 install/docs/* "${pkgdir}"/usr/share/doc/cromfs/
+}

Copied: cromfs/repos/community-i686/make-generic.patch (from rev 93531, 
cromfs/trunk/make-generic.patch)
===
--- community-i686/make-generic.patch   (rev 0)
+++ community-i686/make-generic.patch   2013-07-05 01:31:34 UTC (rev 93532)
@@ -0,0 +1,25 @@
+diff -Naur old/configure new/configure
+--- old/configure  2012-04-11 09:33:55.0 +0200
 new/configure  2012-04-11 12:05:07.098916602 +0200
+@@ -96,9 +96,9 @@
+   fi
+ }
+ 
+-CFLAGS=""
+-CPPFLAGS=""
+-LDFLAGS=""
++CFLAGS="$CFLAGS"
++CPPFLAGS="$CXXFLAGS"
++LDFLAGS="$LDFLAGS"
+ OPTIM=""
+ 
+ do_echo -n "Determining compiler version to use... "
+@@ -451,6 +451,8 @@
+   OPTIM="$OPTIM_BACKUP $BEST_CPUFEATURE"
+ fi
+ 
++OPTIM=""
++
+ do_echo "Updating Makefile.sets ..."
+ 
+ if [ "$DEBUG" = "1" ]; then

Copied: cromfs/repos/community-x86_64/PKGBUILD (from rev 93531, 
cromfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-05 01:31:34 UTC (rev 93532)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=cromfs
+pkgver=1.5.10.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='Compressed read-only filesystem based on FUSE'
+url='http://bisqwit.iki.fi/source/cromfs.html'
+license=('GPL')
+depends=('fuse' 'lzo2')
+source=("http://bisqwit.iki.fi/src/arch/${pkgname}-${pkgver}.tar.gz";
+'make-generic.patch')
+sha1sums=('3d591530ea3a6ed9b6b53b3fcccf9c7c021efd13'
+  'ae51f1d2446df20bcbaef6ac125b1756177725d4')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../make-generic.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -d "${pkgdir}"/usr/{bin,share/doc/cromfs}
+   install -m755 install/progs/* "${pkgdir}"/usr/bin/
+   install -m644 install/docs/* "${pkgdir}"/usr/share/doc/cromfs/
+}

Copied: cromfs/repos/community-x86_64/make-generic.patch (from rev 93531, 
cromfs/trunk/make-generic.patch)
===
--- community-x86_64/make-generic.patch (rev 0)
+++ community-x86_64/make-generic.patch 2013-07-05 01:31:34 UTC (rev 93532)
@@ -0,0 +1,25 @@
+diff -Naur old/configure new/configure
+--- old/configure  2012-04-11 09:33:55.0 +0200
 new/configure  2012-04-11 12:05:07.098916602 +0200
+@@ -96,9 +96,9 @@
+   fi
+ }
+ 
+-CFLAGS=""
+-CPPFLAGS=""
+-LDFLAGS=""
++CFLAGS="$CFLAGS"
++CPPFLAGS="$CXXFLAGS"
++LDFLAGS="$LDFLAGS"
+ OPTIM=""
+ 
+ do_echo 

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

2013-07-04 Thread Gaetan Bisson
Date: Friday, July 5, 2013 @ 03:34:25
  Author: bisson
Revision: 93533

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

Added:
  paps/repos/community-i686/
  paps/repos/community-i686/PKGBUILD
(from rev 93532, paps/trunk/PKGBUILD)
  paps/repos/community-x86_64/
  paps/repos/community-x86_64/PKGBUILD
(from rev 93532, paps/trunk/PKGBUILD)

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

Copied: paps/repos/community-i686/PKGBUILD (from rev 93532, paps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-05 01:34:25 UTC (rev 93533)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Artyom 'logus' Pervukhin 
+# Contributor: Tim Yang 
+
+pkgname=paps
+pkgver=0.6.8
+pkgrel=5
+pkgdesc='UTF-8 to PostScript converter via Pango'
+url='http://paps.sourceforge.net/'
+license=('LGPL')
+depends=('pango')
+arch=('i686' 'x86_64')
+source=("http://downloads.sourceforge.net/paps/paps-${pkgver}.tar.gz";)
+sha1sums=('83646b0de89deb8321f260c2c5a665bc7c8f5928')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LDFLAGS=${LDFLAGS/,--as-needed/}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: paps/repos/community-x86_64/PKGBUILD (from rev 93532, 
paps/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-05 01:34:25 UTC (rev 93533)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Artyom 'logus' Pervukhin 
+# Contributor: Tim Yang 
+
+pkgname=paps
+pkgver=0.6.8
+pkgrel=5
+pkgdesc='UTF-8 to PostScript converter via Pango'
+url='http://paps.sourceforge.net/'
+license=('LGPL')
+depends=('pango')
+arch=('i686' 'x86_64')
+source=("http://downloads.sourceforge.net/paps/paps-${pkgver}.tar.gz";)
+sha1sums=('83646b0de89deb8321f260c2c5a665bc7c8f5928')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LDFLAGS=${LDFLAGS/,--as-needed/}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}



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

2013-07-04 Thread Gaetan Bisson
Date: Friday, July 5, 2013 @ 03:36:00
  Author: bisson
Revision: 93534

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

Added:
  thttpd/repos/community-i686/
  thttpd/repos/community-i686/PKGBUILD
(from rev 93533, thttpd/trunk/PKGBUILD)
  thttpd/repos/community-i686/config
(from rev 93533, thttpd/trunk/config)
  thttpd/repos/community-i686/discreet.patch
(from rev 93533, thttpd/trunk/discreet.patch)
  thttpd/repos/community-i686/forwarded-for.patch
(from rev 93533, thttpd/trunk/forwarded-for.patch)
  thttpd/repos/community-i686/getline.patch
(from rev 93533, thttpd/trunk/getline.patch)
  thttpd/repos/community-i686/logrotate.d
(from rev 93533, thttpd/trunk/logrotate.d)
  thttpd/repos/community-i686/service
(from rev 93533, thttpd/trunk/service)
  thttpd/repos/community-x86_64/
  thttpd/repos/community-x86_64/PKGBUILD
(from rev 93533, thttpd/trunk/PKGBUILD)
  thttpd/repos/community-x86_64/config
(from rev 93533, thttpd/trunk/config)
  thttpd/repos/community-x86_64/discreet.patch
(from rev 93533, thttpd/trunk/discreet.patch)
  thttpd/repos/community-x86_64/forwarded-for.patch
(from rev 93533, thttpd/trunk/forwarded-for.patch)
  thttpd/repos/community-x86_64/getline.patch
(from rev 93533, thttpd/trunk/getline.patch)
  thttpd/repos/community-x86_64/logrotate.d
(from rev 93533, thttpd/trunk/logrotate.d)
  thttpd/repos/community-x86_64/service
(from rev 93533, thttpd/trunk/service)

--+
 community-i686/PKGBUILD  |   67 +
 community-i686/config|7 +++
 community-i686/discreet.patch|   34 
 community-i686/forwarded-for.patch   |   16 +++
 community-i686/getline.patch |   21 ++
 community-i686/logrotate.d   |   12 +
 community-i686/service   |   10 
 community-x86_64/PKGBUILD|   67 +
 community-x86_64/config  |7 +++
 community-x86_64/discreet.patch  |   34 
 community-x86_64/forwarded-for.patch |   16 +++
 community-x86_64/getline.patch   |   21 ++
 community-x86_64/logrotate.d |   12 +
 community-x86_64/service |   10 
 14 files changed, 334 insertions(+)

Copied: thttpd/repos/community-i686/PKGBUILD (from rev 93533, 
thttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-05 01:36:00 UTC (rev 93534)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Damir Perisa 
+# Contributor: Stewart Starbuck 
+
+pkgname=thttpd
+pkgver=2.25b
+pkgrel=10
+pkgdesc='Simple, small, portable, fast, and secure HTTP server'
+url='http://www.acme.com/software/thttpd/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+backup=('etc/thttpd.conf')
+source=("http://www.acme.com/software/thttpd/${pkgname}-${pkgver}.tar.gz";
+'forwarded-for.patch'
+'discreet.patch'
+'getline.patch'
+'logrotate.d'
+'service'
+'config')
+sha1sums=('cd0e823233ad73e34ee1c9b871b01050feb9db52'
+  '1293fbaf83a489c65d6d2b107d797c687233d96a'
+  '1e73fca7d9ac2579da317f985c8666a181dc37c1'
+  '5ac14035a10b9155d813b363520e9aa74c5d91fc'
+  '36ffeefd1675ca4920605b1b5ca32dd5141a8f23'
+  '73bd76de0e89a9cc31e5605659837d83b3c8dfde'
+  '16640870a69cfc48021ee3acfea7c95834549d46')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../forwarded-for.patch
+   patch -p1 -i ../discreet.patch
+   patch -p1 -i ../getline.patch
+   echo 'mkv   video/x-matroska' >> mime_types.txt
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CPPFLAGS= ./configure --prefix=/usr --mandir=/usr/share/man
+   sed \
+   -e 's/^CFLAGS =/CFLAGS +=/' \
+   -e '/^STATICFLAG =/c STATICFLAG =' \
+   -i Makefile */Makefile
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   install -d "${pkgdir}"/usr/share/man/man{1,8}
+   make \
+   BINDIR="${pkgdir}"/usr/bin \
+   WEBDIR="${pkgdir}"/srv/http \
+   MANDIR="${pkgdir}"/usr/share/man \
+   WEBGROUP=root install
+
+   rm -fr "${pkgdir}"/srv
+   chown root:root -R "${pkgdir}"
+   chmod 755 -R "${pkgdir}"/usr/bin # strip needs u+w
+
+   install -Dm644 ../config "${pkgdir}"/etc/thttpd.conf
+   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/thttpd.service
+   install -Dm644 ../logrotate.d "${pkgdir}"/etc/logrotate.d/thttpd
+
+   install -d "${pkgdir}"/var/log/thttpd
+   install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
+   head -n 26 thttpd.c > 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
+}

Copied: thttpd/repos/co

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

2013-07-04 Thread Tobias Powalowski
Date: Friday, July 5, 2013 @ 07:28:56
  Author: tpowa
Revision: 189696

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

Added:
  syslinux/repos/testing-i686/PKGBUILD
(from rev 189695, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-i686/syslinux-6.00-efi-export-kbdmap.patch
(from rev 189695, syslinux/trunk/syslinux-6.00-efi-export-kbdmap.patch)
  syslinux/repos/testing-i686/syslinux-6.00-efi-fix-libcom32.patch
(from rev 189695, syslinux/trunk/syslinux-6.00-efi-fix-libcom32.patch)
  syslinux/repos/testing-i686/syslinux-dont-build-dos-windows-targets.patch
(from rev 189695, 
syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch)
  syslinux/repos/testing-i686/syslinux-install_update
(from rev 189695, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-i686/syslinux.cfg
(from rev 189695, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-i686/syslinux.install
(from rev 189695, syslinux/trunk/syslinux.install)
  syslinux/repos/testing-x86_64/PKGBUILD
(from rev 189695, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-export-kbdmap.patch
(from rev 189695, syslinux/trunk/syslinux-6.00-efi-export-kbdmap.patch)
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-fix-libcom32.patch
(from rev 189695, syslinux/trunk/syslinux-6.00-efi-fix-libcom32.patch)
  syslinux/repos/testing-x86_64/syslinux-dont-build-dos-windows-targets.patch
(from rev 189695, 
syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch)
  syslinux/repos/testing-x86_64/syslinux-install_update
(from rev 189695, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-x86_64/syslinux.cfg
(from rev 189695, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-x86_64/syslinux.install
(from rev 189695, syslinux/trunk/syslinux.install)
Deleted:
  syslinux/repos/testing-i686/syslinux-6.00-efi-export-kbdmap.patch
  syslinux/repos/testing-i686/syslinux-6.00-efi-fix-libcom32.patch
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-export-kbdmap.patch
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-fix-libcom32.patch

--+
 /syslinux-6.00-efi-export-kbdmap.patch   |   76 +
 /syslinux-6.00-efi-fix-libcom32.patch|   90 +
 testing-i686/PKGBUILD|  164 +++
 testing-i686/syslinux-6.00-efi-export-kbdmap.patch   |   38 
 testing-i686/syslinux-6.00-efi-fix-libcom32.patch|   45 
 testing-i686/syslinux-dont-build-dos-windows-targets.patch   |   12 
 testing-i686/syslinux-install_update |  475 ++
 testing-i686/syslinux.cfg|   78 +
 testing-i686/syslinux.install|   36 
 testing-x86_64/PKGBUILD  |  164 +++
 testing-x86_64/syslinux-6.00-efi-export-kbdmap.patch |   38 
 testing-x86_64/syslinux-6.00-efi-fix-libcom32.patch  |   45 
 testing-x86_64/syslinux-dont-build-dos-windows-targets.patch |   12 
 testing-x86_64/syslinux-install_update   |  475 ++
 testing-x86_64/syslinux.cfg  |   78 +
 testing-x86_64/syslinux.install  |   36 
 16 files changed, 1696 insertions(+), 166 deletions(-)

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


  1   2   >