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

2011-10-26 Thread Pierre Schmitz
Date: Thursday, October 27, 2011 @ 02:54:16
  Author: pierre
Revision: 141243

archrelease: copy trunk to testing-any

Added:
  ca-certificates/repos/testing-any/
  ca-certificates/repos/testing-any/PKGBUILD
(from rev 141242, ca-certificates/trunk/PKGBUILD)
  ca-certificates/repos/testing-any/ca-certificates.install
(from rev 141242, ca-certificates/trunk/ca-certificates.install)

-+
 PKGBUILD|   38 ++
 ca-certificates.install |   26 ++
 2 files changed, 64 insertions(+)

Copied: ca-certificates/repos/testing-any/PKGBUILD (from rev 141242, 
ca-certificates/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-27 06:54:16 UTC (rev 141243)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=ca-certificates
+pkgver=20111025
+pkgrel=1
+pkgdesc='Common CA certificates'
+arch=('any')
+url='http://packages.qa.debian.org/c/ca-certificates.html'
+license=('MPL' 'GPL')
+source=("http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz";)
+depends=('bash' 'run-parts' 'openssl' 'findutils' 'coreutils' 'sed')
+makedepends=('python2')
+install='ca-certificates.install'
+backup=('etc/ca-certificates.conf')
+sha256sums=('318bbf0f7c0a32adc10105f843148fd0e9e3b013de75645c02ea858652240924')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's|/usr/bin/python|/usr/bin/python2|g' -i mozilla/certdata2pem.py
+   sed 's|python|python2|g' -i mozilla/Makefile
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   install -d -m755 
${pkgdir}/{etc/ca-certificates/update.d,usr/{sbin,share/ca-certificates},etc/ssl/certs}
+   make install DESTDIR=${pkgdir}
+   install -D -m644 sbin/update-ca-certificates.8 
${pkgdir}/usr/share/man/man8/update-ca-certificates.8
+
+   (
+   echo "# Automatically generated by ${pkgname}-${pkgver}-${pkgrel}"
+   echo "# see update-ca-certificates man page"
+   echo "# "
+   cd ${pkgdir}/usr/share/ca-certificates
+   find . -name '*.crt' | sort | cut -b3-
+   ) > ${pkgdir}/etc/ca-certificates.conf
+}

Copied: ca-certificates/repos/testing-any/ca-certificates.install (from rev 
141242, ca-certificates/trunk/ca-certificates.install)
===
--- testing-any/ca-certificates.install (rev 0)
+++ testing-any/ca-certificates.install 2011-10-27 06:54:16 UTC (rev 141243)
@@ -0,0 +1,26 @@
+export LC_ALL=C
+
+post_install() {
+   usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
+}
+
+post_upgrade() {
+   if [ $(vercmp $2 20110421-1) -lt 0 ]; then
+   echo 'Updating certificates. This might take a while...'
+   fi
+   usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
+}
+
+pre_remove() {
+   # clean up certificates
+   local _backup=$(mktemp)
+   mv etc/ca-certificates.conf ${_backup}
+   echo > etc/ca-certificates.conf
+   usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
+   mv ${_backup} etc/ca-certificates.conf
+}
+
+post_remove() {
+   # remove the cert file if it is empty
+   [[ -s etc/ssl/certs/ca-certificates.crt ]] || rm -f 
etc/ssl/certs/ca-certificates.crt
+}



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

2011-10-26 Thread Pierre Schmitz
Date: Thursday, October 27, 2011 @ 02:53:24
  Author: pierre
Revision: 141242

upstream update

Modified:
  ca-certificates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-27 06:13:05 UTC (rev 141241)
+++ PKGBUILD2011-10-27 06:53:24 UTC (rev 141242)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=ca-certificates
-pkgver=20110502+nmu1
+pkgver=20111025
 pkgrel=1
 pkgdesc='Common CA certificates'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python2')
 install='ca-certificates.install'
 backup=('etc/ca-certificates.conf')
-sha256sums=('32349782ed419d88924f69e3feb1755a045dc15b8d0cfd15cdd9176f0596997d')
+sha256sums=('318bbf0f7c0a32adc10105f843148fd0e9e3b013de75645c02ea858652240924')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in ttf-thai/repos/extra-any (6 files)

2011-10-26 Thread Eric Bélanger
Date: Thursday, October 27, 2011 @ 02:13:05
  Author: eric
Revision: 141241

archrelease: copy trunk to extra-any

Added:
  ttf-thai/repos/extra-any/LICENSE
(from rev 141240, ttf-thai/trunk/LICENSE)
  ttf-thai/repos/extra-any/PKGBUILD
(from rev 141240, ttf-thai/trunk/PKGBUILD)
  ttf-thai/repos/extra-any/ttf.install
(from rev 141240, ttf-thai/trunk/ttf.install)
Deleted:
  ttf-thai/repos/extra-any/LICENSE
  ttf-thai/repos/extra-any/PKGBUILD
  ttf-thai/repos/extra-any/ttf.install

-+
 LICENSE |  300 +-
 PKGBUILD|   67 ++--
 ttf.install |   30 ++---
 3 files changed, 198 insertions(+), 199 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2011-10-27 06:12:42 UTC (rev 141240)
+++ LICENSE 2011-10-27 06:13:05 UTC (rev 141241)
@@ -1,150 +0,0 @@
-This package collects Thai scalable fonts available in free licenses, and
-maintains and distributes them under GNU General Public License with
-original authors' permissions.
-
-Some fonts cannot be GPL, because they are based on fonts with different
-licenses. See the list of such fonts at the end of this file.
-
-Copyright:
-
-   - Kinnari:
-
-   Copyright (C) 1999 Db Type. All Rights Reserved.
-   Copyright (C) 2007 National Electronics and Computer Technology Center.
-   All Rights Reserved.
-
-   - Garuda:
-
-   Generated by NECTEC for Public Domain.
-   Modified under GNU General Public License by TLWG.
-
-   - Norasi:
-
-   Copyright (C) 1999, The National Font Project (v.beta). 
-   Yannis Haralambous, Virach Sornlertlamvanich and Anutara Tantraporn.
-   All rights reserved.
-   Modified under GNU General Public License, with creators' permission,
-   by Thai Linux Working Group (TLWG).
-
-   - Loma:
-
-   Copyright (C) 2003, NECTEC. All rights reserved.
-
-   - TlwgMono:
-
-   Copyright (C) 2003 Poonlap Veerathanabutr 
-
-   - Tlwg Typewriter:
-
-   Copyright (C) 2003, 2004 Poonlap Veerathanabutr 
-
-   - Tlwg Typist:
-
-   Tlwg Typist, based on Poonlap Veerathanabutr's Tlwg Typewriter.
-
-   Copyright (C) 2005-2006 Theppitak Karoonboonyanan. Tlwg Typewriter,
-   Free Thai Pseudo Monospace outline font.
-
-   Copyright (C) 2003, 2004 Poonlap Veerathanabutr 
-
-   - Purisa:
-
-   Copyright (C) 2003, 2004 Poonlap Veerathanabutr 
-   , GPL license
-
-   - Sawasdee:
-
-   Copyright (C) 2007 Pol Udomwittayanukul .
-   All rights reserved.
-
-   - Umpush:
-
-   Copyright (C) 2003 NECTEC. All rights reserved.
-   Copyright (c) 2007 Widhaya Trisarnwadhana .
-   All rights reserved.
-
-License:
-
-   This font is free software; you can redistribute it and/or modify it
-   under the terms of the GNU General Public License as published by the
-   Free Software Foundation; either version 2 of the License, or (at your
-   option) any later version.
-
-   This font is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this font; if not, write to the Free Software Foundation,
-   Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-
-   As a special exception, if you create a document which uses this font,
-   and embed this font or unaltered portions of this font into the
-   document, this font does not by itself cause the resulting document
-   to be covered by the GNU General Public License. This exception does
-   not however invalidate any other reasons why the document might be
-   covered by the GNU General Public License. If you modify this font,
-   you may extend this exception to your version of the font, but you
-   are not obligated to do so. If you do not wish to do so, delete this
-   exception statement from your version.
-
-See included GPL file for the GNU General Public License (GPL) terms.
-
-
-* Non-GPL Fonts:
-
-- Waree:
-
-Copyright:
-
-   Copyright (C) 2003 by Bitstream, Inc. All Rights Reserved.
-   TLWG changes are in public domain.
-
-   Bitstream Vera is a trademark of Bitstream, Inc.
-
-License:
-
-   Permission is hereby granted, free of charge, to any person obtaining
-   a copy of the fonts accompanying this license ("Fonts") and associated
-   documentation files (the "Font Software"), to reproduce and distribute
-   the Font Software, including without limitation the rights to use,
-   copy, merge, publish, distribute, and/or sell copies of the Font
-   Software, and to permit persons to whom the Font Software is furnished
-   to do so, subject to the fol

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

2011-10-26 Thread Eric Bélanger
Date: Thursday, October 27, 2011 @ 02:12:42
  Author: eric
Revision: 141240

upgpkg: ttf-thai 0.4.16-1

Upstream update

Modified:
  ttf-thai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-27 05:11:35 UTC (rev 141239)
+++ PKGBUILD2011-10-27 06:12:42 UTC (rev 141240)
@@ -1,24 +1,23 @@
 # $Id$
 # Maintainer: Firmicus 
-# Contributor: damir 
 # Contributor: Camille Moncelier 
 
 pkgname=ttf-thai
-pkgver=0.4.15
+pkgver=0.4.16
 pkgrel=1
 pkgdesc="A collection of basic Thai fonts"
-arch=(any)
+arch=('any')
 url="http://linux.thai.net/taxonomy/term/3";
 license=('GPL' 'custom')
-depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
 provides=('thai-ttf')
 install=ttf.install
 
source=("ftp://linux.thai.net/pub/ThaiLinux/software/thai-ttf/thai-ttf-${pkgver}.tar.gz";
 'LICENSE')
-sha1sums=('9696576881e166b047c23f0c1030933d563fb6ac'
+sha1sums=('49f94f0a25463b906b1ada02db85dbe3ccd8c7d3'
   '39a8c3eb83856f9dff63a3493f891a702d3fa802')
 
-build() {
+package() {
   cd "${srcdir}/thai-ttf-${pkgver}"
 
   # install fonts to right place



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

2011-10-26 Thread Allan McRae
Date: Thursday, October 27, 2011 @ 01:11:35
  Author: allan
Revision: 141239

upstream update

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-27 04:35:26 UTC (rev 141238)
+++ PKGBUILD2011-10-27 05:11:35 UTC (rev 141239)
@@ -5,9 +5,9 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
-pkgver=4.6.1
-pkgrel=4
-_snapshot=4.6-20110819
+pkgver=4.6.2
+pkgrel=1
+#_snapshot=4.6-20110819
 _libstdcppmanver=20110814  # Note: check source directory name 
when updating this
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
@@ -16,12 +16,12 @@
 makedepends=('binutils>=2.21-9' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
 checkdepends=('dejagnu')
 options=('!libtool' '!emptydirs')
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+   
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2

ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
gcc_pure64.patch
gcc-hash-style-both.patch)
-md5sums=('b14d22730f9085eab7fd927039e68d28'
+md5sums=('028115c4fbfb6cfd75d6369f4a90d87e'
  'ce920d2550ff7e042b9f091d27764d8f'
  '4030ee1c08dd1e843c0225b772360e76'
  '4df25b623799b148a0703eaeec8fdf3f')



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

2011-10-26 Thread Eric Bélanger
Date: Thursday, October 27, 2011 @ 00:35:26
  Author: eric
Revision: 141238

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

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

+
 extra-i686/PKGBUILD|   64 +++
 extra-i686/ristretto.install   |   26 +++
 extra-x86_64/PKGBUILD  |   64 +++
 extra-x86_64/ristretto.install |   26 +++
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-27 04:35:08 UTC (rev 141237)
+++ extra-i686/PKGBUILD 2011-10-27 04:35:26 UTC (rev 141238)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Ronald van Haren 
-
-pkgname=ristretto
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="Ristretto is a image viewer for Xfce"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/ristretto";
-license=('GPL2')
-depends=('libxfce4ui' 'libexif' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-groups=('xfce4-goodies')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-install=ristretto.install
-md5sums=('85e9b3d83309cdd84898f35b8d223121')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: ristretto/repos/extra-i686/PKGBUILD (from rev 141237, 
ristretto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-27 04:35:26 UTC (rev 141238)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Ronald van Haren 
+
+pkgname=ristretto
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="An image viewer for Xfce"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/ristretto";
+license=('GPL')
+depends=('libxfce4ui' 'libexif' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+groups=('xfce4-goodies')
+install=ristretto.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
+md5sums=('df5c2082013f4ad2fc49cd7c25965741')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-debug
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/ristretto.install
===
--- extra-i686/ristretto.install2011-10-27 04:35:08 UTC (rev 141237)
+++ extra-i686/ristretto.install2011-10-27 04:35:26 UTC (rev 141238)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: ristretto/repos/extra-i686/ristretto.install (from rev 141237, 
ristretto/trunk/ristretto.install)
===
--- extra-i686/ristretto.install(rev 0)
+++ extra-i686/ristretto.install2011-10-27 04:35:26 UTC (rev 141238)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-27 04:35:08 UTC (rev 141237)
+++ extra-x86_64/PKGBUILD   2011-10-27 04:35:26 UTC (rev 141238)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Ronald van Haren 
-
-pkgname=ristretto
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="Ristretto is a image viewer for Xfce"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/ristretto";
-license=('GPL2')
-depends=('libxfce4ui' 'libexif' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')

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

2011-10-26 Thread Eric Bélanger
Date: Thursday, October 27, 2011 @ 00:35:08
  Author: eric
Revision: 141237

upgpkg: ristretto 0.2.1-1

Upstream update, Improve description, Adjust license

Modified:
  ristretto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-27 02:57:06 UTC (rev 141236)
+++ PKGBUILD2011-10-27 04:35:08 UTC (rev 141237)
@@ -3,22 +3,22 @@
 # Contributor: Ronald van Haren 
 
 pkgname=ristretto
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
-pkgdesc="Ristretto is a image viewer for Xfce"
+pkgdesc="An image viewer for Xfce"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/ristretto";
-license=('GPL2')
+license=('GPL')
 depends=('libxfce4ui' 'libexif' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('intltool')
 options=('!libtool')
 groups=('xfce4-goodies')
+install=ristretto.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-install=ristretto.install
-md5sums=('85e9b3d83309cdd84898f35b8d223121')
+md5sums=('df5c2082013f4ad2fc49cd7c25965741')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}/$pkgname-$pkgver"
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
@@ -27,6 +27,6 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
 }



[arch-commits] Commit in perl-extutils-depends/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-26 Thread Kevin Piché
Date: Wednesday, October 26, 2011 @ 22:57:06
  Author: kevin
Revision: 141236

archrelease: copy trunk to extra-any

Added:
  perl-extutils-depends/repos/extra-any/PKGBUILD
(from rev 141235, perl-extutils-depends/trunk/PKGBUILD)
Deleted:
  perl-extutils-depends/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-27 02:56:58 UTC (rev 141235)
+++ PKGBUILD2011-10-27 02:57:06 UTC (rev 141236)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-# Contributor: Arjan Timmerman 
-
-pkgname=perl-extutils-depends
-_realname=ExtUtils-Depends
-pkgver=0.302
-pkgrel=2
-pkgdesc="The Perl depends module"
-arch=(any)
-license=('PerlArtistic')
-url="http://gtk2-perl.sourceforge.net/";
-depends=('perl>=5.10.0')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
-replaces=('extutils-depends')
-options=('!emptydirs')
-md5sums=('db46426f0599668da95c21b53b532508')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name 'perllocal.pod' -delete
-}

Copied: perl-extutils-depends/repos/extra-any/PKGBUILD (from rev 141235, 
perl-extutils-depends/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-27 02:57:06 UTC (rev 141236)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+# Contributor: Arjan Timmerman 
+
+pkgname=perl-extutils-depends
+_realname=ExtUtils-Depends
+pkgver=0.304
+pkgrel=1
+pkgdesc="The Perl depends module"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl>=5.10.0')
+source=(http://www.cpan.org/authors/id/F/FL/FLORA/${_realname}-${pkgver}.tar.gz)
+replaces=('extutils-depends')
+options=('!emptydirs')
+md5sums=('da66d6cb19e2c76d7f3266846832026c')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name 'perllocal.pod' -delete
+}



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

2011-10-26 Thread Kevin Piché
Date: Wednesday, October 26, 2011 @ 22:56:58
  Author: kevin
Revision: 141235

upgpkg: perl-extutils-depends 0.304-1

Updated to 0.304

Modified:
  perl-extutils-depends/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-27 02:44:01 UTC (rev 141234)
+++ PKGBUILD2011-10-27 02:56:58 UTC (rev 141235)
@@ -5,22 +5,26 @@
 
 pkgname=perl-extutils-depends
 _realname=ExtUtils-Depends
-pkgver=0.302
-pkgrel=2
+pkgver=0.304
+pkgrel=1
 pkgdesc="The Perl depends module"
-arch=(any)
+arch=('any')
 license=('PerlArtistic')
-url="http://gtk2-perl.sourceforge.net/";
+url="http://search.cpan.org/dist/${_realname}/";
 depends=('perl>=5.10.0')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+source=(http://www.cpan.org/authors/id/F/FL/FLORA/${_realname}-${pkgver}.tar.gz)
 replaces=('extutils-depends')
 options=('!emptydirs')
-md5sums=('db46426f0599668da95c21b53b532508')
+md5sums=('da66d6cb19e2c76d7f3266846832026c')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}
   perl Makefile.PL INSTALLDIRS=vendor
   make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
   make test
 }
 



[arch-commits] Commit in perl-digest-hmac/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-26 Thread Kevin Piché
Date: Wednesday, October 26, 2011 @ 22:44:01
  Author: kevin
Revision: 141234

archrelease: copy trunk to extra-any

Added:
  perl-digest-hmac/repos/extra-any/PKGBUILD
(from rev 141233, perl-digest-hmac/trunk/PKGBUILD)
Deleted:
  perl-digest-hmac/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   80 -
 1 file changed, 43 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-27 02:43:52 UTC (rev 141233)
+++ PKGBUILD2011-10-27 02:44:01 UTC (rev 141234)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-digest-hmac
-_realname=Digest-HMAC
-pkgver=1.02
-pkgrel=2
-pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
-arch=(any)
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-digest-sha1' 'perl>=5.10.0')
-options=(!emptydirs)
-replaces=('digest-hmac')
-provides=('digest-hmac')
-source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
-md5sums=('64c4b247d83cd64ec32aa22bf58a709b')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-digest-hmac/repos/extra-any/PKGBUILD (from rev 141233, 
perl-digest-hmac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-27 02:44:01 UTC (rev 141234)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-hmac
+_realname=Digest-HMAC
+pkgver=1.03
+pkgrel=1
+pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-digest-sha1' 'perl>=5.10.0')
+options=(!emptydirs)
+replaces=('digest-hmac')
+provides=('digest-hmac')
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+  #make test
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}
+
+# vim: ts=2 sw=2 et ft=sh



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

2011-10-26 Thread Kevin Piché
Date: Wednesday, October 26, 2011 @ 22:43:52
  Author: kevin
Revision: 141233

upgpkg: perl-digest-hmac 1.03-1

Updated to 1.03

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-27 02:34:59 UTC (rev 141232)
+++ PKGBUILD2011-10-27 02:43:52 UTC (rev 141233)
@@ -4,10 +4,10 @@
 
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
-pkgver=1.02
-pkgrel=2
+pkgver=1.03
+pkgrel=1
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
-arch=(any)
+arch=('any')
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/";
 depends=('perl-digest-sha1' 'perl>=5.10.0')
@@ -15,13 +15,18 @@
 replaces=('digest-hmac')
 provides=('digest-hmac')
 source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
-md5sums=('64c4b247d83cd64ec32aa22bf58a709b')
+md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}
   # install module in vendor directories.
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
+  #make test
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
   make test
 }
 
@@ -34,4 +39,5 @@
   find ${pkgdir} -name perllocal.pod -delete
   find ${pkgdir} -name .packlist -delete
 }
+
 # vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-date-manip/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-26 Thread Kevin Piché
Date: Wednesday, October 26, 2011 @ 22:34:59
  Author: kevin
Revision: 141232

archrelease: copy trunk to extra-any

Added:
  perl-date-manip/repos/extra-any/PKGBUILD
(from rev 141231, perl-date-manip/trunk/PKGBUILD)
Deleted:
  perl-date-manip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-27 02:34:50 UTC (rev 141231)
+++ PKGBUILD2011-10-27 02:34:59 UTC (rev 141232)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-date-manip
-_realname=Date-Manip
-pkgver=6.23
-pkgrel=1
-pkgdesc="Date::Manip - date manipulation routines"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-yaml-syck')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/${_realname}-${pkgver}.tar.gz)
-md5sums=('e00c4c5758ac3692db99422e7c389675')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-
-  # install module in vendor directories.
-  perl Build.PL installdirs=vendor destdir=${pkgdir}
-  perl Build
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  perl Build install
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 141231, 
perl-date-manip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-27 02:34:59 UTC (rev 141232)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kevin Piche 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-date-manip
+_realname=Date-Manip
+pkgver=6.25
+pkgrel=1
+pkgdesc="Date::Manip - date manipulation routines"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-yaml-syck')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/${_realname}-${pkgver}.tar.gz)
+md5sums=('9b6725c4874a97149419518688af3ecc')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Build.PL installdirs=vendor destdir=${pkgdir}
+  perl Build
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Build install
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}



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

2011-10-26 Thread Kevin Piché
Date: Wednesday, October 26, 2011 @ 22:34:50
  Author: kevin
Revision: 141231

upgpkg: perl-date-manip 6.25-1

Updated to 6.25

Modified:
  perl-date-manip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-26 23:04:00 UTC (rev 141230)
+++ PKGBUILD2011-10-27 02:34:50 UTC (rev 141231)
@@ -4,7 +4,7 @@
 
 pkgname=perl-date-manip
 _realname=Date-Manip
-pkgver=6.23
+pkgver=6.25
 pkgrel=1
 pkgdesc="Date::Manip - date manipulation routines"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl-yaml-syck')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/${_realname}-${pkgver}.tar.gz)
-md5sums=('e00c4c5758ac3692db99422e7c389675')
+md5sums=('9b6725c4874a97149419518688af3ecc')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}



[arch-commits] Commit in chromium/repos (24 files)

2011-10-26 Thread Evangelos Foutras
Date: Wednesday, October 26, 2011 @ 19:04:00
  Author: foutrelis
Revision: 141230

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 141229, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium.desktop
(from rev 141229, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 141229, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 141229, chromium/trunk/chromium.sh)
  chromium/repos/extra-i686/gcc-4.6.patch
(from rev 141229, chromium/trunk/gcc-4.6.patch)
  chromium/repos/extra-i686/nacl.gypi
(from rev 141229, chromium/trunk/nacl.gypi)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 141229, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 141229, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 141229, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 141229, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/gcc-4.6.patch
(from rev 141229, chromium/trunk/gcc-4.6.patch)
  chromium/repos/extra-x86_64/nacl.gypi
(from rev 141229, chromium/trunk/nacl.gypi)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-i686/gcc-4.6.patch
  chromium/repos/extra-i686/nacl.gypi
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh
  chromium/repos/extra-x86_64/gcc-4.6.patch
  chromium/repos/extra-x86_64/nacl.gypi

---+
 extra-i686/PKGBUILD   |  242 
 extra-i686/chromium.desktop   |  226 ++---
 extra-i686/chromium.install   |   24 +--
 extra-i686/chromium.sh|8 -
 extra-i686/gcc-4.6.patch  |  198 
 extra-i686/nacl.gypi  |   16 +-
 extra-x86_64/PKGBUILD |  242 
 extra-x86_64/chromium.desktop |  226 ++---
 extra-x86_64/chromium.install |   24 +--
 extra-x86_64/chromium.sh  |8 -
 extra-x86_64/gcc-4.6.patch|  198 
 extra-x86_64/nacl.gypi|   16 +-
 12 files changed, 714 insertions(+), 714 deletions(-)

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


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

2011-10-26 Thread Evangelos Foutras
Date: Wednesday, October 26, 2011 @ 19:03:17
  Author: foutrelis
Revision: 141229

upgpkg: chromium 15.0.874.106-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-26 22:25:00 UTC (rev 141228)
+++ PKGBUILD2011-10-26 23:03:17 UTC (rev 141229)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=15.0.874.102
+pkgver=15.0.874.106
 pkgrel=1
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 chromium.sh
 gcc-4.6.patch
 nacl.gypi)
-sha1sums=('d8dd8c5f57099ee879e8bd3ab53419f10339762c'
+sha1sums=('ddf41ebb6f4a050e2dafc97d7b333675fced8d68'
   '7d97535ec0ed124e95888de84b2c6a3654a27d4a'
   '427ecf06cae11f28f59b1912d659ad5541391682'
   '3918746524fff30e73dc656754733df5c2c2'



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

2011-10-26 Thread Jan Steffens
Date: Wednesday, October 26, 2011 @ 18:25:00
  Author: heftig
Revision: 141228

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

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

-+
 extra-i686/PKGBUILD |   68 +-
 extra-i686/gthumb.install   |   48 ++---
 extra-x86_64/PKGBUILD   |   68 +-
 extra-x86_64/gthumb.install |   48 ++---
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-26 22:20:10 UTC (rev 141227)
+++ extra-i686/PKGBUILD 2011-10-26 22:25:00 UTC (rev 141228)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=gthumb
-pkgver=2.13.91
-pkgrel=2
-pkgdesc="Image browser and viewer for the GNOME Desktop"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://gthumb.sourceforge.net/";
-depends=('desktop-file-utils' 'libunique' 'gconf' 'exiv2' 'libsoup-gnome' 
'clutter-gtk2')
-makedepends=('intltool' 'gnome-doc-utils' 'libsm' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base: video support')
-options=('!libtool' '!emptydirs')
-install=gthumb.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b1f7686572829cf5cadae58e7d45e43a056f19929fd6d80d7ff9ac7c53bbfe90')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gthumb "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-}

Copied: gthumb/repos/extra-i686/PKGBUILD (from rev 141227, 
gthumb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-26 22:25:00 UTC (rev 141228)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=gthumb
+pkgver=2.14.0
+pkgrel=1
+pkgdesc="Image browser and viewer for the GNOME Desktop"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://gthumb.sourceforge.net/";
+depends=('desktop-file-utils' 'libunique' 'gconf' 'exiv2' 'libsoup-gnome' 
'clutter-gtk2')
+makedepends=('intltool' 'gnome-doc-utils' 'libsm' 'gstreamer0.10-base')
+optdepends=('gstreamer0.10-base: video support')
+options=('!libtool' '!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9db3e4f714d62b91185e4f8edbee2c98a85bd76f0d4b82a7d7868a9b86ae10a2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gthumb "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/gthumb.install
===
--- extra-i686/gthumb.install   2011-10-26 22:20:10 UTC (rev 141227)
+++ extra-i686/gthumb.install   2011-10-26 22:25:00 UTC (rev 141228)
@@ -1,24 +0,0 @@
-pkgname=gthumb
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gthumb/repos/extra-i686/gthumb.install (from rev 141227, 
gthumb/trunk/gthumb.install)
===
--- extra-i686/gthumb.install   (rev 0)
+++ extra-i686/gthumb.install   2011-10-26 22:25:00 UTC (rev 1

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

2011-10-26 Thread Jan Steffens
Date: Wednesday, October 26, 2011 @ 18:20:10
  Author: heftig
Revision: 141227

2.14.0

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-26 20:57:53 UTC (rev 141226)
+++ PKGBUILD2011-10-26 22:20:10 UTC (rev 141227)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=gthumb
-pkgver=2.13.91
-pkgrel=2
+pkgver=2.14.0
+pkgrel=1
 pkgdesc="Image browser and viewer for the GNOME Desktop"
 arch=(i686 x86_64)
 license=('GPL')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 install=gthumb.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b1f7686572829cf5cadae58e7d45e43a056f19929fd6d80d7ff9ac7c53bbfe90')
+sha256sums=('9db3e4f714d62b91185e4f8edbee2c98a85bd76f0d4b82a7d7868a9b86ae10a2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-10-26 Thread Andrea Scarpino
Date: Wednesday, October 26, 2011 @ 16:57:53
  Author: andrea
Revision: 141226

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  calligra/repos/kde-unstable-i686/PKGBUILD
(from rev 141225, calligra/trunk/PKGBUILD)
  calligra/repos/kde-unstable-i686/calligra-braindump.install
(from rev 141225, calligra/trunk/calligra-braindump.install)
  calligra/repos/kde-unstable-i686/calligra-filters.install
(from rev 141225, calligra/trunk/calligra-filters.install)
  calligra/repos/kde-unstable-i686/calligra-flow.install
(from rev 141225, calligra/trunk/calligra-flow.install)
  calligra/repos/kde-unstable-i686/calligra-karbon.install
(from rev 141225, calligra/trunk/calligra-karbon.install)
  calligra/repos/kde-unstable-i686/calligra-kexi.install
(from rev 141225, calligra/trunk/calligra-kexi.install)
  calligra/repos/kde-unstable-i686/calligra-krita.install
(from rev 141225, calligra/trunk/calligra-krita.install)
  calligra/repos/kde-unstable-i686/calligra-plan.install
(from rev 141225, calligra/trunk/calligra-plan.install)
  calligra/repos/kde-unstable-i686/calligra-stage.install
(from rev 141225, calligra/trunk/calligra-stage.install)
  calligra/repos/kde-unstable-i686/calligra-tables.install
(from rev 141225, calligra/trunk/calligra-tables.install)
  calligra/repos/kde-unstable-i686/calligra-tools.install
(from rev 141225, calligra/trunk/calligra-tools.install)
  calligra/repos/kde-unstable-i686/calligra-words.install
(from rev 141225, calligra/trunk/calligra-words.install)
  calligra/repos/kde-unstable-i686/calligra.install
(from rev 141225, calligra/trunk/calligra.install)
  calligra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 141225, calligra/trunk/PKGBUILD)
  calligra/repos/kde-unstable-x86_64/calligra-braindump.install
(from rev 141225, calligra/trunk/calligra-braindump.install)
  calligra/repos/kde-unstable-x86_64/calligra-filters.install
(from rev 141225, calligra/trunk/calligra-filters.install)
  calligra/repos/kde-unstable-x86_64/calligra-flow.install
(from rev 141225, calligra/trunk/calligra-flow.install)
  calligra/repos/kde-unstable-x86_64/calligra-karbon.install
(from rev 141225, calligra/trunk/calligra-karbon.install)
  calligra/repos/kde-unstable-x86_64/calligra-kexi.install
(from rev 141225, calligra/trunk/calligra-kexi.install)
  calligra/repos/kde-unstable-x86_64/calligra-krita.install
(from rev 141225, calligra/trunk/calligra-krita.install)
  calligra/repos/kde-unstable-x86_64/calligra-plan.install
(from rev 141225, calligra/trunk/calligra-plan.install)
  calligra/repos/kde-unstable-x86_64/calligra-stage.install
(from rev 141225, calligra/trunk/calligra-stage.install)
  calligra/repos/kde-unstable-x86_64/calligra-tables.install
(from rev 141225, calligra/trunk/calligra-tables.install)
  calligra/repos/kde-unstable-x86_64/calligra-tools.install
(from rev 141225, calligra/trunk/calligra-tools.install)
  calligra/repos/kde-unstable-x86_64/calligra-words.install
(from rev 141225, calligra/trunk/calligra-words.install)
  calligra/repos/kde-unstable-x86_64/calligra.install
(from rev 141225, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/kde-unstable-i686/PKGBUILD
  calligra/repos/kde-unstable-i686/calligra-braindump.install
  calligra/repos/kde-unstable-i686/calligra-filters.install
  calligra/repos/kde-unstable-i686/calligra-flow.install
  calligra/repos/kde-unstable-i686/calligra-karbon.install
  calligra/repos/kde-unstable-i686/calligra-kexi.install
  calligra/repos/kde-unstable-i686/calligra-krita.install
  calligra/repos/kde-unstable-i686/calligra-plan.install
  calligra/repos/kde-unstable-i686/calligra-stage.install
  calligra/repos/kde-unstable-i686/calligra-tables.install
  calligra/repos/kde-unstable-i686/calligra-tools.install
  calligra/repos/kde-unstable-i686/calligra-words.install
  calligra/repos/kde-unstable-i686/calligra.install
  calligra/repos/kde-unstable-x86_64/PKGBUILD
  calligra/repos/kde-unstable-x86_64/calligra-braindump.install
  calligra/repos/kde-unstable-x86_64/calligra-filters.install
  calligra/repos/kde-unstable-x86_64/calligra-flow.install
  calligra/repos/kde-unstable-x86_64/calligra-karbon.install
  calligra/repos/kde-unstable-x86_64/calligra-kexi.install
  calligra/repos/kde-unstable-x86_64/calligra-krita.install
  calligra/repos/kde-unstable-x86_64/calligra-plan.install
  calligra/repos/kde-unstable-x86_64/calligra-stage.install
  calligra/repos/kde-unstable-x86_64/calligra-tables.install
  calligra/repos/kde-unstable-x86_64/calligra-tools.install
  calligra/repos/kde-unstable-x86_64/calligra-words.install
  calligra/repos/kde-unstable-x86_64/calligra.install

+
 kde-unstable-i686/PKGBUILD |  552 +++
 kde-unstable-i686/calligra-braindump.install   |   24 -
 kde-unstable-i686/calligra-filters.install |   22 
 kde-unstable-i686/callig

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

2011-10-26 Thread Andrea Scarpino
Date: Wednesday, October 26, 2011 @ 16:53:33
  Author: andrea
Revision: 141225

upgpkg: calligra 2.3.83-1

upstream release

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-26 20:11:17 UTC (rev 141224)
+++ PKGBUILD2011-10-26 20:53:33 UTC (rev 141225)
@@ -23,7 +23,7 @@
  'calligra-thesaurus-doc'
  'calligra-braindump'
  'calligra-flow')
-pkgver=2.3.82
+pkgver=2.3.83
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org'
@@ -33,7 +33,7 @@
  'boost' 'libkdcraw' 'libpqxx' 'fftw' 'opengtl' 'lcms2')
 groups=('calligra')
 
source=("http://download.kde.org/unstable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2";)
-md5sums=('21653ffa13d68afbc760e34e8e9a71a2')
+md5sums=('3ea2425f9bb0950bba0d41bcf32ee437')
 
 build() {
   cd "${srcdir}"
@@ -161,8 +161,6 @@
 
   cd "${srcdir}"/build/kexi
   make DESTDIR="${pkgdir}" install
-  cd "${srcdir}"/build/doc/kexi
-  make DESTDIR="${pkgdir}" install
 }
 
 package_calligra-kounavail() {



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

2011-10-26 Thread Jan Steffens
Date: Wednesday, October 26, 2011 @ 16:11:17
  Author: heftig
Revision: 141224

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

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

-+
 extra-i686/PKGBUILD |   68 +-
 extra-i686/libgda.install   |   24 +++---
 extra-x86_64/PKGBUILD   |   68 +-
 extra-x86_64/libgda.install |   24 +++---
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-26 20:05:49 UTC (rev 141223)
+++ extra-i686/PKGBUILD 2011-10-26 20:11:17 UTC (rev 141224)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Contributor: Tobias Kieslich 
-
-pkgname=libgda
-pkgver=4.99.4
-pkgrel=1
-pkgdesc="Data abstraction layer with mysql, pgsql, xml, sqlite providers"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtksourceview3' 'libxslt' 'json-glib' 'db' 'ncurses' 'libsoup'
- 'libmysqlclient' 'postgresql-libs' 'python2' 'libgnome-keyring'
- 'hicolor-icon-theme' 'desktop-file-utils' 'graphviz' 'gdk-pixbuf2'
- 'iso-codes' 'openssl' 'libgcrypt' 'libldap')
-makedepends=('intltool' 'gobject-introspection' 'java-environment' 'gtk-doc')
-options=('!libtool')
-url="http://www.gnome-db.org";
-install=libgda.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('efef38c0318d156ba3263416355847af961f561660793cb670633e056018beac')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i '1s/python$/&2/' libgda-report/RML/trml*/trml*.py
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --with-bdb=/usr --with-bdb-libdir-name=lib \
-  --disable-static --enable-json
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgda/repos/extra-i686/PKGBUILD (from rev 141223, 
libgda/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-26 20:11:17 UTC (rev 141224)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: tobias 
+# Contributor: Tobias Kieslich 
+
+pkgname=libgda
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="Data abstraction layer with mysql, pgsql, xml, sqlite providers"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtksourceview3' 'libxslt' 'json-glib' 'db' 'ncurses' 'libsoup'
+ 'libmysqlclient' 'postgresql-libs' 'python2' 'libgnome-keyring'
+ 'hicolor-icon-theme' 'desktop-file-utils' 'graphviz' 'gdk-pixbuf2'
+ 'iso-codes' 'openssl' 'libgcrypt' 'libldap')
+makedepends=('intltool' 'gobject-introspection' 'openjdk6' 'gtk-doc')
+options=('!libtool')
+url="http://www.gnome-db.org";
+install=libgda.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b8f14505d8e921b97b20a0ff99e10c611bd57c317b0f081e7f76bc2c87ae1fea')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i '1s/python$/&2/' libgda-report/RML/trml*/trml*.py
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --with-bdb=/usr --with-bdb-libdir-name=lib \
+  --disable-static --enable-json
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/libgda.install
===
--- extra-i686/libgda.install   2011-10-26 20:05:49 UTC (rev 141223)
+++ extra-i686/libgda.install   2011-10-26 20:11:17 UTC (rev 141224)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libgda/repos/extra-i686/libgda.install (from rev 141223, 
libgda/trunk/libgda.install)
===
--- extra-i686/libgda.install   (rev 0)
+++ extra-i686/libgda.install   2011-10-26 20:11:17 UTC (rev 141224)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-26 20:05:49 U

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

2011-10-26 Thread Jan Steffens
Date: Wednesday, October 26, 2011 @ 16:05:49
  Author: heftig
Revision: 141223

5.0.0

Modified:
  libgda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-26 16:28:37 UTC (rev 141222)
+++ PKGBUILD2011-10-26 20:05:49 UTC (rev 141223)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=libgda
-pkgver=4.99.4
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="Data abstraction layer with mysql, pgsql, xml, sqlite providers"
 arch=(i686 x86_64)
@@ -12,12 +12,12 @@
  'libmysqlclient' 'postgresql-libs' 'python2' 'libgnome-keyring'
  'hicolor-icon-theme' 'desktop-file-utils' 'graphviz' 'gdk-pixbuf2'
  'iso-codes' 'openssl' 'libgcrypt' 'libldap')
-makedepends=('intltool' 'gobject-introspection' 'java-environment' 'gtk-doc')
+makedepends=('intltool' 'gobject-introspection' 'openjdk6' 'gtk-doc')
 options=('!libtool')
 url="http://www.gnome-db.org";
 install=libgda.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('efef38c0318d156ba3263416355847af961f561660793cb670633e056018beac')
+sha256sums=('b8f14505d8e921b97b20a0ff99e10c611bd57c317b0f081e7f76bc2c87ae1fea')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in gconf/repos (24 files)

2011-10-26 Thread Ionut Biru
Date: Wednesday, October 26, 2011 @ 12:28:37
  Author: ibiru
Revision: 141222

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

Added:
  gconf/repos/extra-i686/01_xml-gettext-domain.patch
(from rev 141221, gconf/trunk/01_xml-gettext-domain.patch)
  gconf/repos/extra-i686/PKGBUILD
(from rev 141221, gconf/trunk/PKGBUILD)
  gconf/repos/extra-i686/gconf-merge-schema
(from rev 141221, gconf/trunk/gconf-merge-schema)
  gconf/repos/extra-i686/gconf-reload.patch
(from rev 141221, gconf/trunk/gconf-reload.patch)
  gconf/repos/extra-i686/gconf.install
(from rev 141221, gconf/trunk/gconf.install)
  gconf/repos/extra-i686/gconfpkg
(from rev 141221, gconf/trunk/gconfpkg)
  gconf/repos/extra-x86_64/01_xml-gettext-domain.patch
(from rev 141221, gconf/trunk/01_xml-gettext-domain.patch)
  gconf/repos/extra-x86_64/PKGBUILD
(from rev 141221, gconf/trunk/PKGBUILD)
  gconf/repos/extra-x86_64/gconf-merge-schema
(from rev 141221, gconf/trunk/gconf-merge-schema)
  gconf/repos/extra-x86_64/gconf-reload.patch
(from rev 141221, gconf/trunk/gconf-reload.patch)
  gconf/repos/extra-x86_64/gconf.install
(from rev 141221, gconf/trunk/gconf.install)
  gconf/repos/extra-x86_64/gconfpkg
(from rev 141221, gconf/trunk/gconfpkg)
Deleted:
  gconf/repos/extra-i686/01_xml-gettext-domain.patch
  gconf/repos/extra-i686/PKGBUILD
  gconf/repos/extra-i686/gconf-merge-schema
  gconf/repos/extra-i686/gconf-reload.patch
  gconf/repos/extra-i686/gconf.install
  gconf/repos/extra-i686/gconfpkg
  gconf/repos/extra-x86_64/01_xml-gettext-domain.patch
  gconf/repos/extra-x86_64/PKGBUILD
  gconf/repos/extra-x86_64/gconf-merge-schema
  gconf/repos/extra-x86_64/gconf-reload.patch
  gconf/repos/extra-x86_64/gconf.install
  gconf/repos/extra-x86_64/gconfpkg

--+
 extra-i686/01_xml-gettext-domain.patch   |  724 ++---
 extra-i686/PKGBUILD  |  102 ++--
 extra-i686/gconf-merge-schema|   68 +-
 extra-i686/gconf-reload.patch|   40 -
 extra-i686/gconf.install |   40 -
 extra-i686/gconfpkg  |  100 ++--
 extra-x86_64/01_xml-gettext-domain.patch |  724 ++---
 extra-x86_64/PKGBUILD|  102 ++--
 extra-x86_64/gconf-merge-schema  |   68 +-
 extra-x86_64/gconf-reload.patch  |   40 -
 extra-x86_64/gconf.install   |   40 -
 extra-x86_64/gconfpkg|  100 ++--
 12 files changed, 1074 insertions(+), 1074 deletions(-)

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


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

2011-10-26 Thread Ionut Biru
Date: Wednesday, October 26, 2011 @ 12:13:26
  Author: ibiru
Revision: 141221

update to 3.2.2

Modified:
  gconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-26 15:42:44 UTC (rev 141220)
+++ PKGBUILD2011-10-26 16:13:26 UTC (rev 141221)
@@ -2,7 +2,7 @@
 # Maintainer:  Jan de Groot 
 
 pkgname=gconf
-pkgver=3.2.0
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="A configuration database system"
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 gconfpkg
 gconf-reload.patch
 01_xml-gettext-domain.patch)
-sha256sums=('f371745529d7ed209b0b222f33f5996231cc153e901aea3ce0ad0a46b5a96d0b'
+sha256sums=('bca02495552b40d2f3867b66d490283481417ec0e489ba0cbff9e0f48b82822d'
 'ee6b6e6f4975dad13a8c45f1c1f0547a99373bdecdcd6604bfc12965c328a028'
 'bf1928718caa5df2b9e54a13cfd0f15a8fe0e09e86b84385ce023616a114e898'
 '567b78d8b4b4bbcb77c5f134d57bc503c34867fcc6341c0b01716bcaa4a21694'



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

2011-10-26 Thread Ionut Biru
Date: Wednesday, October 26, 2011 @ 11:42:44
  Author: ibiru
Revision: 141220

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-26 15:41:27 UTC (rev 141219)
+++ extra-i686/PKGBUILD 2011-10-26 15:42:44 UTC (rev 141220)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=openconnect
-pkgver=3.12
-pkgrel=1
-epoch=1
-pkgdesc="Open client for Cisco AnyConnect VPN"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.infradead.org/openconnect.html";
-depends=('libxml2' 'openssl' 'libproxy')
-options=('!libtool' '!emptydirs')
-source=(ftp://ftp.infradead.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2f4fceb3f921ca8deb3a7cbd19a5e008')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: openconnect/repos/extra-i686/PKGBUILD (from rev 141219, 
openconnect/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-26 15:42:44 UTC (rev 141220)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=openconnect
+pkgver=3.13
+pkgrel=1
+epoch=1
+pkgdesc="Open client for Cisco AnyConnect VPN"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.infradead.org/openconnect.html";
+depends=('libxml2' 'openssl' 'libproxy')
+makedepends=('intltool')
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.infradead.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4364a779bfce66de243f39eeb7a39c1f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-26 15:41:27 UTC (rev 141219)
+++ extra-x86_64/PKGBUILD   2011-10-26 15:42:44 UTC (rev 141220)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=openconnect
-pkgver=3.12
-pkgrel=1
-epoch=1
-pkgdesc="Open client for Cisco AnyConnect VPN"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.infradead.org/openconnect.html";
-depends=('libxml2' 'openssl' 'libproxy')
-options=('!libtool' '!emptydirs')
-source=(ftp://ftp.infradead.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2f4fceb3f921ca8deb3a7cbd19a5e008')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: openconnect/repos/extra-x86_64/PKGBUILD (from rev 141219, 
openconnect/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-26 15:42:44 UTC (rev 141220)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=openconnect
+pkgver=3.13
+pkgrel=1
+epoch=1
+pkgdesc="Open client for Cisco AnyConnect VPN"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.infradead.org/openconnect.html";
+depends=('libxml2' 'openssl' 'libproxy')
+makedepends=('intltool')
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.infradead.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4364a779bfce66de243f39eeb7a39c1f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2011-10-26 Thread Ionut Biru
Date: Wednesday, October 26, 2011 @ 11:41:27
  Author: ibiru
Revision: 141219

update to 3.13

Modified:
  openconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-26 15:32:53 UTC (rev 141218)
+++ PKGBUILD2011-10-26 15:41:27 UTC (rev 141219)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=openconnect
-pkgver=3.12
+pkgver=3.13
 pkgrel=1
 epoch=1
 pkgdesc="Open client for Cisco AnyConnect VPN"
@@ -10,9 +10,10 @@
 license=('GPL')
 url="http://www.infradead.org/openconnect.html";
 depends=('libxml2' 'openssl' 'libproxy')
+makedepends=('intltool')
 options=('!libtool' '!emptydirs')
 source=(ftp://ftp.infradead.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2f4fceb3f921ca8deb3a7cbd19a5e008')
+md5sums=('4364a779bfce66de243f39eeb7a39c1f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in pacman-mirrorlist/repos/core-any (4 files)

2011-10-26 Thread Dan McGee
Date: Wednesday, October 26, 2011 @ 11:32:53
  Author: dan
Revision: 141218

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 141217, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 141217, pacman-mirrorlist/trunk/mirrorlist)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist

+
 PKGBUILD   |   66 +++---
 mirrorlist |  560 ++-
 2 files changed, 327 insertions(+), 299 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-26 15:32:43 UTC (rev 141217)
+++ PKGBUILD2011-10-26 15:32:53 UTC (rev 141218)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=pacman-mirrorlist
-pkgver=20110816
-pkgrel=1
-pkgdesc="Arch Linux mirror list for use by pacman"
-arch=('any')
-url="http://www.archlinux.org/mirrorlist/";
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# keep an upgrade path for older installations
-PKGEXT='.pkg.tar.gz'
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c ". PKGBUILD; updatelist"
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  wget -O mirrorlist http://www.archlinux.org/mirrorlist/all/
-}
-
-build() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('fd8e94e742aa1c6d6ffb5f5f2ebe648e')
-sha256sums=('b9064f5b7c902f953373dd4647b99ccb43d62aebe39b34bc49463961a4361f92')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 141217, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-26 15:32:53 UTC (rev 141218)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=pacman-mirrorlist
+pkgver=20111026
+pkgrel=1
+pkgdesc="Arch Linux mirror list for use by pacman"
+arch=('any')
+url="http://www.archlinux.org/mirrorlist/";
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# keep an upgrade path for older installations
+PKGEXT='.pkg.tar.gz'
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c ". PKGBUILD; updatelist"
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  wget -O mirrorlist http://www.archlinux.org/mirrorlist/all/
+}
+
+build() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('4b0130b243eafd1db67971653043f80b')
+sha256sums=('f69fc2aa58da963bcb6eb95050471832a57d96e0caa1a8e11f8bb6178e18')

Deleted: mirrorlist
===
--- mirrorlist  2011-10-26 15:32:43 UTC (rev 141217)
+++ mirrorlist  2011-10-26 15:32:53 UTC (rev 141218)
@@ -1,266 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2011-08-16
-##
-
-## Any
-#Server = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch
-#Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
-
-## Australia
-#Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = ftp://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = ftp://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = ftp://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = ftp://archlinux.mirror.kangaroot.net/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-
-## Canada
-#Server = ftp://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
-#Server = ftp://mirror.its.dal.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
-#Server = ftp://less.cogeco.net/pub/archlinux/$repo/os/$arch
-#Server = http://less.cogeco.net/pub/archlinux/$repo/os/$arch
-
-## Chile
-#Server = ftp://mirror.archlinux.cl/$repo/os/$arch
-#Server = ftp://mirror.netglobalis.net/archlinux/$repo/os/$arch
-#Server = http://mirror.netglobalis.net/archlinux/$repo/os/$arch
-
-## China
-#Server = http://mirrors.163.com/archlinux/$repo/os/$arch
-#Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirror6.bjtu.edu.cn/archlinux/$repo/os/$

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

2011-10-26 Thread Dan McGee
Date: Wednesday, October 26, 2011 @ 11:32:43
  Author: dan
Revision: 141217

upgpkg: pacman-mirrorlist 20111026-1

update mirrorlist

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |   56 ++--
 2 files changed, 45 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-26 15:18:34 UTC (rev 141216)
+++ PKGBUILD2011-10-26 15:32:43 UTC (rev 141217)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=pacman-mirrorlist
-pkgver=20110816
+pkgver=20111026
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -29,5 +29,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('fd8e94e742aa1c6d6ffb5f5f2ebe648e')
-sha256sums=('b9064f5b7c902f953373dd4647b99ccb43d62aebe39b34bc49463961a4361f92')
+md5sums=('4b0130b243eafd1db67971653043f80b')
+sha256sums=('f69fc2aa58da963bcb6eb95050471832a57d96e0caa1a8e11f8bb6178e18')

Modified: mirrorlist
===
--- mirrorlist  2011-10-26 15:18:34 UTC (rev 141216)
+++ mirrorlist  2011-10-26 15:32:43 UTC (rev 141217)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2011-08-16
+## Generated on 2011-10-26
 ##
 
 ## Any
@@ -14,18 +14,28 @@
 #Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
 #Server = ftp://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
+#Server = ftp://mirror.optus.net/archlinux/$repo/os/$arch
+#Server = http://mirror.optus.net/archlinux/$repo/os/$arch
 
 ## Belarus
 #Server = ftp://ftp.byfly.by/pub/archlinux/$repo/os/$arch
 #Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
+#Server = ftp://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
+#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
 
 ## Belgium
 #Server = ftp://archlinux.mirror.kangaroot.net/pub/archlinux/$repo/os/$arch
 #Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
 
 ## Brazil
+#Server = ftp://ftp.bitwave.com.br/archlinux/$repo/os/$arch
+#Server = http://www.bitwave.com.br/downloads/archlinux/$repo/os/$arch
 #Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/$arch
 #Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
+#Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
+#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
+#Server = ftp://www2.itti.ifce.edu.br/archlinux/$repo/os/$arch
+#Server = http://www2.itti.ifce.edu.br/archlinux/$repo/os/$arch
 
 ## Canada
 #Server = ftp://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
@@ -44,13 +54,17 @@
 #Server = http://mirrors.163.com/archlinux/$repo/os/$arch
 #Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirror6.bjtu.edu.cn/archlinux/$repo/os/$arch
-#Server = ftp://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
+#Server = ftp://mirror.lzu.edu.cn/archlinux/$repo/os/$arch
+#Server = http://mirror.lzu.edu.cn/archlinux/$repo/os/$arch
+#Server = ftp://mirrors.stuhome.net/archlinux/$repo/os/$arch
+#Server = http://mirrors.stuhome.net/archlinux/$repo/os/$arch
 
 ## Colombia
 #Server = http://www.laqee.unal.edu.co/archlinux/$repo/os/$arch
 
 ## Czech Republic
+#Server = ftp://archlinux.mirror.dkm.cz/pub/archlinux/$repo/os/$arch
+#Server = http://archlinux.mirror.dkm.cz/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.vpsfree.cz/archlinux/$repo/os/$arch
 
 ## Denmark
@@ -83,8 +97,6 @@
 #Server = http://archlinux.limun.org/$repo/os/$arch
 #Server = ftp://artfiles.org/archlinux.org/$repo/os/$arch
 #Server = http://artfiles.org/archlinux.org/$repo/os/$arch
-#Server = ftp://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
-#Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
 #Server = http://mirror.devnu11.net/archlinux/$repo/os/$arch
 #Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch
 #Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch
@@ -94,6 +106,8 @@
 #Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch
 #Server = ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch
 #Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch
+#Server = ftp://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
+#Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
 #Server = ftp://mirrors.n-ix.net/archlinux/$repo/os/$arch
 #Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
 #Server = ftp://mirror.selfnet.de/archlinux/$repo/os/$arch
@@ -102,14 +116,16 @@
 #Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
 #Server = ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$

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

2011-10-26 Thread Jan Steffens
Date: Wednesday, October 26, 2011 @ 11:18:34
  Author: heftig
Revision: 141216

fix double dash when building a renamed kernel (e.g. linux-zen)

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-26 14:54:11 UTC (rev 141215)
+++ PKGBUILD2011-10-26 15:18:34 UTC (rev 141216)
@@ -124,10 +124,10 @@
   # gzip -9 all modules to save 100MB of space
   find "${pkgdir}" -name '*.ko' -exec gzip -9 {} \;
   # make room for external modules
-  ln -s "../extramodules-${_basekernel}-${_kernelname:-ARCH}" 
"${pkgdir}/lib/modules/${_kernver}/extramodules"
+  ln -s "../extramodules-${_basekernel}${_kernelname:--ARCH}" 
"${pkgdir}/lib/modules/${_kernver}/extramodules"
   # add real version for building modules and running depmod from 
post_install/upgrade
-  mkdir -p 
"${pkgdir}/lib/modules/extramodules-${_basekernel}-${_kernelname:-ARCH}"
-  echo "${_kernver}" > 
"${pkgdir}/lib/modules/extramodules-${_basekernel}-${_kernelname:-ARCH}/version"
+  mkdir -p 
"${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}"
+  echo "${_kernver}" > 
"${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}/version"
 }
 
 package_linux-headers() {



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

2011-10-26 Thread Ionut Biru
Date: Wednesday, October 26, 2011 @ 10:54:11
  Author: ibiru
Revision: 141215

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-26 14:53:19 UTC (rev 141214)
+++ extra-i686/PKGBUILD 2011-10-26 14:54:11 UTC (rev 141215)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=pangomm
-pkgname=('pangomm' 'pangomm-docs')
-pkgver=2.28.3
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.xz)
-options=('!libtool')
-url="http://gtkmm.sourceforge.net/";
-sha256sums=('cf6eb58d58dc92df5c94012299e2c4f556ae55b4bafdf8f3768f74b7d60be0c3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-package_pangomm() {
-  pkgdesc="C++ bindings for pango"
-  depends=('pango' 'glibmm' 'cairomm')
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="${pkgdir}" install
-}
-
-package_pangomm-docs() {
-  pkgdesc="Developer documentation for pangomm"
-  cd "${srcdir}/${pkgbase}-${pkgver}/docs"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pangomm/repos/extra-i686/PKGBUILD (from rev 141214, 
pangomm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-26 14:54:11 UTC (rev 141215)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=pangomm
+pkgname=('pangomm' 'pangomm-docs')
+pkgver=2.28.4
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.xz)
+options=('!libtool')
+url="http://gtkmm.sourceforge.net/";
+sha256sums=('778dcb66a793cbfd52a9f92ee5a71b888c3603a913fc1ddc48a30204de6d6c82')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+package_pangomm() {
+  pkgdesc="C++ bindings for pango"
+  depends=('pango' 'glibmm' 'cairomm')
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_pangomm-docs() {
+  pkgdesc="Developer documentation for pangomm"
+  cd "${srcdir}/${pkgbase}-${pkgver}/docs"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-26 14:53:19 UTC (rev 141214)
+++ extra-x86_64/PKGBUILD   2011-10-26 14:54:11 UTC (rev 141215)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=pangomm
-pkgname=('pangomm' 'pangomm-docs')
-pkgver=2.28.3
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.xz)
-options=('!libtool')
-url="http://gtkmm.sourceforge.net/";
-sha256sums=('cf6eb58d58dc92df5c94012299e2c4f556ae55b4bafdf8f3768f74b7d60be0c3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-package_pangomm() {
-  pkgdesc="C++ bindings for pango"
-  depends=('pango' 'glibmm' 'cairomm')
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="${pkgdir}" install
-}
-
-package_pangomm-docs() {
-  pkgdesc="Developer documentation for pangomm"
-  cd "${srcdir}/${pkgbase}-${pkgver}/docs"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pangomm/repos/extra-x86_64/PKGBUILD (from rev 141214, 
pangomm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-26 14:54:11 UTC (rev 141215)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=pangomm
+pkgname=('pangomm' 'pangomm-docs')
+pkgver=2.28.4
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.xz)
+options=('!libtool')
+url="http://gtkmm.sourceforge.net/";
+sha256sums=('778dcb66a793cbfd52a9f92ee5a71b888c3603a913fc1ddc48a30204de6d6c82')
+

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

2011-10-26 Thread Ionut Biru
Date: Wednesday, October 26, 2011 @ 10:53:19
  Author: ibiru
Revision: 141214

update to 2.28.4

Modified:
  pangomm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-26 14:51:06 UTC (rev 141213)
+++ PKGBUILD2011-10-26 14:53:19 UTC (rev 141214)
@@ -3,7 +3,7 @@
 
 pkgbase=pangomm
 pkgname=('pangomm' 'pangomm-docs')
-pkgver=2.28.3
+pkgver=2.28.4
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.xz)
 options=('!libtool')
 url="http://gtkmm.sourceforge.net/";
-sha256sums=('cf6eb58d58dc92df5c94012299e2c4f556ae55b4bafdf8f3768f74b7d60be0c3')
+sha256sums=('778dcb66a793cbfd52a9f92ee5a71b888c3603a913fc1ddc48a30204de6d6c82')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-10-26 Thread Ionut Biru
Date: Wednesday, October 26, 2011 @ 10:51:06
  Author: ibiru
Revision: 141213

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-26 14:50:17 UTC (rev 141212)
+++ extra-i686/PKGBUILD 2011-10-26 14:51:06 UTC (rev 141213)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 79583 2010-05-04 15:21:15Z ibiru $
-# Maintainer: Jan "heftig" Steffens 
-
-pkgbase=atkmm
-pkgname=(atkmm atkmm-docs)
-pkgver=2.22.5
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-url="http://gtkmm.sourceforge.net/";
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.22/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('61e03e5e67952c8fd9919049fae680bd0f2a1547344394f36b98b05b34b7be6c')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package_atkmm() {
-  pkgdesc="C++ bindings for atk"
-  depends=('atk' 'glibmm' 'libsigc++')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="${pkgdir}" install
-}
-
-package_atkmm-docs() {
-  pkgdesc="Developer documentation for atkmm"
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C doc DESTDIR="${pkgdir}" install
-}

Copied: atkmm/repos/extra-i686/PKGBUILD (from rev 141212, atkmm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-26 14:51:06 UTC (rev 141213)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 79583 2010-05-04 15:21:15Z ibiru $
+# Maintainer: Jan "heftig" Steffens 
+
+pkgbase=atkmm
+pkgname=(atkmm atkmm-docs)
+pkgver=2.22.6
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url="http://gtkmm.sourceforge.net/";
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.22/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('0a74295106b9e3ae552b169eb4e098b8b825c4115045b9d5134a6c79a238aeb6')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package_atkmm() {
+  pkgdesc="C++ bindings for atk"
+  depends=('atk' 'glibmm' 'libsigc++')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_atkmm-docs() {
+  pkgdesc="Developer documentation for atkmm"
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make -C doc DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-26 14:50:17 UTC (rev 141212)
+++ extra-x86_64/PKGBUILD   2011-10-26 14:51:06 UTC (rev 141213)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 79583 2010-05-04 15:21:15Z ibiru $
-# Maintainer: Jan "heftig" Steffens 
-
-pkgbase=atkmm
-pkgname=(atkmm atkmm-docs)
-pkgver=2.22.5
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-url="http://gtkmm.sourceforge.net/";
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.22/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('61e03e5e67952c8fd9919049fae680bd0f2a1547344394f36b98b05b34b7be6c')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package_atkmm() {
-  pkgdesc="C++ bindings for atk"
-  depends=('atk' 'glibmm' 'libsigc++')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="${pkgdir}" install
-}
-
-package_atkmm-docs() {
-  pkgdesc="Developer documentation for atkmm"
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C doc DESTDIR="${pkgdir}" install
-}

Copied: atkmm/repos/extra-x86_64/PKGBUILD (from rev 141212, 
atkmm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-26 14:51:06 UTC (rev 141213)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 79583 2010-05-04 15:21:15Z ibiru $
+# Maintainer: Jan "heftig" Steffens 
+
+pkgbase=atkmm
+pkgname=(atkmm atkmm-docs)
+pkgver=2.22.6
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url="http://gtkmm.sourceforge.net/";
+source=(http://ftp.gnom

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

2011-10-26 Thread Ionut Biru
Date: Wednesday, October 26, 2011 @ 10:50:17
  Author: ibiru
Revision: 141212

update to 2.22.6

Modified:
  atkmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-26 14:49:31 UTC (rev 141211)
+++ PKGBUILD2011-10-26 14:50:17 UTC (rev 141212)
@@ -3,15 +3,15 @@
 
 pkgbase=atkmm
 pkgname=(atkmm atkmm-docs)
-pkgver=2.22.5
+pkgver=2.22.6
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
 license=('LGPL')
 options=('!libtool' '!emptydirs')
 url="http://gtkmm.sourceforge.net/";
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.22/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('61e03e5e67952c8fd9919049fae680bd0f2a1547344394f36b98b05b34b7be6c')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.22/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('0a74295106b9e3ae552b169eb4e098b8b825c4115045b9d5134a6c79a238aeb6')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"



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

2011-10-26 Thread Ionut Biru
Date: Wednesday, October 26, 2011 @ 10:49:31
  Author: ibiru
Revision: 141211

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

Added:
  json-glib/repos/extra-i686/PKGBUILD
(from rev 141210, json-glib/trunk/PKGBUILD)
  json-glib/repos/extra-x86_64/PKGBUILD
(from rev 141210, json-glib/trunk/PKGBUILD)
Deleted:
  json-glib/repos/extra-i686/PKGBUILD
  json-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-26 14:47:07 UTC (rev 141210)
+++ extra-i686/PKGBUILD 2011-10-26 14:49:31 UTC (rev 141211)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=json-glib
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="JSON library built on GLib"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/JsonGlib";
-license=('GPL')
-depends=('glib2')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.14/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('821e90196673408a9293845e37ef572826a960a101096db9bcba45cf4c4afc56')
-
-build(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: json-glib/repos/extra-i686/PKGBUILD (from rev 141210, 
json-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-26 14:49:31 UTC (rev 141211)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=json-glib
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/JsonGlib";
+license=('GPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.14/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b816a5fa3e5664b08679a6972a6e5693d6cc1990ff4a6f94c07554db96be94a7')
+
+build(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-26 14:47:07 UTC (rev 141210)
+++ extra-x86_64/PKGBUILD   2011-10-26 14:49:31 UTC (rev 141211)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=json-glib
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="JSON library built on GLib"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/JsonGlib";
-license=('GPL')
-depends=('glib2')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.14/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('821e90196673408a9293845e37ef572826a960a101096db9bcba45cf4c4afc56')
-
-build(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: json-glib/repos/extra-x86_64/PKGBUILD (from rev 141210, 
json-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-26 14:49:31 UTC (rev 141211)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=json-glib
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/JsonGlib";
+license=('GPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.14/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b816a5fa3e5664b08679a6972a6e5693d6cc1990ff4a6f94c07554db96be94a7')
+
+build(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-26 Thread Ionut Biru
Date: Wednesday, October 26, 2011 @ 10:47:07
  Author: ibiru
Revision: 141210

update to 0.14.2

Modified:
  json-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-26 12:06:23 UTC (rev 141209)
+++ PKGBUILD2011-10-26 14:47:07 UTC (rev 141210)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=json-glib
-pkgver=0.14.0
+pkgver=0.14.2
 pkgrel=1
 pkgdesc="JSON library built on GLib"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.14/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('821e90196673408a9293845e37ef572826a960a101096db9bcba45cf4c4afc56')
+sha256sums=('b816a5fa3e5664b08679a6972a6e5693d6cc1990ff4a6f94c07554db96be94a7')
 
 build(){
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in nvidia-lts/trunk (nvidia-lts.install)

2011-10-26 Thread Florian Pritz
Date: Wednesday, October 26, 2011 @ 08:06:23
  Author: bluewind
Revision: 141209

depmod after upgrade, but don'r rmmod

Modified:
  nvidia-lts/trunk/nvidia-lts.install

+
 nvidia-lts.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: nvidia-lts.install
===
--- nvidia-lts.install  2011-10-26 11:56:30 UTC (rev 141208)
+++ nvidia-lts.install  2011-10-26 12:06:23 UTC (rev 141209)
@@ -6,7 +6,7 @@
 
 post_upgrade() {
 KERNEL_VERSION='2.6.32-lts'
-rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver 
and unload it manually.'
+depmod $KERNEL_VERSION
 }
 
 post_remove() {



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

2011-10-26 Thread Florian Pritz
Date: Wednesday, October 26, 2011 @ 07:56:30
  Author: bluewind
Revision: 141208

readd reboot notice

You have to reboot because nouveau can't be unloaded

Modified:
  nvidia/trunk/nvidia.install

+
 nvidia.install |1 +
 1 file changed, 1 insertion(+)

Modified: nvidia.install
===
--- nvidia.install  2011-10-26 11:42:17 UTC (rev 141207)
+++ nvidia.install  2011-10-26 11:56:30 UTC (rev 141208)
@@ -1,6 +1,7 @@
 post_install() {
 EXTRAMODULES='extramodules-3.1-ARCH'
 depmod $(cat /lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {



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

2011-10-26 Thread Florian Pritz
Date: Wednesday, October 26, 2011 @ 07:42:17
  Author: bluewind
Revision: 141207

remove superflous code/messages from install script

It's obvious that you have to load the module after update/install and we don't
restart daemons so we shouldn't remove it here either.

Modified:
  nvidia/trunk/nvidia.install

+
 nvidia.install |2 --
 1 file changed, 2 deletions(-)

Modified: nvidia.install
===
--- nvidia.install  2011-10-26 08:04:28 UTC (rev 141206)
+++ nvidia.install  2011-10-26 11:42:17 UTC (rev 141207)
@@ -1,13 +1,11 @@
 post_install() {
 EXTRAMODULES='extramodules-3.1-ARCH'
 depmod $(cat /lib/modules/$EXTRAMODULES/version)
-echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
 EXTRAMODULES='extramodules-3.1-ARCH'
 depmod $(cat /lib/modules/$EXTRAMODULES/version)
-rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver 
and unload it manually.'
 }
 
 post_remove() {



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

2011-10-26 Thread Eric Bélanger
Date: Wednesday, October 26, 2011 @ 04:04:28
  Author: eric
Revision: 141206

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

Added:
  dcraw/repos/extra-i686/PKGBUILD
(from rev 141205, dcraw/trunk/PKGBUILD)
  dcraw/repos/extra-i686/dcraw.install
(from rev 141205, dcraw/trunk/dcraw.install)
  dcraw/repos/extra-i686/license.txt
(from rev 141205, dcraw/trunk/license.txt)
  dcraw/repos/extra-x86_64/PKGBUILD
(from rev 141205, dcraw/trunk/PKGBUILD)
  dcraw/repos/extra-x86_64/dcraw.install
(from rev 141205, dcraw/trunk/dcraw.install)
  dcraw/repos/extra-x86_64/license.txt
(from rev 141205, dcraw/trunk/license.txt)
Deleted:
  dcraw/repos/extra-i686/PKGBUILD
  dcraw/repos/extra-i686/dcraw.install
  dcraw/repos/extra-i686/license.txt
  dcraw/repos/extra-x86_64/PKGBUILD
  dcraw/repos/extra-x86_64/dcraw.install
  dcraw/repos/extra-x86_64/license.txt

+
 extra-i686/PKGBUILD|   96 +--
 extra-i686/dcraw.install   |   26 +--
 extra-i686/license.txt |   32 +++---
 extra-x86_64/PKGBUILD  |   96 +--
 extra-x86_64/dcraw.install |   26 +--
 extra-x86_64/license.txt   |   32 +++---
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-26 08:03:57 UTC (rev 141205)
+++ extra-i686/PKGBUILD 2011-10-26 08:04:28 UTC (rev 141206)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Contributor: Tobias Kieslich 
-
-pkgname=dcraw
-pkgver=9.08
-pkgrel=1
-pkgdesc="A command line based converter for digicams raw output"
-arch=('i686' 'x86_64')
-url="http://www.cybercom.net/~dcoffin/dcraw/";
-license=('custom')
-depends=('lcms')
-source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz
-license.txt)
-md5sums=('eb1d365c27495a513c0768b2f696ba66'
- '110b4604a6dacd5537339c4082e9e12a')
-sha1sums=('1282402201ca48f922d9167ad078aa58cb18593e'
-  '502c8f0ac7434d48f5dcb2eefe7599627cb69454')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  gcc ${CFLAGS} -O3 -o dcraw dcraw.c -lm -ljpeg -llcms 
-DLOCALEDIR=\"/usr/share/locale/\"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -Dm755 dcraw "${pkgdir}"/usr/bin/dcraw
-  install -Dm644 dcraw.1 "${pkgdir}"/usr/share/man/man1/dcraw.1
-  
-  for langchar in \
-fr.latin1 it.latin1 de.latin1 pt.latin1 es.latin1 nl.latin1 sv.latin1 \
-ca.latin1 da.latin1 cs.latin2 hu.latin2 pl.latin2 eo.latin3 ru.koi8-r \
-zh_TW.big5 zh_CN.gb2312
-  do
-lang=$(echo $langchar | cut -d. -f1)
-char=$(echo $langchar | cut -d. -f2-)
-if [ -f dcraw_${lang}.1 ]; then
-  mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang/man1
-  iconv -f utf-8 -t $char dcraw_$lang.1 > 
"${pkgdir}"/usr/share/man/$lang/man1/dcraw.1
-  mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang.UTF-8/man1
-  cp dcraw_$lang.1 "${pkgdir}"/usr/share/man/$lang.UTF-8/man1/dcraw.1
-fi
-mkdir -p -m 755 "${pkgdir}"/usr/share/locale/$lang/LC_MESSAGES
-msgfmt -o "${pkgdir}"/usr/share/locale/$lang/LC_MESSAGES/dcraw.mo 
dcraw_$lang.po
-  done
-
-  install -Dm644 "${srcdir}/license.txt" 
"${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
-}

Copied: dcraw/repos/extra-i686/PKGBUILD (from rev 141205, dcraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-26 08:04:28 UTC (rev 141206)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: tobias 
+# Contributor: Tobias Kieslich 
+
+pkgname=dcraw
+pkgver=9.11
+pkgrel=1
+pkgdesc="A command line based converter for digicams raw output"
+arch=('i686' 'x86_64')
+url="http://www.cybercom.net/~dcoffin/dcraw/";
+license=('custom')
+depends=('lcms' 'jasper')
+source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz
+license.txt)
+sha1sums=('79dc403d6b629df6dac3218ad33dc89c4a86c234'
+  '502c8f0ac7434d48f5dcb2eefe7599627cb69454')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  gcc ${CFLAGS} -O3 -o dcraw dcraw.c \
+-Wall -Wno-unused-result -Wno-array-bounds \
+-lm -ljasper -ljpeg -llcms -DLOCALEDIR=\"/usr/share/locale/\"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -Dm755 dcraw "${pkgdir}"/usr/bin/dcraw
+  install -Dm644 dcraw.1 "${pkgdir}"/usr/share/man/man1/dcraw.1
+  
+  for langchar in \
+fr.latin1 it.latin1 de.latin1 pt.latin1 es.latin1 nl.latin1 sv.latin1 \
+ca.latin1 da.latin1 cs.latin2 hu.latin2 pl.latin2 eo.latin3 ru.koi8-r \
+zh_TW.big5 zh_CN.gb2312
+  do
+lang=$(echo $langchar | cut -d. -f1)
+char=$(echo $langchar | cut -d. -f2-)
+if [ -f dcraw_${lang}.1 ]; then
+  mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang/man1
+  iconv -f utf-8 -t $char dcraw_$lang.1 > 
"${pkgdir}"/usr/share/man/$lang/man1/dcraw.1
+  mkdir -p -m 7

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

2011-10-26 Thread Eric Bélanger
Date: Wednesday, October 26, 2011 @ 04:03:57
  Author: eric
Revision: 141205

upgpkg: dcraw 9.11-1

Upstream update, Add jasper depends

Modified:
  dcraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-26 00:39:40 UTC (rev 141204)
+++ PKGBUILD2011-10-26 08:03:57 UTC (rev 141205)
@@ -3,23 +3,23 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=dcraw
-pkgver=9.08
+pkgver=9.11
 pkgrel=1
 pkgdesc="A command line based converter for digicams raw output"
 arch=('i686' 'x86_64')
 url="http://www.cybercom.net/~dcoffin/dcraw/";
 license=('custom')
-depends=('lcms')
+depends=('lcms' 'jasper')
 
source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz
 license.txt)
-md5sums=('eb1d365c27495a513c0768b2f696ba66'
- '110b4604a6dacd5537339c4082e9e12a')
-sha1sums=('1282402201ca48f922d9167ad078aa58cb18593e'
+sha1sums=('79dc403d6b629df6dac3218ad33dc89c4a86c234'
   '502c8f0ac7434d48f5dcb2eefe7599627cb69454')
 
 build() {
   cd "${srcdir}/${pkgname}"
-  gcc ${CFLAGS} -O3 -o dcraw dcraw.c -lm -ljpeg -llcms 
-DLOCALEDIR=\"/usr/share/locale/\"
+  gcc ${CFLAGS} -O3 -o dcraw dcraw.c \
+-Wall -Wno-unused-result -Wno-array-bounds \
+-lm -ljasper -ljpeg -llcms -DLOCALEDIR=\"/usr/share/locale/\"
 }
 
 package() {