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

2011-08-16 Thread Tobias Powalowski
Date: Tuesday, August 16, 2011 @ 03:43:19
  Author: tpowa
Revision: 135583

upgpkg: linux 3.0.2-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 04:29:08 UTC (rev 135582)
+++ PKGBUILD2011-08-16 07:43:19 UTC (rev 135583)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.1
+pkgver=${_basekernel}.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -15,20 +15,13 @@
 makedepends=('xmlto' 'docbook-xsl')
 options=('!strip')
 
source=(ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-${_basekernel}.tar.bz2;
-ftp://ftp.kernel.org/pub/linux/kernel/v3.0/patch-${pkgver}.bz2;
+ftp://ftp.kernel.org/pub/linux/kernel/v3.0/patch-${pkgver}.gz;
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 ${pkgname}.preset
 'fix-i915.patch'
 'change-default-console-loglevel.patch')
-md5sums=('398e95866794def22b12dfbc15ce89c0'
- 'ac49f7907f1fc85fbab92d0f1aa1552a'
- 'fc6aae0fb4d70feff92ec762d29dee45'
- 'fd5a1712ddea696eee5255de2d854218'
- 'eb14dcfd80c00852ef81ded6e826826a'
- '263725f20c0b9eb9c353040792d644e5'
- '9d3c56a4b999c8bfbd4018089a62f662')
 
 build() {
   cd ${srcdir}/linux-${_basekernel}
@@ -120,6 +113,7 @@
 -e  s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g \
 -i ${startdir}/${pkgname}.install
   sed \
+-e s|ALL_kver=.*|ALL_kver=\/boot/vmlinuz-${pkgname}\|g \
 -e s|default_image=.*|default_image=\/boot/initramfs-${pkgname}.img\|g 
\
 -e 
s|fallback_image=.*|fallback_image=\/boot/initramfs-${pkgname}-fallback.img\|g
 \
 -i ${pkgdir}/etc/mkinitcpio.d/${pkgname}.preset
@@ -281,3 +275,10 @@
 }
 
 # vim:set ts=2 sw=2 et:
+md5sums=('398e95866794def22b12dfbc15ce89c0'
+ 'd4ff10b7c9a5d8d0aa4c97579c81b7f9'
+ 'fc6aae0fb4d70feff92ec762d29dee45'
+ 'fd5a1712ddea696eee5255de2d854218'
+ 'eb14dcfd80c00852ef81ded6e826826a'
+ '263725f20c0b9eb9c353040792d644e5'
+ '9d3c56a4b999c8bfbd4018089a62f662')



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

2011-08-16 Thread Tobias Powalowski
Date: Tuesday, August 16, 2011 @ 03:44:21
  Author: tpowa
Revision: 135584

upgpkg: linux 3.0.2-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 07:43:19 UTC (rev 135583)
+++ PKGBUILD2011-08-16 07:44:21 UTC (rev 135584)
@@ -22,6 +22,13 @@
 ${pkgname}.preset
 'fix-i915.patch'
 'change-default-console-loglevel.patch')
+md5sums=('398e95866794def22b12dfbc15ce89c0'
+ 'd4ff10b7c9a5d8d0aa4c97579c81b7f9'
+ 'fc6aae0fb4d70feff92ec762d29dee45'
+ 'fd5a1712ddea696eee5255de2d854218'
+ 'eb14dcfd80c00852ef81ded6e826826a'
+ '263725f20c0b9eb9c353040792d644e5'
+ '9d3c56a4b999c8bfbd4018089a62f662')
 
 build() {
   cd ${srcdir}/linux-${_basekernel}
@@ -274,11 +281,3 @@
   rm -f ${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile
 }
 
-# vim:set ts=2 sw=2 et:
-md5sums=('398e95866794def22b12dfbc15ce89c0'
- 'd4ff10b7c9a5d8d0aa4c97579c81b7f9'
- 'fc6aae0fb4d70feff92ec762d29dee45'
- 'fd5a1712ddea696eee5255de2d854218'
- 'eb14dcfd80c00852ef81ded6e826826a'
- '263725f20c0b9eb9c353040792d644e5'
- '9d3c56a4b999c8bfbd4018089a62f662')



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

2011-08-16 Thread Tobias Powalowski
Date: Tuesday, August 16, 2011 @ 03:45:45
  Author: tpowa
Revision: 135585

archrelease: copy trunk to testing-i686

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 135584, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 135584, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 135584, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 135584, linux/trunk/config.x86_64)
  linux/repos/testing-i686/fix-i915.patch
(from rev 135584, linux/trunk/fix-i915.patch)
  linux/repos/testing-i686/linux.install
(from rev 135584, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 135584, linux/trunk/linux.preset)

---+
 PKGBUILD  |  283 +
 change-default-console-loglevel.patch |   12 
 config| 5772 
 config.x86_64 | 5513 ++
 fix-i915.patch|   26 
 linux.install |   66 
 linux.preset  |   14 
 7 files changed, 11686 insertions(+)

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


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

2011-08-16 Thread Tobias Powalowski
Date: Tuesday, August 16, 2011 @ 03:47:05
  Author: tpowa
Revision: 135586

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 135585, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 135585, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 135585, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 135585, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/fix-i915.patch
(from rev 135585, linux/trunk/fix-i915.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 135585, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 135585, linux/trunk/linux.preset)

---+
 PKGBUILD  |  283 +
 change-default-console-loglevel.patch |   12 
 config| 5772 
 config.x86_64 | 5513 ++
 fix-i915.patch|   26 
 linux.install |   66 
 linux.preset  |   14 
 7 files changed, 11686 insertions(+)

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


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

2011-08-16 Thread Thomas Bächler
Date: Tuesday, August 16, 2011 @ 03:52:56
  Author: thomas
Revision: 135587

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

Added:
  mkinitcpio-busybox/repos/core-i686/PKGBUILD
(from rev 135586, mkinitcpio-busybox/repos/testing-i686/PKGBUILD)
  mkinitcpio-busybox/repos/core-i686/config
(from rev 135586, mkinitcpio-busybox/repos/testing-i686/config)
Deleted:
  mkinitcpio-busybox/repos/core-i686/PKGBUILD
  mkinitcpio-busybox/repos/core-i686/config
  mkinitcpio-busybox/repos/testing-i686/

--+
 PKGBUILD |   62 -
 config   | 1976 ++---
 2 files changed, 1021 insertions(+), 1017 deletions(-)

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


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

2011-08-16 Thread Thomas Bächler
Date: Tuesday, August 16, 2011 @ 03:52:57
  Author: thomas
Revision: 135588

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

Added:
  mkinitcpio-busybox/repos/core-x86_64/PKGBUILD
(from rev 135586, mkinitcpio-busybox/repos/testing-x86_64/PKGBUILD)
  mkinitcpio-busybox/repos/core-x86_64/config
(from rev 135586, mkinitcpio-busybox/repos/testing-x86_64/config)
Deleted:
  mkinitcpio-busybox/repos/core-x86_64/PKGBUILD
  mkinitcpio-busybox/repos/core-x86_64/config
  mkinitcpio-busybox/repos/testing-x86_64/

--+
 PKGBUILD |   62 -
 config   | 1976 ++---
 2 files changed, 1021 insertions(+), 1017 deletions(-)

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


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

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 04:44:58
  Author: ibiru
Revision: 135589

update to 2.90.1

Modified:
  ghex/trunk/PKGBUILD
  ghex/trunk/ghex.install

--+
 PKGBUILD |   15 ++-
 ghex.install |   16 +++-
 2 files changed, 13 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 07:52:57 UTC (rev 135588)
+++ PKGBUILD2011-08-16 08:44:58 UTC (rev 135589)
@@ -3,31 +3,28 @@
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=ghex
-pkgver=2.90.0
+pkgver=2.90.1
 pkgrel=1
 pkgdesc=A simple binary editor for the Gnome desktop
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://live.gnome.org/Ghex;
-depends=('gtk3' 'gconf' 'hicolor-icon-theme')
+depends=('gtk3' 'hicolor-icon-theme')
 makedepends=('intltool' 'gnome-doc-utils')
 options=('!libtool' '!emptydirs')
 install=ghex.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/ghex/2.90/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2edeedcf1973c221d2f5ea1397099fbfc054b60cf2ebff5cb1ca9e83fd6c4974')
+sha256sums=('e736a322c3e25d0733bee72848f586c6477c11c0f0a63a77069be9048a66ec9a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
   make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain ghex-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  make DESTDIR=${pkgdir} install
 }

Modified: ghex.install
===
--- ghex.install2011-08-16 07:52:57 UTC (rev 135588)
+++ ghex.install2011-08-16 08:44:58 UTC (rev 135589)
@@ -1,22 +1,20 @@
 pkgname=ghex
 
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 pre_upgrade() {
-  pre_remove $1
+if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+gconfpkg --uninstall $pkgname
+fi
 }
 
 post_upgrade() {
-  post_install $1
+post_install $1
 }
 
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+post_install $1
 }



[arch-commits] Commit in ghex/repos/extra-i686 (4 files)

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 04:47:03
  Author: ibiru
Revision: 135590

archrelease: copy trunk to extra-i686

Added:
  ghex/repos/extra-i686/PKGBUILD
(from rev 135589, ghex/trunk/PKGBUILD)
  ghex/repos/extra-i686/ghex.install
(from rev 135589, ghex/trunk/ghex.install)
Deleted:
  ghex/repos/extra-i686/PKGBUILD
  ghex/repos/extra-i686/ghex.install

--+
 PKGBUILD |   63 +++--
 ghex.install |   42 ++
 2 files changed, 50 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 08:44:58 UTC (rev 135589)
+++ PKGBUILD2011-08-16 08:47:03 UTC (rev 135590)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: tobias tob...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=ghex
-pkgver=2.90.0
-pkgrel=1
-pkgdesc=A simple binary editor for the Gnome desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://live.gnome.org/Ghex;
-depends=('gtk3' 'gconf' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils')
-options=('!libtool' '!emptydirs')
-install=ghex.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/ghex/2.90/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2edeedcf1973c221d2f5ea1397099fbfc054b60cf2ebff5cb1ca9e83fd6c4974')
-
-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 -d -m755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain ghex-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: ghex/repos/extra-i686/PKGBUILD (from rev 135589, ghex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 08:47:03 UTC (rev 135590)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=ghex
+pkgver=2.90.1
+pkgrel=1
+pkgdesc=A simple binary editor for the Gnome desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://live.gnome.org/Ghex;
+depends=('gtk3' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
+options=('!libtool' '!emptydirs')
+install=ghex.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/ghex/2.90/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e736a322c3e25d0733bee72848f586c6477c11c0f0a63a77069be9048a66ec9a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: ghex.install
===
--- ghex.install2011-08-16 08:44:58 UTC (rev 135589)
+++ ghex.install2011-08-16 08:47:03 UTC (rev 135590)
@@ -1,22 +0,0 @@
-pkgname=ghex
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: ghex/repos/extra-i686/ghex.install (from rev 135589, 
ghex/trunk/ghex.install)
===
--- ghex.install(rev 0)
+++ ghex.install2011-08-16 08:47:03 UTC (rev 135590)
@@ -0,0 +1,20 @@
+pkgname=ghex
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}



[arch-commits] Commit in ghex/repos/extra-x86_64 (4 files)

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 04:47:35
  Author: ibiru
Revision: 135591

archrelease: copy trunk to extra-x86_64

Added:
  ghex/repos/extra-x86_64/PKGBUILD
(from rev 135590, ghex/trunk/PKGBUILD)
  ghex/repos/extra-x86_64/ghex.install
(from rev 135590, ghex/trunk/ghex.install)
Deleted:
  ghex/repos/extra-x86_64/PKGBUILD
  ghex/repos/extra-x86_64/ghex.install

--+
 PKGBUILD |   63 +++--
 ghex.install |   42 ++
 2 files changed, 50 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 08:47:03 UTC (rev 135590)
+++ PKGBUILD2011-08-16 08:47:35 UTC (rev 135591)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: tobias tob...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=ghex
-pkgver=2.90.0
-pkgrel=1
-pkgdesc=A simple binary editor for the Gnome desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://live.gnome.org/Ghex;
-depends=('gtk3' 'gconf' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils')
-options=('!libtool' '!emptydirs')
-install=ghex.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/ghex/2.90/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2edeedcf1973c221d2f5ea1397099fbfc054b60cf2ebff5cb1ca9e83fd6c4974')
-
-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 -d -m755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain ghex-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: ghex/repos/extra-x86_64/PKGBUILD (from rev 135590, ghex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 08:47:35 UTC (rev 135591)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=ghex
+pkgver=2.90.1
+pkgrel=1
+pkgdesc=A simple binary editor for the Gnome desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://live.gnome.org/Ghex;
+depends=('gtk3' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
+options=('!libtool' '!emptydirs')
+install=ghex.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/ghex/2.90/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e736a322c3e25d0733bee72848f586c6477c11c0f0a63a77069be9048a66ec9a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: ghex.install
===
--- ghex.install2011-08-16 08:47:03 UTC (rev 135590)
+++ ghex.install2011-08-16 08:47:35 UTC (rev 135591)
@@ -1,22 +0,0 @@
-pkgname=ghex
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: ghex/repos/extra-x86_64/ghex.install (from rev 135590, 
ghex/trunk/ghex.install)
===
--- ghex.install(rev 0)
+++ ghex.install2011-08-16 08:47:35 UTC (rev 135591)
@@ -0,0 +1,20 @@
+pkgname=ghex
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}



[arch-commits] Commit in linux/repos (15 files)

2011-08-16 Thread Tobias Powalowski
Date: Tuesday, August 16, 2011 @ 05:12:49
  Author: tpowa
Revision: 135592

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

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 135591, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 135591, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 135591, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 135591, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/fix-i915.patch
(from rev 135591, linux/repos/testing-i686/fix-i915.patch)
  linux/repos/core-i686/linux.install
(from rev 135591, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 135591, linux/repos/testing-i686/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/fix-i915.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/testing-i686/

---+
 PKGBUILD  |  566 -
 change-default-console-loglevel.patch |   24 
 config|11544 
 config.x86_64 |11026 +++---
 fix-i915.patch|   52 
 linux.install |  132 
 linux.preset  |   28 
 7 files changed, 11686 insertions(+), 11686 deletions(-)

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


[arch-commits] Commit in linux/repos (15 files)

2011-08-16 Thread Tobias Powalowski
Date: Tuesday, August 16, 2011 @ 05:12:51
  Author: tpowa
Revision: 135593

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

Added:
  linux/repos/core-x86_64/PKGBUILD
(from rev 135591, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 135591, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 135591, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 135591, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/fix-i915.patch
(from rev 135591, linux/repos/testing-x86_64/fix-i915.patch)
  linux/repos/core-x86_64/linux.install
(from rev 135591, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 135591, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/fix-i915.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-x86_64/

---+
 PKGBUILD  |  566 -
 change-default-console-loglevel.patch |   24 
 config|11544 
 config.x86_64 |11026 +++---
 fix-i915.patch|   52 
 linux.install |  132 
 linux.preset  |   28 
 7 files changed, 11686 insertions(+), 11686 deletions(-)

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


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

2011-08-16 Thread Tom Gundersen
Date: Tuesday, August 16, 2011 @ 10:10:52
  Author: tomegun
Revision: 135594

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

Added:
  util-linux/repos/core-i686/PKGBUILD
(from rev 135593, util-linux/repos/testing-i686/PKGBUILD)
  util-linux/repos/core-i686/mount-segfault-2.19.1.patch
(from rev 135593, util-linux/repos/testing-i686/mount-segfault-2.19.1.patch)
  util-linux/repos/core-i686/two-component-linux.patch
(from rev 135593, util-linux/repos/testing-i686/two-component-linux.patch)
Deleted:
  util-linux/repos/core-i686/PKGBUILD
  util-linux/repos/core-i686/mount-segfault-2.19.1.patch
  util-linux/repos/testing-i686/

-+
 PKGBUILD|   80 ++--
 mount-segfault-2.19.1.patch |  168 +-
 two-component-linux.patch   |   32 
 3 files changed, 158 insertions(+), 122 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-08-16 09:12:51 UTC (rev 135593)
+++ core-i686/PKGBUILD  2011-08-16 14:10:52 UTC (rev 135594)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=util-linux
-pkgver=2.19.1
-pkgrel=2
-pkgdesc=Miscellaneous system utilities for Linux
-url=http://userweb.kernel.org/~kzak/util-linux-ng/;
-arch=('i686' 'x86_64')
-groups=('base')
-depends=('bash' 'ncurses=5.7' 'zlib' 'filesystem')
-replaces=('linux32' 'util-linux-ng')
-conflicts=('linux32' 'util-linux-ng' 'e2fsprogs1.41.8-2')
-provides=('linux32' util-linux-ng=${pkgver})
-license=('GPL2')
-options=('!libtool')
-source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.19/${pkgname}-${pkgver}.tar.bz2
-   mount-segfault-2.19.1.patch)
-optdepends=('perl: for chkdupexe support')
-md5sums=('3eab06f05163dfa65479c44e5231932c'
- '3247b52f0e4b8044f23f2f7218e2fdea')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # fix https://bugs.archlinux.org/task/24261
-  patch -Np1 -i ../mount-segfault-2.19.1.patch
-  # hardware clock
-  sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i hwclock/hwclock.c
-  ./configure --enable-arch --enable-write --enable-raw --disable-wall 
--enable-partx
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -dm755 ${pkgdir}/var/lib/hwclock
-  make DESTDIR=${pkgdir} install
-}

Copied: util-linux/repos/core-i686/PKGBUILD (from rev 135593, 
util-linux/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-08-16 14:10:52 UTC (rev 135594)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=util-linux
+pkgver=2.19.1
+pkgrel=3
+pkgdesc=Miscellaneous system utilities for Linux
+url=http://userweb.kernel.org/~kzak/util-linux-ng/;
+arch=('i686' 'x86_64')
+groups=('base')
+depends=('bash' 'ncurses=5.7' 'zlib' 'filesystem')
+replaces=('linux32' 'util-linux-ng')
+conflicts=('linux32' 'util-linux-ng' 'e2fsprogs1.41.8-2')
+provides=('linux32' util-linux-ng=${pkgver})
+license=('GPL2')
+options=('!libtool')
+source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.19/${pkgname}-${pkgver}.tar.bz2
+   mount-segfault-2.19.1.patch
+   two-component-linux.patch)
+optdepends=('perl: for chkdupexe support')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # add support for linux 3.0, which is needed mkswap
+  patch -Np1 -i ../two-component-linux.patch
+  # fix https://bugs.archlinux.org/task/24261
+  patch -Np1 -i ../mount-segfault-2.19.1.patch
+  # hardware clock
+  sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i hwclock/hwclock.c
+  ./configure --enable-arch --enable-write --enable-raw --disable-wall 
--enable-partx
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -dm755 ${pkgdir}/var/lib/hwclock
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('3eab06f05163dfa65479c44e5231932c'
+ '3247b52f0e4b8044f23f2f7218e2fdea'
+ '6eb23edb484adf7192e107d1c6d94bd3')

Deleted: core-i686/mount-segfault-2.19.1.patch
===
--- core-i686/mount-segfault-2.19.1.patch   2011-08-16 09:12:51 UTC (rev 
135593)
+++ core-i686/mount-segfault-2.19.1.patch   2011-08-16 14:10:52 UTC (rev 
135594)
@@ -1,84 +0,0 @@
-From f53edda83ebcfd7015c3f35196d6cbd7bc2d8369 Mon Sep 17 00:00:00 2001
-From: Karel Zak k...@redhat.com
-Date: Wed, 11 May 2011 16:57:27 +0200
-Subject: [PATCH] mount: -a segfaults when 4th field is omitted (mount
- options)
-
- # echo 'tmpd /tmp/x tmpfs'  /etc/fstab
- # mkdir /tmp/x
- # mount -a
- segfault
-
-Reported-by: Mike Frysinger vap...@gentoo.org
-Signed-off-by: Karel Zak k...@redhat.com

- mount/mount.c|8 +---
- mount/mount_mntent.c |5 +++--
- mount/sundries.c |2 ++
- 3 files changed, 10 insertions(+), 5 deletions(-)
-
-diff 

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

2011-08-16 Thread Tom Gundersen
Date: Tuesday, August 16, 2011 @ 10:10:53
  Author: tomegun
Revision: 135595

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

Added:
  util-linux/repos/core-x86_64/PKGBUILD
(from rev 135593, util-linux/repos/testing-x86_64/PKGBUILD)
  util-linux/repos/core-x86_64/mount-segfault-2.19.1.patch
(from rev 135593, 
util-linux/repos/testing-x86_64/mount-segfault-2.19.1.patch)
  util-linux/repos/core-x86_64/two-component-linux.patch
(from rev 135593, util-linux/repos/testing-x86_64/two-component-linux.patch)
Deleted:
  util-linux/repos/core-x86_64/PKGBUILD
  util-linux/repos/core-x86_64/mount-segfault-2.19.1.patch
  util-linux/repos/testing-x86_64/

-+
 PKGBUILD|   80 ++--
 mount-segfault-2.19.1.patch |  168 +-
 two-component-linux.patch   |   32 
 3 files changed, 158 insertions(+), 122 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-08-16 14:10:52 UTC (rev 135594)
+++ core-x86_64/PKGBUILD2011-08-16 14:10:53 UTC (rev 135595)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=util-linux
-pkgver=2.19.1
-pkgrel=2
-pkgdesc=Miscellaneous system utilities for Linux
-url=http://userweb.kernel.org/~kzak/util-linux-ng/;
-arch=('i686' 'x86_64')
-groups=('base')
-depends=('bash' 'ncurses=5.7' 'zlib' 'filesystem')
-replaces=('linux32' 'util-linux-ng')
-conflicts=('linux32' 'util-linux-ng' 'e2fsprogs1.41.8-2')
-provides=('linux32' util-linux-ng=${pkgver})
-license=('GPL2')
-options=('!libtool')
-source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.19/${pkgname}-${pkgver}.tar.bz2
-   mount-segfault-2.19.1.patch)
-optdepends=('perl: for chkdupexe support')
-md5sums=('3eab06f05163dfa65479c44e5231932c'
- '3247b52f0e4b8044f23f2f7218e2fdea')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # fix https://bugs.archlinux.org/task/24261
-  patch -Np1 -i ../mount-segfault-2.19.1.patch
-  # hardware clock
-  sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i hwclock/hwclock.c
-  ./configure --enable-arch --enable-write --enable-raw --disable-wall 
--enable-partx
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -dm755 ${pkgdir}/var/lib/hwclock
-  make DESTDIR=${pkgdir} install
-}

Copied: util-linux/repos/core-x86_64/PKGBUILD (from rev 135593, 
util-linux/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-08-16 14:10:53 UTC (rev 135595)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=util-linux
+pkgver=2.19.1
+pkgrel=3
+pkgdesc=Miscellaneous system utilities for Linux
+url=http://userweb.kernel.org/~kzak/util-linux-ng/;
+arch=('i686' 'x86_64')
+groups=('base')
+depends=('bash' 'ncurses=5.7' 'zlib' 'filesystem')
+replaces=('linux32' 'util-linux-ng')
+conflicts=('linux32' 'util-linux-ng' 'e2fsprogs1.41.8-2')
+provides=('linux32' util-linux-ng=${pkgver})
+license=('GPL2')
+options=('!libtool')
+source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.19/${pkgname}-${pkgver}.tar.bz2
+   mount-segfault-2.19.1.patch
+   two-component-linux.patch)
+optdepends=('perl: for chkdupexe support')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # add support for linux 3.0, which is needed mkswap
+  patch -Np1 -i ../two-component-linux.patch
+  # fix https://bugs.archlinux.org/task/24261
+  patch -Np1 -i ../mount-segfault-2.19.1.patch
+  # hardware clock
+  sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i hwclock/hwclock.c
+  ./configure --enable-arch --enable-write --enable-raw --disable-wall 
--enable-partx
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -dm755 ${pkgdir}/var/lib/hwclock
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('3eab06f05163dfa65479c44e5231932c'
+ '3247b52f0e4b8044f23f2f7218e2fdea'
+ '6eb23edb484adf7192e107d1c6d94bd3')

Deleted: core-x86_64/mount-segfault-2.19.1.patch
===
--- core-x86_64/mount-segfault-2.19.1.patch 2011-08-16 14:10:52 UTC (rev 
135594)
+++ core-x86_64/mount-segfault-2.19.1.patch 2011-08-16 14:10:53 UTC (rev 
135595)
@@ -1,84 +0,0 @@
-From f53edda83ebcfd7015c3f35196d6cbd7bc2d8369 Mon Sep 17 00:00:00 2001
-From: Karel Zak k...@redhat.com
-Date: Wed, 11 May 2011 16:57:27 +0200
-Subject: [PATCH] mount: -a segfaults when 4th field is omitted (mount
- options)
-
- # echo 'tmpd /tmp/x tmpfs'  /etc/fstab
- # mkdir /tmp/x
- # mount -a
- segfault
-
-Reported-by: Mike Frysinger vap...@gentoo.org
-Signed-off-by: Karel Zak k...@redhat.com

- mount/mount.c|8 +---
- mount/mount_mntent.c |5 +++--
- mount/sundries.c |2 ++

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

2011-08-16 Thread Tobias Powalowski
Date: Tuesday, August 16, 2011 @ 10:39:27
  Author: tpowa
Revision: 135596

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 135595, samba/repos/testing-i686/PKGBUILD)
  samba/repos/extra-i686/fix-ipv6-mount.patch
(from rev 135595, samba/repos/testing-i686/fix-ipv6-mount.patch)
  samba/repos/extra-i686/samba
(from rev 135595, samba/repos/testing-i686/samba)
  samba/repos/extra-i686/samba.conf.d
(from rev 135595, samba/repos/testing-i686/samba.conf.d)
  samba/repos/extra-i686/samba.logrotate
(from rev 135595, samba/repos/testing-i686/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 135595, samba/repos/testing-i686/samba.pam)
  samba/repos/extra-i686/swat.xinetd
(from rev 135595, samba/repos/testing-i686/swat.xinetd)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/fix-ipv6-mount.patch
  samba/repos/extra-i686/samba
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/swat.xinetd
  samba/repos/testing-i686/

--+
 PKGBUILD |  276 -
 fix-ipv6-mount.patch |   22 +--
 samba|  114 ++--
 samba.conf.d |   14 +-
 samba.logrotate  |   18 +--
 samba.pam|6 -
 swat.xinetd  |   20 +--
 7 files changed, 235 insertions(+), 235 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-16 14:10:53 UTC (rev 135595)
+++ extra-i686/PKGBUILD 2011-08-16 14:39:27 UTC (rev 135596)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=3.5.11
-# We use the 'A' to fake out pacman's version comparators.  Samba chooses
-# to append 'a','b',etc to their subsequent releases, which pamcan
-# misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.5.11
-pkgrel=1
-arch=(i686 x86_64)
-url=http://www.samba.org;
-license=('GPL3')
-makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 'fam' 
'gnutls=2.4.1' 'talloc' 'tdb')
-options=(!makeflags)
-source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
-samba samba.logrotate
-swat.xinetd
-samba.pam
-samba.conf.d
-fix-ipv6-mount.patch)
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib/ \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-piddir=/var/run/samba \
-  --with-fhs \
-  --with-pam \
-  --with-pam_smbpass \
-  --with-pammodulesdir=/lib/security \
-  --with-ads \
-  --with-acl-support \
-  --with-cifsmount \
-  --with-libsmbclient \
-  --with-syslog \
-  --enable-external-libtalloc \
-  --disable-dnssd \
-  --disable-avahi \
-  --with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash \
-  --enable-external-libtdb
-  make
-}
-
-package_smbclient () {
-pkgdesc=Tools to access a server's filespace and printers via SMB
-depends=('readline' 'popt' 'libldap' 'cifs-utils' 'libcap' 'krb5' 'db' 
'e2fsprogs' 'tdb' 'talloc')
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/lib
-  install -m755 
bin/{smbclient,rpcclient,smbspool,smbtree,smbcacls,smbcquotas,smbget,net,nmblookup}
 ${pkgdir}/usr/bin/
-  for i in libnetapi* libwbclient* libsmbclient*;do
-  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
-  done
-  install -m755 script/smbtar ${pkgdir}/usr/bin/
-  mkdir -p ${pkgdir}/usr/lib/cups/backend
-  ln -sf /usr/bin/smbspool ${pkgdir}/usr/lib/cups/backend/smb
-  mkdir -p ${pkgdir}/usr/include
-  install -m644 include/libsmbclient.h ${pkgdir}/usr/include/
-  install -m644 lib/netapi/netapi.h ${pkgdir}/usr/include/
-  mkdir -p ${pkgdir}/usr/share/man/man{1,7}
-  for man in rpcclient smbcacls smbclient smbcquotas smbget \
-  smbtree smbtar nmblookup; do
-  install -m644 ../docs/manpages/${man}.1 ${pkgdir}/usr/share/man/man1/
-  done
-  install -m644 ../docs/manpages/libsmbclient.7 ${pkgdir}/usr/share/man/man7/
-}
-
-package_samba () {
-pkgdesc=Tools to access a server's filespace and printers via SMB
-backup=(etc/logrotate.d/samba
-etc/pam.d/samba
-etc/samba/smb.conf
-etc/xinetd.d/swat
-etc/conf.d/samba)
-depends=('db' 'popt' 'libcups' 'acl' 'libldap' smbclient=$pkgver 'libcap' 
'krb5' 'pam' 'fam' 'gnutls' 'e2fsprogs' 'tdb' 'talloc')
-  cd ${srcdir}/samba-${_realver}/source3
-  mkdir -p 

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

2011-08-16 Thread Tobias Powalowski
Date: Tuesday, August 16, 2011 @ 10:39:28
  Author: tpowa
Revision: 135597

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

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 135595, samba/repos/testing-x86_64/PKGBUILD)
  samba/repos/extra-x86_64/fix-ipv6-mount.patch
(from rev 135595, samba/repos/testing-x86_64/fix-ipv6-mount.patch)
  samba/repos/extra-x86_64/samba
(from rev 135595, samba/repos/testing-x86_64/samba)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 135595, samba/repos/testing-x86_64/samba.conf.d)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 135595, samba/repos/testing-x86_64/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 135595, samba/repos/testing-x86_64/samba.pam)
  samba/repos/extra-x86_64/swat.xinetd
(from rev 135595, samba/repos/testing-x86_64/swat.xinetd)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/fix-ipv6-mount.patch
  samba/repos/extra-x86_64/samba
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/swat.xinetd
  samba/repos/testing-x86_64/

--+
 PKGBUILD |  276 -
 fix-ipv6-mount.patch |   22 +--
 samba|  114 ++--
 samba.conf.d |   14 +-
 samba.logrotate  |   18 +--
 samba.pam|6 -
 swat.xinetd  |   20 +--
 7 files changed, 235 insertions(+), 235 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-16 14:39:27 UTC (rev 135596)
+++ extra-x86_64/PKGBUILD   2011-08-16 14:39:28 UTC (rev 135597)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=3.5.11
-# We use the 'A' to fake out pacman's version comparators.  Samba chooses
-# to append 'a','b',etc to their subsequent releases, which pamcan
-# misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.5.11
-pkgrel=1
-arch=(i686 x86_64)
-url=http://www.samba.org;
-license=('GPL3')
-makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 'fam' 
'gnutls=2.4.1' 'talloc' 'tdb')
-options=(!makeflags)
-source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
-samba samba.logrotate
-swat.xinetd
-samba.pam
-samba.conf.d
-fix-ipv6-mount.patch)
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib/ \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-piddir=/var/run/samba \
-  --with-fhs \
-  --with-pam \
-  --with-pam_smbpass \
-  --with-pammodulesdir=/lib/security \
-  --with-ads \
-  --with-acl-support \
-  --with-cifsmount \
-  --with-libsmbclient \
-  --with-syslog \
-  --enable-external-libtalloc \
-  --disable-dnssd \
-  --disable-avahi \
-  --with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash \
-  --enable-external-libtdb
-  make
-}
-
-package_smbclient () {
-pkgdesc=Tools to access a server's filespace and printers via SMB
-depends=('readline' 'popt' 'libldap' 'cifs-utils' 'libcap' 'krb5' 'db' 
'e2fsprogs' 'tdb' 'talloc')
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/lib
-  install -m755 
bin/{smbclient,rpcclient,smbspool,smbtree,smbcacls,smbcquotas,smbget,net,nmblookup}
 ${pkgdir}/usr/bin/
-  for i in libnetapi* libwbclient* libsmbclient*;do
-  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
-  done
-  install -m755 script/smbtar ${pkgdir}/usr/bin/
-  mkdir -p ${pkgdir}/usr/lib/cups/backend
-  ln -sf /usr/bin/smbspool ${pkgdir}/usr/lib/cups/backend/smb
-  mkdir -p ${pkgdir}/usr/include
-  install -m644 include/libsmbclient.h ${pkgdir}/usr/include/
-  install -m644 lib/netapi/netapi.h ${pkgdir}/usr/include/
-  mkdir -p ${pkgdir}/usr/share/man/man{1,7}
-  for man in rpcclient smbcacls smbclient smbcquotas smbget \
-  smbtree smbtar nmblookup; do
-  install -m644 ../docs/manpages/${man}.1 ${pkgdir}/usr/share/man/man1/
-  done
-  install -m644 ../docs/manpages/libsmbclient.7 ${pkgdir}/usr/share/man/man7/
-}
-
-package_samba () {
-pkgdesc=Tools to access a server's filespace and printers via SMB
-backup=(etc/logrotate.d/samba
-etc/pam.d/samba
-etc/samba/smb.conf
-etc/xinetd.d/swat
-etc/conf.d/samba)
-depends=('db' 'popt' 'libcups' 'acl' 'libldap' smbclient=$pkgver 'libcap' 
'krb5' 'pam' 'fam' 'gnutls' 'e2fsprogs' 'tdb' 'talloc')
-  cd 

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

2011-08-16 Thread Dan McGee
Date: Tuesday, August 16, 2011 @ 10:58:29
  Author: dan
Revision: 135598

Update mirrorlist

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

+
 PKGBUILD   |6 +++---
 mirrorlist |   23 ---
 2 files changed, 19 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 14:39:28 UTC (rev 135597)
+++ PKGBUILD2011-08-16 14:58:29 UTC (rev 135598)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=pacman-mirrorlist
-pkgver=20110703
+pkgver=20110816
 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=('ca0e563c08b633dd0bbf305519609a35')
-sha256sums=('0db382441c84f263e60f60c099d5bd9add58375e36af4cfe409f2b633402c240')
+md5sums=('fd8e94e742aa1c6d6ffb5f5f2ebe648e')
+sha256sums=('b9064f5b7c902f953373dd4647b99ccb43d62aebe39b34bc49463961a4361f92')

Modified: mirrorlist
===
--- mirrorlist  2011-08-16 14:39:28 UTC (rev 135597)
+++ mirrorlist  2011-08-16 14:58:29 UTC (rev 135598)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2011-07-03
+## Generated on 2011-08-16
 ##
 
 ## Any
@@ -37,6 +37,8 @@
 
 ## 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
@@ -72,6 +74,7 @@
 #Server = 
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/$arch
 #Server = ftp://mir1.archlinux.fr/archlinux/$repo/os/$arch
 #Server = http://mir1.archlinux.fr/archlinux/$repo/os/$arch
+#Server = http://miroir.ezvan.fr/archlinux/$repo/os/$arch
 #Server = ftp://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
 #Server = http://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
 #Server = http://archlinux.polymorf.fr/$repo/os/$arch
@@ -105,6 +108,8 @@
 ## Great Britain
 #Server = ftp://mirror.lividpenguin.com/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.lividpenguin.com/pub/archlinux/$repo/os/$arch
+#Server = ftp://archlinux.positive-internet.com/$repo/os/$arch
+#Server = http://archlinux.positive-internet.com/$repo/os/$arch
 #Server = ftp://mirrors.uk2.net/pub/archlinux/$repo/os/$arch
 #Server = http://archlinux.mirrors.uk2.net/$repo/os/$arch
 
@@ -153,6 +158,10 @@
 #Server = ftp://archlinux.mirror.root.lu/archlinux/$repo/os/$arch
 #Server = http://archlinux.mirror.root.lu/$repo/os/$arch
 
+## Moldova
+#Server = ftp://mirror.ihost.md/archlinux/$repo/os/$arch
+#Server = http://mirror.ihost.md/archlinux/$repo/os/$arch
+
 ## Netherlands
 #Server = http://mirrors3.kernel.org/archlinux/$repo/os/$arch
 #Server = ftp://mirror.nl.leaseweb.net/archlinux/$repo/os/$arch
@@ -190,13 +199,15 @@
 #Server = ftp://mirror.yandex.ru/archlinux/$repo/os/$arch
 #Server = http://mirror.yandex.ru/archlinux/$repo/os/$arch
 
+## South Korea
+#Server = ftp://ftp.kaist.ac.kr/ArchLinux/$repo/os/$arch
+#Server = http://ftp.kaist.ac.kr/ArchLinux/$repo/os/$arch
+
 ## Spain
 #Server = ftp://ftp.rediris.es/mirror/archlinux/$repo/os/$arch
 #Server = http://sunsite.rediris.es/mirror/archlinux/$repo/os/$arch
 
 ## Sweden
-#Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/$arch
-#Server = http://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/$arch
 #Server = http://mirrors4.kernel.org/archlinux/$repo/os/$arch
 #Server = ftp://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch
 #Server = http://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch
@@ -222,8 +233,6 @@
 ## Ukraine
 #Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/$arch
 #Server = http://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/$arch
-#Server = ftp://mirrors.mithril.org.ua/linux/archlinux/$repo/os/$arch
-#Server = http://mirrors.mithril.org.ua/linux/archlinux/$repo/os/$arch
 
 ## United States
 #Server = ftp://archlinux.supsec.org/pub/linux/arch/$repo/os/$arch
@@ -235,8 +244,8 @@
 #Server = ftp://ftp.archlinux.org/$repo/os/$arch
 #Server = ftp://ftp.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch
 #Server = http://www.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch
-#Server = ftp://mirrors.hosef.org/archlinux/$repo/os/$arch
-#Server = http://mirrors.hosef.org/archlinux/$repo/os/$arch
+#Server = ftp://mirror.ancl.hawaii.edu/linux/archlinux/$repo/os/$arch
+#Server = http://mirror.ancl.hawaii.edu/linux/archlinux/$repo/os/$arch
 #Server = http://mirrors1.kernel.org/archlinux/$repo/os/$arch
 #Server = http://mirrors2.kernel.org/archlinux/$repo/os/$arch
 #Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/$arch



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

2011-08-16 Thread Dan McGee
Date: Tuesday, August 16, 2011 @ 10:58:31
  Author: dan
Revision: 135599

archrelease: remove core-any

Deleted:
  pacman-mirrorlist/repos/core-any/



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

2011-08-16 Thread Dan McGee
Date: Tuesday, August 16, 2011 @ 10:58:38
  Author: dan
Revision: 135600

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/



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

2011-08-16 Thread Dave Reisner
Date: Tuesday, August 16, 2011 @ 11:00:03
  Author: dreisner
Revision: 135601

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

Added:
  vpnc/repos/extra-i686/
  vpnc/repos/extra-i686/PKGBUILD
(from rev 135600, vpnc/repos/testing-i686/PKGBUILD)
  vpnc/repos/extra-i686/fix-iproute-syntax.patch
(from rev 135600, vpnc/repos/testing-i686/fix-iproute-syntax.patch)
  vpnc/repos/extra-i686/vpnc.conf
(from rev 135600, vpnc/repos/testing-i686/vpnc.conf)
  vpnc/repos/extra-i686/vpnc.rc
(from rev 135600, vpnc/repos/testing-i686/vpnc.rc)
Deleted:
  vpnc/repos/testing-i686/

--+
 PKGBUILD |   43 +++
 fix-iproute-syntax.patch |   26 ++
 vpnc.conf|   17 +
 vpnc.rc  |   35 +++
 4 files changed, 121 insertions(+)

Copied: vpnc/repos/extra-i686/PKGBUILD (from rev 135600, 
vpnc/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-16 15:00:03 UTC (rev 135601)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=vpnc
+pkgver=0.5.3
+pkgrel=4
+pkgdesc=VPN client for cisco3000 VPN Concentrators
+url=http://www.unix-ag.uni-kl.de/~massar/vpnc/;
+license=('GPL')
+depends=('libgcrypt' 'openssl' 'iproute2' 'net-tools')
+optdepends=('openresolv: Let vpnc manage resolv.conf')
+arch=('i686' 'x86_64')
+source=(http://www.unix-ag.uni-kl.de/~massar/vpnc/$pkgname-$pkgver.tar.gz;
+'vpnc.conf'
+'vpnc.rc'
+fix-iproute-syntax.patch)
+backup=('etc/vpnc/default.conf')
+md5sums=('4378f9551d5b077e1770bbe09995afb3'
+ 'a3f4e0cc682f437e310a1c86ae198e45'
+ 'c5885162ac198eaa36da9a01e7c0c55b'
+ '193a35773594667a2782701aff372551')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Build hybrid support
+  sed -i 's|^#OPENSSL|OPENSSL|g' Makefile
+  
+  # Fix vpnc-script
+  sed 's|/sbin/resolvconf|/usr/sbin/resolvconf|g' -i vpnc-script.in
+  patch -p1 -i ${srcdir}/fix-iproute-syntax.patch
+
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} PREFIX=/usr install
+
+  install -D -m644 ${srcdir}/vpnc.conf ${pkgdir}/etc/vpnc/default.conf
+  install -D -m755 ${srcdir}/vpnc.rc ${pkgdir}/etc/rc.d/vpnc
+  rm -f ${pkgdir}/etc/vpnc/vpnc.conf
+}

Copied: vpnc/repos/extra-i686/fix-iproute-syntax.patch (from rev 135600, 
vpnc/repos/testing-i686/fix-iproute-syntax.patch)
===
--- extra-i686/fix-iproute-syntax.patch (rev 0)
+++ extra-i686/fix-iproute-syntax.patch 2011-08-16 15:00:03 UTC (rev 135601)
@@ -0,0 +1,26 @@
+From a1cac186f66d0f2e8b1dce67e648aae4219c3013 Mon Sep 17 00:00:00 2001
+From: Alessandro Suardi alessandro.sua...@gmail.com
+Date: Sat, 28 May 2011 23:20:15 +0100
+Subject: [PATCH 1/1] Cope with new kernel/iproute including ipid in route list
+
+Signed-off-by: David Woodhouse david.woodho...@intel.com
+---
+ vpnc-script |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/vpnc-script b/vpnc-script
+index cc62997..e0140c5 100755
+--- a/vpnc-script.in
 b/vpnc-script.in
+@@ -139,7 +139,7 @@ destroy_tun_device() {
+ 
+ if [ -n $IPROUTE ]; then
+   fix_ip_get_output () {
+-  sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g'
++  sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g;s/ipid 0x//g'
+   }
+ 
+   set_vpngateway_route() {
+-- 
+1.7.3.4
+

Copied: vpnc/repos/extra-i686/vpnc.conf (from rev 135600, 
vpnc/repos/testing-i686/vpnc.conf)
===
--- extra-i686/vpnc.conf(rev 0)
+++ extra-i686/vpnc.conf2011-08-16 15:00:03 UTC (rev 135601)
@@ -0,0 +1,17 @@
+# example vpnc configuration file
+# see vpnc --long-help for details
+
+#Interface name tun0 
+#IKE DH Group dh2
+#Perfect Forward Secrecy nopfs
+
+# You may replace this script with something better
+#Script /etc/vpnc/vpnc-script
+# Enable this option for NAT traversal
+#UDP Encapsulate
+
+#IPSec gateway my.gateway.com
+#IPSec ID someid
+#IPSec secret somesecret
+#Xauth username myusername
+#Xauth password mypassword

Copied: vpnc/repos/extra-i686/vpnc.rc (from rev 135600, 
vpnc/repos/testing-i686/vpnc.rc)
===
--- extra-i686/vpnc.rc  (rev 0)
+++ extra-i686/vpnc.rc  2011-08-16 15:00:03 UTC (rev 135601)
@@ -0,0 +1,35 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+  start)
+stat_busy Connecting to VPN
+/usr/sbin/vpnc
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  add_daemon vpnc
+  stat_done
+fi
+;;
+  stop)
+

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

2011-08-16 Thread Dave Reisner
Date: Tuesday, August 16, 2011 @ 11:00:05
  Author: dreisner
Revision: 135602

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

Added:
  vpnc/repos/extra-x86_64/
  vpnc/repos/extra-x86_64/PKGBUILD
(from rev 135600, vpnc/repos/testing-x86_64/PKGBUILD)
  vpnc/repos/extra-x86_64/fix-iproute-syntax.patch
(from rev 135600, vpnc/repos/testing-x86_64/fix-iproute-syntax.patch)
  vpnc/repos/extra-x86_64/vpnc.conf
(from rev 135600, vpnc/repos/testing-x86_64/vpnc.conf)
  vpnc/repos/extra-x86_64/vpnc.rc
(from rev 135600, vpnc/repos/testing-x86_64/vpnc.rc)
Deleted:
  vpnc/repos/testing-x86_64/

--+
 PKGBUILD |   43 +++
 fix-iproute-syntax.patch |   26 ++
 vpnc.conf|   17 +
 vpnc.rc  |   35 +++
 4 files changed, 121 insertions(+)

Copied: vpnc/repos/extra-x86_64/PKGBUILD (from rev 135600, 
vpnc/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-08-16 15:00:05 UTC (rev 135602)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=vpnc
+pkgver=0.5.3
+pkgrel=4
+pkgdesc=VPN client for cisco3000 VPN Concentrators
+url=http://www.unix-ag.uni-kl.de/~massar/vpnc/;
+license=('GPL')
+depends=('libgcrypt' 'openssl' 'iproute2' 'net-tools')
+optdepends=('openresolv: Let vpnc manage resolv.conf')
+arch=('i686' 'x86_64')
+source=(http://www.unix-ag.uni-kl.de/~massar/vpnc/$pkgname-$pkgver.tar.gz;
+'vpnc.conf'
+'vpnc.rc'
+fix-iproute-syntax.patch)
+backup=('etc/vpnc/default.conf')
+md5sums=('4378f9551d5b077e1770bbe09995afb3'
+ 'a3f4e0cc682f437e310a1c86ae198e45'
+ 'c5885162ac198eaa36da9a01e7c0c55b'
+ '193a35773594667a2782701aff372551')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Build hybrid support
+  sed -i 's|^#OPENSSL|OPENSSL|g' Makefile
+  
+  # Fix vpnc-script
+  sed 's|/sbin/resolvconf|/usr/sbin/resolvconf|g' -i vpnc-script.in
+  patch -p1 -i ${srcdir}/fix-iproute-syntax.patch
+
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} PREFIX=/usr install
+
+  install -D -m644 ${srcdir}/vpnc.conf ${pkgdir}/etc/vpnc/default.conf
+  install -D -m755 ${srcdir}/vpnc.rc ${pkgdir}/etc/rc.d/vpnc
+  rm -f ${pkgdir}/etc/vpnc/vpnc.conf
+}

Copied: vpnc/repos/extra-x86_64/fix-iproute-syntax.patch (from rev 135600, 
vpnc/repos/testing-x86_64/fix-iproute-syntax.patch)
===
--- extra-x86_64/fix-iproute-syntax.patch   (rev 0)
+++ extra-x86_64/fix-iproute-syntax.patch   2011-08-16 15:00:05 UTC (rev 
135602)
@@ -0,0 +1,26 @@
+From a1cac186f66d0f2e8b1dce67e648aae4219c3013 Mon Sep 17 00:00:00 2001
+From: Alessandro Suardi alessandro.sua...@gmail.com
+Date: Sat, 28 May 2011 23:20:15 +0100
+Subject: [PATCH 1/1] Cope with new kernel/iproute including ipid in route list
+
+Signed-off-by: David Woodhouse david.woodho...@intel.com
+---
+ vpnc-script |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/vpnc-script b/vpnc-script
+index cc62997..e0140c5 100755
+--- a/vpnc-script.in
 b/vpnc-script.in
+@@ -139,7 +139,7 @@ destroy_tun_device() {
+ 
+ if [ -n $IPROUTE ]; then
+   fix_ip_get_output () {
+-  sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g'
++  sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g;s/ipid 0x//g'
+   }
+ 
+   set_vpngateway_route() {
+-- 
+1.7.3.4
+

Copied: vpnc/repos/extra-x86_64/vpnc.conf (from rev 135600, 
vpnc/repos/testing-x86_64/vpnc.conf)
===
--- extra-x86_64/vpnc.conf  (rev 0)
+++ extra-x86_64/vpnc.conf  2011-08-16 15:00:05 UTC (rev 135602)
@@ -0,0 +1,17 @@
+# example vpnc configuration file
+# see vpnc --long-help for details
+
+#Interface name tun0 
+#IKE DH Group dh2
+#Perfect Forward Secrecy nopfs
+
+# You may replace this script with something better
+#Script /etc/vpnc/vpnc-script
+# Enable this option for NAT traversal
+#UDP Encapsulate
+
+#IPSec gateway my.gateway.com
+#IPSec ID someid
+#IPSec secret somesecret
+#Xauth username myusername
+#Xauth password mypassword

Copied: vpnc/repos/extra-x86_64/vpnc.rc (from rev 135600, 
vpnc/repos/testing-x86_64/vpnc.rc)
===
--- extra-x86_64/vpnc.rc(rev 0)
+++ extra-x86_64/vpnc.rc2011-08-16 15:00:05 UTC (rev 135602)
@@ -0,0 +1,35 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+  start)
+stat_busy Connecting to VPN
+/usr/sbin/vpnc
+if [ $? -gt 0 ]; then
+  

[arch-commits] Commit in vpnc/repos (core-i686)

2011-08-16 Thread Dave Reisner
Date: Tuesday, August 16, 2011 @ 11:06:50
  Author: dreisner
Revision: 135603

db-remove: vpnc removed by dreisner

Deleted:
  vpnc/repos/core-i686/



[arch-commits] Commit in vpnc/repos (core-x86_64)

2011-08-16 Thread Dave Reisner
Date: Tuesday, August 16, 2011 @ 11:06:56
  Author: dreisner
Revision: 135604

db-remove: vpnc removed by dreisner

Deleted:
  vpnc/repos/core-x86_64/



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

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 11:40:35
  Author: ibiru
Revision: 135605

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 135604, firefox/repos/testing-i686/PKGBUILD)
  firefox/repos/extra-i686/firefox.desktop
(from rev 135604, firefox/repos/testing-i686/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 135604, firefox/repos/testing-i686/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 135604, firefox/repos/testing-i686/mozconfig)
  firefox/repos/extra-i686/mozilla-firefox-1.0-lang.patch
(from rev 135604, firefox/repos/testing-i686/mozilla-firefox-1.0-lang.patch)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/mozilla-firefox-1.0-lang.patch
  firefox/repos/testing-i686/

+
 PKGBUILD   |  146 +--
 firefox.desktop|  162 +++
 firefox.install|   26 +++---
 mozconfig  |  128 +++---
 mozilla-firefox-1.0-lang.patch |   24 ++---
 5 files changed, 241 insertions(+), 245 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-16 15:06:56 UTC (rev 135604)
+++ extra-i686/PKGBUILD 2011-08-16 15:40:35 UTC (rev 135605)
@@ -1,75 +0,0 @@
-# $Id$
-# Contributor: Jakub Schmidtke sja...@gmail.com
-
-pkgname=firefox
-pkgver=5.0
-pkgrel=1
-pkgdesc=Standalone web browser from mozilla.org
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss=3.12.10' 'libxt'
- 'libxrender' 'hunspell' 'startup-notification' 'mime-types' 
'dbus-glib'
- 'alsa-lib' 'libevent' 'sqlite3=3.7.4' 'libnotify' 
'desktop-file-utils'
- 'libvpx' 'lcms' 'nspr=4.8.8' 'libevent' 'libpng' 'cairo')
-makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools'
- 'yasm' 'mesa' 'autoconf2.13' 'gconf' 'xorg-server-xvfb')
-url=http://www.mozilla.org/projects/firefox;
-install=firefox.install
-source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${pkgver}/source/firefox-${pkgver}.source.tar.bz2
-mozconfig firefox.desktop mozilla-firefox-1.0-lang.patch)
-md5sums=('9f64a01e86a5d424e12a8e3305c5debe'
- '5eb9abbd2591ee337981024008d93988'
- 'bdeb0380c7fae30dd0ead6d2d3bc5873'
- 'bd5db57c23c72a02a489592644f18995')
-
-build() {
-  cd $srcdir/mozilla-release
-
-  cp $srcdir/mozconfig .mozconfig
-  patch -Np1 -i $srcdir/mozilla-firefox-1.0-lang.patch
-
-  # Kill @PRE_RELEASE_SUFFIX@ from browser.xul because it
-  # gets set to \177 for an unknown reason
-  sed -i 's/@PRE_RELEASE_SUFFIX@//g' \
-browser/base/content/browser.xul
-
-  ## Don't generate startup cache. Unbreaks make install
-  sed -i 's/^GENERATE_CACHE .*/GENERATE_CACHE = true/' \
-toolkit/mozapps/installer/packager.mk
-
-  export LDFLAGS=-Wl,-rpath,/usr/lib/firefox-$pkgver 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
-  export PYTHON=/usr/bin/python2
-
-  # PGO
-  sed -i '/^NO_PROFILE_GUIDED_OPTIMIZE = 1$/d' \
-memory/jemalloc/Makefile.in
-  echo 'LDFLAGS += -lX11 -lXrender' \
- layout/build/Makefile.in
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-  LD_PRELOAD= /usr/bin/Xvfb -nolisten tcp -extension GLX :99 
-  LD_PRELOAD= DISPLAY=:99 make -j1 -f client.mk profiledbuild 
MOZ_MAKE_FLAGS=$MAKEFLAGS
-  kill $! || true
-}
-
-package() {
-  cd $srcdir/mozilla-release
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -Dm644 other-licenses/branding/firefox/default${i/x*/}.png \
-$pkgdir/usr/share/icons/hicolor/$i/apps/firefox.png
-  done
-
-  install -Dm644 $srcdir/firefox.desktop \
-$pkgdir/usr/share/applications/firefox.desktop
-
-  # Remove included dictionaries, add symlink to system myspell path
-  # Note: this will cause file conflicts when users have installed 
dictionaries in the old location
-  rm -rf ${pkgdir}/usr/lib/firefox-$pkgver/dictionaries
-  ln -sf /usr/share/myspell/dicts \
-${pkgdir}/usr/lib/firefox-$pkgver/dictionaries
-
-  # We don't want the development stuff
-  rm -r $pkgdir/usr/{include,lib/firefox-devel-$pkgver,share/idl}
-}

Copied: firefox/repos/extra-i686/PKGBUILD (from rev 135604, 
firefox/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-16 15:40:35 UTC (rev 135605)
@@ -0,0 +1,71 @@
+# $Id$
+# Contributor: Jakub Schmidtke sja...@gmail.com
+
+pkgname=firefox
+pkgver=6.0
+pkgrel=1
+pkgdesc=Standalone web browser from mozilla.org
+arch=('i686' 

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

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 11:40:37
  Author: ibiru
Revision: 135607

db-move: moved firefox-i18n from [testing] to [extra] (any)

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 135604, firefox-i18n/repos/testing-any/PKGBUILD)
  firefox-i18n/repos/extra-any/firefox-i18n.install
(from rev 135604, firefox-i18n/repos/testing-any/firefox-i18n.install)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD
  firefox-i18n/repos/extra-any/firefox-i18n.install
  firefox-i18n/repos/testing-any/

--+
 PKGBUILD | 1647 -
 firefox-i18n.install |   16 
 2 files changed, 835 insertions(+), 828 deletions(-)

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


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

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 11:40:36
  Author: ibiru
Revision: 135606

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

Added:
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 135604, firefox/repos/testing-x86_64/PKGBUILD)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 135604, firefox/repos/testing-x86_64/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 135604, firefox/repos/testing-x86_64/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 135604, firefox/repos/testing-x86_64/mozconfig)
  firefox/repos/extra-x86_64/mozilla-firefox-1.0-lang.patch
(from rev 135604, 
firefox/repos/testing-x86_64/mozilla-firefox-1.0-lang.patch)
Deleted:
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/mozilla-firefox-1.0-lang.patch
  firefox/repos/testing-x86_64/

+
 PKGBUILD   |  146 +--
 firefox.desktop|  162 +++
 firefox.install|   26 +++---
 mozconfig  |  128 +++---
 mozilla-firefox-1.0-lang.patch |   24 ++---
 5 files changed, 241 insertions(+), 245 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-16 15:40:35 UTC (rev 135605)
+++ extra-x86_64/PKGBUILD   2011-08-16 15:40:36 UTC (rev 135606)
@@ -1,75 +0,0 @@
-# $Id$
-# Contributor: Jakub Schmidtke sja...@gmail.com
-
-pkgname=firefox
-pkgver=5.0
-pkgrel=1
-pkgdesc=Standalone web browser from mozilla.org
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss=3.12.10' 'libxt'
- 'libxrender' 'hunspell' 'startup-notification' 'mime-types' 
'dbus-glib'
- 'alsa-lib' 'libevent' 'sqlite3=3.7.4' 'libnotify' 
'desktop-file-utils'
- 'libvpx' 'lcms' 'nspr=4.8.8' 'libevent' 'libpng' 'cairo')
-makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools'
- 'yasm' 'mesa' 'autoconf2.13' 'gconf' 'xorg-server-xvfb')
-url=http://www.mozilla.org/projects/firefox;
-install=firefox.install
-source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${pkgver}/source/firefox-${pkgver}.source.tar.bz2
-mozconfig firefox.desktop mozilla-firefox-1.0-lang.patch)
-md5sums=('9f64a01e86a5d424e12a8e3305c5debe'
- '5eb9abbd2591ee337981024008d93988'
- 'bdeb0380c7fae30dd0ead6d2d3bc5873'
- 'bd5db57c23c72a02a489592644f18995')
-
-build() {
-  cd $srcdir/mozilla-release
-
-  cp $srcdir/mozconfig .mozconfig
-  patch -Np1 -i $srcdir/mozilla-firefox-1.0-lang.patch
-
-  # Kill @PRE_RELEASE_SUFFIX@ from browser.xul because it
-  # gets set to \177 for an unknown reason
-  sed -i 's/@PRE_RELEASE_SUFFIX@//g' \
-browser/base/content/browser.xul
-
-  ## Don't generate startup cache. Unbreaks make install
-  sed -i 's/^GENERATE_CACHE .*/GENERATE_CACHE = true/' \
-toolkit/mozapps/installer/packager.mk
-
-  export LDFLAGS=-Wl,-rpath,/usr/lib/firefox-$pkgver 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
-  export PYTHON=/usr/bin/python2
-
-  # PGO
-  sed -i '/^NO_PROFILE_GUIDED_OPTIMIZE = 1$/d' \
-memory/jemalloc/Makefile.in
-  echo 'LDFLAGS += -lX11 -lXrender' \
- layout/build/Makefile.in
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-  LD_PRELOAD= /usr/bin/Xvfb -nolisten tcp -extension GLX :99 
-  LD_PRELOAD= DISPLAY=:99 make -j1 -f client.mk profiledbuild 
MOZ_MAKE_FLAGS=$MAKEFLAGS
-  kill $! || true
-}
-
-package() {
-  cd $srcdir/mozilla-release
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -Dm644 other-licenses/branding/firefox/default${i/x*/}.png \
-$pkgdir/usr/share/icons/hicolor/$i/apps/firefox.png
-  done
-
-  install -Dm644 $srcdir/firefox.desktop \
-$pkgdir/usr/share/applications/firefox.desktop
-
-  # Remove included dictionaries, add symlink to system myspell path
-  # Note: this will cause file conflicts when users have installed 
dictionaries in the old location
-  rm -rf ${pkgdir}/usr/lib/firefox-$pkgver/dictionaries
-  ln -sf /usr/share/myspell/dicts \
-${pkgdir}/usr/lib/firefox-$pkgver/dictionaries
-
-  # We don't want the development stuff
-  rm -r $pkgdir/usr/{include,lib/firefox-devel-$pkgver,share/idl}
-}

Copied: firefox/repos/extra-x86_64/PKGBUILD (from rev 135604, 
firefox/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-08-16 15:40:36 UTC (rev 135606)
@@ -0,0 +1,71 @@
+# $Id$
+# Contributor: Jakub Schmidtke sja...@gmail.com
+
+pkgname=firefox
+pkgver=6.0

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

2011-08-16 Thread Andrea Scarpino
Date: Tuesday, August 16, 2011 @ 12:20:17
  Author: andrea
Revision: 135608

upgpkg: kdevelop 4.2.3-2
Needs the KTextEditor component from the kdebase-kwrite package

Modified:
  kdevelop/trunk/PKGBUILD
  kdevelop/trunk/kdevelop.install

--+
 PKGBUILD |4 ++--
 kdevelop.install |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 15:40:37 UTC (rev 135607)
+++ PKGBUILD2011-08-16 16:20:17 UTC (rev 135608)
@@ -4,12 +4,12 @@
 
 pkgname=kdevelop
 pkgver=4.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta')
+depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-kwrite')
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)

Modified: kdevelop.install
===
--- kdevelop.install2011-08-16 15:40:37 UTC (rev 135607)
+++ kdevelop.install2011-08-16 16:20:17 UTC (rev 135608)
@@ -1,6 +1,7 @@
 post_install() {
xdg-icon-resource forceupdate --theme hicolor  /dev/null
update-mime-database usr/share/mime   /dev/null
+update-desktop-database -q
 }
 
 post_upgrade() {



[arch-commits] Commit in kdevelop/repos (extra-i686)

2011-08-16 Thread Andrea Scarpino
Date: Tuesday, August 16, 2011 @ 12:20:20
  Author: andrea
Revision: 135609

archrelease: remove extra-i686

Deleted:
  kdevelop/repos/extra-i686/



[arch-commits] Commit in kdevelop/repos (extra-i686)

2011-08-16 Thread Andrea Scarpino
Date: Tuesday, August 16, 2011 @ 12:20:49
  Author: andrea
Revision: 135610

archrelease: copy trunk to extra-i686

Added:
  kdevelop/repos/extra-i686/



[arch-commits] Commit in kdevelop/repos (extra-x86_64)

2011-08-16 Thread Andrea Scarpino
Date: Tuesday, August 16, 2011 @ 12:20:53
  Author: andrea
Revision: 135611

archrelease: remove extra-x86_64

Deleted:
  kdevelop/repos/extra-x86_64/



[arch-commits] Commit in kdevelop/repos (extra-x86_64)

2011-08-16 Thread Andrea Scarpino
Date: Tuesday, August 16, 2011 @ 12:21:30
  Author: andrea
Revision: 135612

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop/repos/extra-x86_64/



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

2011-08-16 Thread Andrea Scarpino
Date: Tuesday, August 16, 2011 @ 12:22:12
  Author: andrea
Revision: 135613

upgpkg: kile 2.1-2
Needs the KTextEditor component from the kdebase-kwrite package (FS#25328)

Modified:
  kile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 16:21:30 UTC (rev 135612)
+++ PKGBUILD2011-08-16 16:22:12 UTC (rev 135613)
@@ -1,32 +1,31 @@
 # $Id$
 # Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor : Damir Perisa damir.per...@bluewin.ch
+# Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=kile
 pkgver=2.1
-pkgrel=1
-pkgdesc=A user friendly TeX/LaTeX frontend for KDE.
+pkgrel=2
+pkgdesc=A user friendly TeX/LaTeX frontend for KDE
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://kile.sourceforge.net/;
-depends=('kdebase-runtime' 'texlive-core')
-makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl')
-install=kile.install
+depends=('kdebase-runtime' 'texlive-core' 'kdebase-kwrite')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
 sha1sums=('860ac96b68b6026f48b8a9c401c6024ba78e3cdf')
 
 build() {
-  cd ${srcdir}
-  mkdir build 
-  cd build
+  cd ${srcdir}
+  mkdir build
+  cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=$pkgdir install
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in kile/repos (extra-i686)

2011-08-16 Thread Andrea Scarpino
Date: Tuesday, August 16, 2011 @ 12:22:15
  Author: andrea
Revision: 135614

archrelease: remove extra-i686

Deleted:
  kile/repos/extra-i686/



[arch-commits] Commit in kile/repos (extra-i686)

2011-08-16 Thread Andrea Scarpino
Date: Tuesday, August 16, 2011 @ 12:22:29
  Author: andrea
Revision: 135615

archrelease: copy trunk to extra-i686

Added:
  kile/repos/extra-i686/



[arch-commits] Commit in kile/repos (extra-x86_64)

2011-08-16 Thread Andrea Scarpino
Date: Tuesday, August 16, 2011 @ 12:22:32
  Author: andrea
Revision: 135616

archrelease: remove extra-x86_64

Deleted:
  kile/repos/extra-x86_64/



[arch-commits] Commit in kile/repos (extra-x86_64)

2011-08-16 Thread Andrea Scarpino
Date: Tuesday, August 16, 2011 @ 12:22:48
  Author: andrea
Revision: 135617

archrelease: copy trunk to extra-x86_64

Added:
  kile/repos/extra-x86_64/



[arch-commits] Commit in vpnc/trunk (PKGBUILD fix-iproute-syntax.patch vpnc.rc)

2011-08-16 Thread Dave Reisner
Date: Tuesday, August 16, 2011 @ 12:42:38
  Author: dreisner
Revision: 135618

upgpkg: vpnc 0.5.3.svn457-1

- update to svn trunk snapshot -- fixes many bug reports
- use vpnc-script from david woodhouse:
  http://git.infradead.org/users/dwmw2/vpnc-scripts.git
  adds ipv6 support, and fixes a few bugs
- remove patch. this is covered by the script above.
- remove net-tools dependency. we survive on iproute2 now
- remove unreliable /etc/rc.d file -- vpnc has a timeout we can never be aware
  of, so it doesn't make sense to track it in the same way we track other
  daemons.

Modified:
  vpnc/trunk/PKGBUILD
Deleted:
  vpnc/trunk/fix-iproute-syntax.patch
  vpnc/trunk/vpnc.rc

--+
 PKGBUILD |   40 ++--
 fix-iproute-syntax.patch |   26 --
 vpnc.rc  |   35 ---
 3 files changed, 18 insertions(+), 83 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 16:22:48 UTC (rev 135617)
+++ PKGBUILD2011-08-16 16:42:38 UTC (rev 135618)
@@ -1,43 +1,39 @@
 # $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgname=vpnc
-pkgver=0.5.3
-pkgrel=4
+pkgver=0.5.3.svn457
+pkgrel=1
 pkgdesc=VPN client for cisco3000 VPN Concentrators
 url=http://www.unix-ag.uni-kl.de/~massar/vpnc/;
 license=('GPL')
-depends=('libgcrypt' 'openssl' 'iproute2' 'net-tools')
+depends=('libgcrypt' 'openssl' 'iproute2')
 optdepends=('openresolv: Let vpnc manage resolv.conf')
 arch=('i686' 'x86_64')
-source=(http://www.unix-ag.uni-kl.de/~massar/vpnc/$pkgname-$pkgver.tar.gz;
-'vpnc.conf'
-'vpnc.rc'
-fix-iproute-syntax.patch)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz;
+'vpnc.conf')
 backup=('etc/vpnc/default.conf')
-md5sums=('4378f9551d5b077e1770bbe09995afb3'
- 'a3f4e0cc682f437e310a1c86ae198e45'
- 'c5885162ac198eaa36da9a01e7c0c55b'
- '193a35773594667a2782701aff372551')
+md5sums=('033e642e17200a0efc0eda1c1c1886a2'
+ 'a3f4e0cc682f437e310a1c86ae198e45')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
 
   # Build hybrid support
   sed -i 's|^#OPENSSL|OPENSSL|g' Makefile
-  
-  # Fix vpnc-script
-  sed 's|/sbin/resolvconf|/usr/sbin/resolvconf|g' -i vpnc-script.in
-  patch -p1 -i ${srcdir}/fix-iproute-syntax.patch
 
+  # fix resolvconf location for community/openresolv
+  sed -i 's|/sbin/resolvconf|/usr|g' vpnc-script
+
   make PREFIX=/usr
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} PREFIX=/usr install
+  cd $srcdir/$pkgname-$pkgver
 
-  install -D -m644 ${srcdir}/vpnc.conf ${pkgdir}/etc/vpnc/default.conf
-  install -D -m755 ${srcdir}/vpnc.rc ${pkgdir}/etc/rc.d/vpnc
-  rm -f ${pkgdir}/etc/vpnc/vpnc.conf
+  make DESTDIR=$pkgdir PREFIX=/usr install
+
+  rm -f $pkgdir/etc/vpnc/vpnc.conf
+  install -D -m644 $srcdir/vpnc.conf $pkgdir/etc/vpnc/default.conf
 }

Deleted: fix-iproute-syntax.patch
===
--- fix-iproute-syntax.patch2011-08-16 16:22:48 UTC (rev 135617)
+++ fix-iproute-syntax.patch2011-08-16 16:42:38 UTC (rev 135618)
@@ -1,26 +0,0 @@
-From a1cac186f66d0f2e8b1dce67e648aae4219c3013 Mon Sep 17 00:00:00 2001
-From: Alessandro Suardi alessandro.sua...@gmail.com
-Date: Sat, 28 May 2011 23:20:15 +0100
-Subject: [PATCH 1/1] Cope with new kernel/iproute including ipid in route list
-
-Signed-off-by: David Woodhouse david.woodho...@intel.com

- vpnc-script |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/vpnc-script b/vpnc-script
-index cc62997..e0140c5 100755
 a/vpnc-script.in
-+++ b/vpnc-script.in
-@@ -139,7 +139,7 @@ destroy_tun_device() {
- 
- if [ -n $IPROUTE ]; then
-   fix_ip_get_output () {
--  sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g'
-+  sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g;s/ipid 0x//g'
-   }
- 
-   set_vpngateway_route() {
--- 
-1.7.3.4
-

Deleted: vpnc.rc
===
--- vpnc.rc 2011-08-16 16:22:48 UTC (rev 135617)
+++ vpnc.rc 2011-08-16 16:42:38 UTC (rev 135618)
@@ -1,35 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case $1 in
-  start)
-stat_busy Connecting to VPN
-/usr/sbin/vpnc
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon vpnc
-  stat_done
-fi
-;;
-  stop)
-stat_busy Disconnecting from VPN
-/usr/sbin/vpnc-disconnect
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon vpnc
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 

[arch-commits] Commit in vpnc/repos/extra-i686 (6 files)

2011-08-16 Thread Dave Reisner
Date: Tuesday, August 16, 2011 @ 12:42:52
  Author: dreisner
Revision: 135619

archrelease: copy trunk to extra-i686

Added:
  vpnc/repos/extra-i686/PKGBUILD
(from rev 135618, vpnc/trunk/PKGBUILD)
  vpnc/repos/extra-i686/vpnc.conf
(from rev 135618, vpnc/trunk/vpnc.conf)
Deleted:
  vpnc/repos/extra-i686/PKGBUILD
  vpnc/repos/extra-i686/fix-iproute-syntax.patch
  vpnc/repos/extra-i686/vpnc.conf
  vpnc/repos/extra-i686/vpnc.rc

--+
 PKGBUILD |   82 +
 fix-iproute-syntax.patch |   26 --
 vpnc.conf|   34 +-
 vpnc.rc  |   35 ---
 4 files changed, 56 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 16:42:38 UTC (rev 135618)
+++ PKGBUILD2011-08-16 16:42:52 UTC (rev 135619)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-
-pkgname=vpnc
-pkgver=0.5.3
-pkgrel=4
-pkgdesc=VPN client for cisco3000 VPN Concentrators
-url=http://www.unix-ag.uni-kl.de/~massar/vpnc/;
-license=('GPL')
-depends=('libgcrypt' 'openssl' 'iproute2' 'net-tools')
-optdepends=('openresolv: Let vpnc manage resolv.conf')
-arch=('i686' 'x86_64')
-source=(http://www.unix-ag.uni-kl.de/~massar/vpnc/$pkgname-$pkgver.tar.gz;
-'vpnc.conf'
-'vpnc.rc'
-fix-iproute-syntax.patch)
-backup=('etc/vpnc/default.conf')
-md5sums=('4378f9551d5b077e1770bbe09995afb3'
- 'a3f4e0cc682f437e310a1c86ae198e45'
- 'c5885162ac198eaa36da9a01e7c0c55b'
- '193a35773594667a2782701aff372551')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Build hybrid support
-  sed -i 's|^#OPENSSL|OPENSSL|g' Makefile
-  
-  # Fix vpnc-script
-  sed 's|/sbin/resolvconf|/usr/sbin/resolvconf|g' -i vpnc-script.in
-  patch -p1 -i ${srcdir}/fix-iproute-syntax.patch
-
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} PREFIX=/usr install
-
-  install -D -m644 ${srcdir}/vpnc.conf ${pkgdir}/etc/vpnc/default.conf
-  install -D -m755 ${srcdir}/vpnc.rc ${pkgdir}/etc/rc.d/vpnc
-  rm -f ${pkgdir}/etc/vpnc/vpnc.conf
-}

Copied: vpnc/repos/extra-i686/PKGBUILD (from rev 135618, vpnc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 16:42:52 UTC (rev 135619)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=vpnc
+pkgver=0.5.3.svn457
+pkgrel=1
+pkgdesc=VPN client for cisco3000 VPN Concentrators
+url=http://www.unix-ag.uni-kl.de/~massar/vpnc/;
+license=('GPL')
+depends=('libgcrypt' 'openssl' 'iproute2')
+optdepends=('openresolv: Let vpnc manage resolv.conf')
+arch=('i686' 'x86_64')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz;
+'vpnc.conf')
+backup=('etc/vpnc/default.conf')
+md5sums=('033e642e17200a0efc0eda1c1c1886a2'
+ 'a3f4e0cc682f437e310a1c86ae198e45')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Build hybrid support
+  sed -i 's|^#OPENSSL|OPENSSL|g' Makefile
+
+  # fix resolvconf location for community/openresolv
+  sed -i 's|/sbin/resolvconf|/usr|g' vpnc-script
+
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir PREFIX=/usr install
+
+  rm -f $pkgdir/etc/vpnc/vpnc.conf
+  install -D -m644 $srcdir/vpnc.conf $pkgdir/etc/vpnc/default.conf
+}

Deleted: fix-iproute-syntax.patch
===
--- fix-iproute-syntax.patch2011-08-16 16:42:38 UTC (rev 135618)
+++ fix-iproute-syntax.patch2011-08-16 16:42:52 UTC (rev 135619)
@@ -1,26 +0,0 @@
-From a1cac186f66d0f2e8b1dce67e648aae4219c3013 Mon Sep 17 00:00:00 2001
-From: Alessandro Suardi alessandro.sua...@gmail.com
-Date: Sat, 28 May 2011 23:20:15 +0100
-Subject: [PATCH 1/1] Cope with new kernel/iproute including ipid in route list
-
-Signed-off-by: David Woodhouse david.woodho...@intel.com

- vpnc-script |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/vpnc-script b/vpnc-script
-index cc62997..e0140c5 100755
 a/vpnc-script.in
-+++ b/vpnc-script.in
-@@ -139,7 +139,7 @@ destroy_tun_device() {
- 
- if [ -n $IPROUTE ]; then
-   fix_ip_get_output () {
--  sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g'
-+  sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g;s/ipid 0x//g'
-   }
- 
-   set_vpngateway_route() {
--- 
-1.7.3.4
-

Deleted: vpnc.conf
===
--- vpnc.conf   2011-08-16 16:42:38 UTC (rev 135618)
+++ vpnc.conf   2011-08-16 16:42:52 UTC (rev 135619)
@@ -1,17 +0,0 @@
-# example vpnc configuration file
-# see vpnc --long-help for details
-
-#Interface name 

[arch-commits] Commit in vpnc/repos/extra-x86_64 (6 files)

2011-08-16 Thread Dave Reisner
Date: Tuesday, August 16, 2011 @ 12:43:05
  Author: dreisner
Revision: 135620

archrelease: copy trunk to extra-x86_64

Added:
  vpnc/repos/extra-x86_64/PKGBUILD
(from rev 135619, vpnc/trunk/PKGBUILD)
  vpnc/repos/extra-x86_64/vpnc.conf
(from rev 135619, vpnc/trunk/vpnc.conf)
Deleted:
  vpnc/repos/extra-x86_64/PKGBUILD
  vpnc/repos/extra-x86_64/fix-iproute-syntax.patch
  vpnc/repos/extra-x86_64/vpnc.conf
  vpnc/repos/extra-x86_64/vpnc.rc

--+
 PKGBUILD |   82 +
 fix-iproute-syntax.patch |   26 --
 vpnc.conf|   34 +-
 vpnc.rc  |   35 ---
 4 files changed, 56 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 16:42:52 UTC (rev 135619)
+++ PKGBUILD2011-08-16 16:43:05 UTC (rev 135620)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-
-pkgname=vpnc
-pkgver=0.5.3
-pkgrel=4
-pkgdesc=VPN client for cisco3000 VPN Concentrators
-url=http://www.unix-ag.uni-kl.de/~massar/vpnc/;
-license=('GPL')
-depends=('libgcrypt' 'openssl' 'iproute2' 'net-tools')
-optdepends=('openresolv: Let vpnc manage resolv.conf')
-arch=('i686' 'x86_64')
-source=(http://www.unix-ag.uni-kl.de/~massar/vpnc/$pkgname-$pkgver.tar.gz;
-'vpnc.conf'
-'vpnc.rc'
-fix-iproute-syntax.patch)
-backup=('etc/vpnc/default.conf')
-md5sums=('4378f9551d5b077e1770bbe09995afb3'
- 'a3f4e0cc682f437e310a1c86ae198e45'
- 'c5885162ac198eaa36da9a01e7c0c55b'
- '193a35773594667a2782701aff372551')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Build hybrid support
-  sed -i 's|^#OPENSSL|OPENSSL|g' Makefile
-  
-  # Fix vpnc-script
-  sed 's|/sbin/resolvconf|/usr/sbin/resolvconf|g' -i vpnc-script.in
-  patch -p1 -i ${srcdir}/fix-iproute-syntax.patch
-
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} PREFIX=/usr install
-
-  install -D -m644 ${srcdir}/vpnc.conf ${pkgdir}/etc/vpnc/default.conf
-  install -D -m755 ${srcdir}/vpnc.rc ${pkgdir}/etc/rc.d/vpnc
-  rm -f ${pkgdir}/etc/vpnc/vpnc.conf
-}

Copied: vpnc/repos/extra-x86_64/PKGBUILD (from rev 135619, vpnc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 16:43:05 UTC (rev 135620)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=vpnc
+pkgver=0.5.3.svn457
+pkgrel=1
+pkgdesc=VPN client for cisco3000 VPN Concentrators
+url=http://www.unix-ag.uni-kl.de/~massar/vpnc/;
+license=('GPL')
+depends=('libgcrypt' 'openssl' 'iproute2')
+optdepends=('openresolv: Let vpnc manage resolv.conf')
+arch=('i686' 'x86_64')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz;
+'vpnc.conf')
+backup=('etc/vpnc/default.conf')
+md5sums=('033e642e17200a0efc0eda1c1c1886a2'
+ 'a3f4e0cc682f437e310a1c86ae198e45')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Build hybrid support
+  sed -i 's|^#OPENSSL|OPENSSL|g' Makefile
+
+  # fix resolvconf location for community/openresolv
+  sed -i 's|/sbin/resolvconf|/usr|g' vpnc-script
+
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir PREFIX=/usr install
+
+  rm -f $pkgdir/etc/vpnc/vpnc.conf
+  install -D -m644 $srcdir/vpnc.conf $pkgdir/etc/vpnc/default.conf
+}

Deleted: fix-iproute-syntax.patch
===
--- fix-iproute-syntax.patch2011-08-16 16:42:52 UTC (rev 135619)
+++ fix-iproute-syntax.patch2011-08-16 16:43:05 UTC (rev 135620)
@@ -1,26 +0,0 @@
-From a1cac186f66d0f2e8b1dce67e648aae4219c3013 Mon Sep 17 00:00:00 2001
-From: Alessandro Suardi alessandro.sua...@gmail.com
-Date: Sat, 28 May 2011 23:20:15 +0100
-Subject: [PATCH 1/1] Cope with new kernel/iproute including ipid in route list
-
-Signed-off-by: David Woodhouse david.woodho...@intel.com

- vpnc-script |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/vpnc-script b/vpnc-script
-index cc62997..e0140c5 100755
 a/vpnc-script.in
-+++ b/vpnc-script.in
-@@ -139,7 +139,7 @@ destroy_tun_device() {
- 
- if [ -n $IPROUTE ]; then
-   fix_ip_get_output () {
--  sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g'
-+  sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g;s/hoplimit 
[0-9]\+//g;s/ipid 0x//g'
-   }
- 
-   set_vpngateway_route() {
--- 
-1.7.3.4
-

Deleted: vpnc.conf
===
--- vpnc.conf   2011-08-16 16:42:52 UTC (rev 135619)
+++ vpnc.conf   2011-08-16 16:43:05 UTC (rev 135620)
@@ -1,17 +0,0 @@
-# example vpnc configuration file
-# see vpnc --long-help for details
-

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

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 13:03:57
  Author: ibiru
Revision: 135621

update to 6.0

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  139 -
 1 file changed, 83 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 16:43:05 UTC (rev 135620)
+++ PKGBUILD2011-08-16 17:03:57 UTC (rev 135621)
@@ -6,14 +6,15 @@
 pkgbase=thunderbird-i18n
 pkgname=('thunderbird-i18n-ar'
 #'thunderbird-i18n-af'
-#'thunderbird-i18n-be'
-'thunderbird-i18n-bg'
+'thunderbird-i18n-be'
+'thunderbird-i18n-bn-bd'
+#'thunderbird-i18n-bg'
 'thunderbird-i18n-br'
 'thunderbird-i18n-ca'
 'thunderbird-i18n-cs'
 'thunderbird-i18n-da'
 'thunderbird-i18n-de'
-#'thunderbird-i18n-el'
+'thunderbird-i18n-el'
 'thunderbird-i18n-en-gb'
 'thunderbird-i18n-es-ar'
 'thunderbird-i18n-es'
@@ -27,6 +28,7 @@
 'thunderbird-i18n-gl'
 'thunderbird-i18n-he'
 'thunderbird-i18n-hu'
+'thunderbird-i18n-id'
 'thunderbird-i18n-is'
 'thunderbird-i18n-it'
 'thunderbird-i18n-ja'
@@ -35,7 +37,7 @@
 'thunderbird-i18n-nb'
 'thunderbird-i18n-nl'
 'thunderbird-i18n-nn'
-'thunderbird-i18n-pa'
+#'thunderbird-i18n-pa'
 'thunderbird-i18n-pl'
 'thunderbird-i18n-pt-br'
 'thunderbird-i18n-pt'
@@ -50,27 +52,29 @@
 'thunderbird-i18n-ta-lk'
 'thunderbird-i18n-tr'
 'thunderbird-i18n-uk'
-#   'thunderbird-i18n-zh-cn'
+'thunderbird-i18n-vi'
+'thunderbird-i18n-zh-cn'
 'thunderbird-i18n-zh-tw')
 
-pkgver=5.0
+pkgver=6.0
 pkgrel=1
 pkgdesc=Language pack for Thunderbird
 arch=('any')
 url=http://www.mozilla.com/;
 license=('MPL' 'GPL')
 depends=(thunderbird=$pkgver)
-_url=http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/linux-i686/xpi
+_url=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/linux-i686/xpi
 source=(thunderbird-i18n-$pkgver-ar.xpi::$_url/ar.xpi
 #   thunderbird-i18n-$pkgver-af.xpi::$_url/af.xpi
-#   thunderbird-i18n-$pkgver-be.xpi::$_url/be.xpi
-thunderbird-i18n-$pkgver-bg.xpi::$_url/bg.xpi
+thunderbird-i18n-$pkgver-be.xpi::$_url/be.xpi
+thunderbird-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi
+#thunderbird-i18n-$pkgver-bg.xpi::$_url/bg.xpi
 thunderbird-i18n-$pkgver-br.xpi::$_url/br.xpi
 thunderbird-i18n-$pkgver-ca.xpi::$_url/ca.xpi
 thunderbird-i18n-$pkgver-cs.xpi::$_url/cs.xpi
 thunderbird-i18n-$pkgver-da.xpi::$_url/da.xpi
 thunderbird-i18n-$pkgver-de.xpi::$_url/de.xpi
-#   thunderbird-i18n-$pkgver-el.xpi::$_url/el.xpi
+thunderbird-i18n-$pkgver-el.xpi::$_url/el.xpi
 thunderbird-i18n-$pkgver-en-GB.xpi::$_url/en-GB.xpi
 thunderbird-i18n-$pkgver-es-AR.xpi::$_url/es-AR.xpi
 thunderbird-i18n-$pkgver-es-ES.xpi::$_url/es-ES.xpi
@@ -84,6 +88,7 @@
 thunderbird-i18n-$pkgver-gl.xpi::$_url/gl.xpi
 thunderbird-i18n-$pkgver-he.xpi::$_url/he.xpi
 thunderbird-i18n-$pkgver-hu.xpi::$_url/hu.xpi
+thunderbird-i18n-$pkgver-id.xpi::$_url/id.xpi
 thunderbird-i18n-$pkgver-is.xpi::$_url/is.xpi
 thunderbird-i18n-$pkgver-it.xpi::$_url/it.xpi
 thunderbird-i18n-$pkgver-ja.xpi::$_url/ja.xpi
@@ -92,7 +97,7 @@
 thunderbird-i18n-$pkgver-nb-NO.xpi::$_url/nb-NO.xpi
 thunderbird-i18n-$pkgver-nl.xpi::$_url/nl.xpi
 thunderbird-i18n-$pkgver-nn-NO.xpi::$_url/nn-NO.xpi
-thunderbird-i18n-$pkgver-pa-IN.xpi::$_url/pa-IN.xpi
+#thunderbird-i18n-$pkgver-pa-IN.xpi::$_url/pa-IN.xpi
 thunderbird-i18n-$pkgver-pl.xpi::$_url/pl.xpi
 thunderbird-i18n-$pkgver-pt-BR.xpi::$_url/pt-BR.xpi
 thunderbird-i18n-$pkgver-pt-PT.xpi::$_url/pt-PT.xpi
@@ -107,10 +112,11 @@
 thunderbird-i18n-$pkgver-ta-LK.xpi::$_url/ta-LK.xpi
 thunderbird-i18n-$pkgver-tr.xpi::$_url/tr.xpi
 thunderbird-i18n-$pkgver-uk.xpi::$_url/uk.xpi
-#   thunderbird-i18n-$pkgver-zh-CN.xpi::$_url/zh-CN.xpi
+thunderbird-i18n-$pkgver-vi.xpi::$_url/vi.xpi
+thunderbird-i18n-$pkgver-zh-CN.xpi::$_url/zh-CN.xpi
 thunderbird-i18n-$pkgver-zh-TW.xpi::$_url/zh-TW.xpi)
 
-_path=/usr/lib/thunderbird-5.0/extensions/
+_path=/usr/lib/thunderbird-6.0/extensions/
 
 package_thunderbird-i18n-ar() {
   pkgdesc=Arabic language pack for Thunderbird
@@ -132,6 +138,12 @@
   install -Dm644 thunderbird-i18n-$pkgver-be.xpi 
${pkgdir}/$_path/langpack...@thunderbird.mozilla.org.xpi
 }
 
+package_thunderbird-i18n-bn-bd() {
+  pkgdesc=Bangladesh language pack for Thunderbird
+  cd ${srcdir}
+  install -Dm644 thunderbird-i18n-$pkgver-bn-BD.xpi 
${pkgdir}/$_path/langpack-bn...@thunderbird.mozilla.org.xpi
+}
+
 package_thunderbird-i18n-bg() {

[arch-commits] Commit in thunderbird/trunk (PKGBUILD thunderbird-appversion.patch)

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 13:15:20
  Author: ibiru
Revision: 135622

update to 6.0

Modified:
  thunderbird/trunk/PKGBUILD
Deleted:
  thunderbird/trunk/thunderbird-appversion.patch

--+
 PKGBUILD |   24 ++--
 thunderbird-appversion.patch |   12 
 2 files changed, 10 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 17:03:57 UTC (rev 135621)
+++ PKGBUILD2011-08-16 17:15:20 UTC (rev 135622)
@@ -3,36 +3,32 @@
 # Contributor: Dale Blount d...@archlinux.org
 # Contributor: Anders Bostrom anders.bost...@home.se
 pkgname=thunderbird
-pkgver=5.0
+pkgver=6.0
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
-url=http://www.mozilla.org/projects/thunderbird;
+url=http://www.mozilla.org/thunderbird/;
 depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 
'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3=3.7.4' 'desktop-file-utils' 
'libnotify' 'libevent')
-makedepends=('zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 'gconf' 
'yasm' 'mesa')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 
'gconf' 'yasm' 'mesa')
 optdepends=('libcanberra: for sound support')
 options=(!buildflags)
 install=thunderbird.install
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
 mozconfig
 thunderbird.desktop
-thunderbird-3.0-lang.patch
-thunderbird-appversion.patch)
-md5sums=('0bbacea54b4b8fc4ff20e73b3278c1ba'
+thunderbird-3.0-lang.patch)
+md5sums=('9ac741d238e95790cdeb5222e9b23ae8'
  'b8fd97ab4bfb2e4538b1e1340d70f915'
  'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '25b6fe16ac24cd5c852213e5c1adb272'
- 'be5f6aea50eeefae234bfc0f30e2f0ec')
+ '25b6fe16ac24cd5c852213e5c1adb272')
 
 build() {
-  cd ${srcdir}/comm-miramar
+  cd ${srcdir}/comm-release
   patch -Np1 -i ${srcdir}/thunderbird-3.0-lang.patch
-  patch -Np1 -i ${srcdir}/thunderbird-appversion.patch
 
   cp ${srcdir}/mozconfig .mozconfig
 
-  export CXXFLAGS=-fpermissive
   export LDFLAGS=-Wl,-rpath,/usr/lib/thunderbird-5.0 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
   export PYTHON=/usr/bin/python2
 
@@ -40,7 +36,7 @@
 }
 
 package() {
-  cd ${srcdir}/comm-miramar
+  cd ${srcdir}/comm-release
   make -j1 -f client.mk DESTDIR=${pkgdir} install
 
   for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
@@ -51,8 +47,8 @@
   install -Dm644 ${srcdir}/thunderbird.desktop \
   ${pkgdir}/usr/share/applications/thunderbird.desktop
 
-  rm -rf ${pkgdir}/usr/lib/thunderbird-5.0/dictionaries
-  ln -sf /usr/share/myspell/dicts 
${pkgdir}/usr/lib/thunderbird-5.0/dictionaries
+  rm -rf ${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries
+  ln -sf /usr/share/myspell/dicts 
${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries
 
   # We don't want the development stuff
   rm -r $pkgdir/usr/{include,lib/thunderbird-devel-$pkgver,share/idl}

Deleted: thunderbird-appversion.patch
===
--- thunderbird-appversion.patch2011-08-16 17:03:57 UTC (rev 135621)
+++ thunderbird-appversion.patch2011-08-16 17:15:20 UTC (rev 135622)
@@ -1,12 +0,0 @@
-diff -Nru comm-1.9.2.orig/mail/installer/Makefile.in 
comm-1.9.2/mail/installer/Makefile.in
 comm-1.9.2.orig/mail/installer/Makefile.in 2010-04-30 22:41:37.0 
+0300
-+++ comm-1.9.2/mail/installer/Makefile.in  2010-05-05 20:20:29.551660469 
+0300
-@@ -42,6 +42,8 @@
- 
- include $(DEPTH)/config/autoconf.mk
- 
-+MOZ_APP_VERSION=5.0
-+
- include $(topsrcdir)/config/rules.mk
- 
- MOZ_PKG_REMOVALS = $(srcdir)/removed-files.in



[arch-commits] Commit in thunderbird-i18n/repos (extra-any)

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 13:17:04
  Author: ibiru
Revision: 135623

db-remove: thunderbird-i18n removed by ibiru

Deleted:
  thunderbird-i18n/repos/extra-any/



[arch-commits] Commit in thunderbird-i18n/repos (extra-any extra-any/PKGBUILD)

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 13:18:57
  Author: ibiru
Revision: 135624

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 135623, thunderbird-i18n/trunk/PKGBUILD)

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

Copied: thunderbird-i18n/repos/extra-any/PKGBUILD (from rev 135623, 
thunderbird-i18n/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2011-08-16 17:18:57 UTC (rev 135624)
@@ -0,0 +1,519 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgbase=thunderbird-i18n
+pkgname=('thunderbird-i18n-ar'
+#'thunderbird-i18n-af'
+'thunderbird-i18n-be'
+'thunderbird-i18n-bn-bd'
+#'thunderbird-i18n-bg'
+'thunderbird-i18n-br'
+'thunderbird-i18n-ca'
+'thunderbird-i18n-cs'
+'thunderbird-i18n-da'
+'thunderbird-i18n-de'
+'thunderbird-i18n-el'
+'thunderbird-i18n-en-gb'
+'thunderbird-i18n-es-ar'
+'thunderbird-i18n-es'
+'thunderbird-i18n-et'
+'thunderbird-i18n-eu'
+'thunderbird-i18n-fi'
+'thunderbird-i18n-fr'
+'thunderbird-i18n-fy-nl'
+'thunderbird-i18n-ga'
+'thunderbird-i18n-gd'
+'thunderbird-i18n-gl'
+'thunderbird-i18n-he'
+'thunderbird-i18n-hu'
+'thunderbird-i18n-id'
+'thunderbird-i18n-is'
+'thunderbird-i18n-it'
+'thunderbird-i18n-ja'
+'thunderbird-i18n-ko'
+'thunderbird-i18n-lt'
+'thunderbird-i18n-nb'
+'thunderbird-i18n-nl'
+'thunderbird-i18n-nn'
+#'thunderbird-i18n-pa'
+'thunderbird-i18n-pl'
+'thunderbird-i18n-pt-br'
+'thunderbird-i18n-pt'
+#'thunderbird-i18n-ro'
+'thunderbird-i18n-rm'
+'thunderbird-i18n-ru'
+'thunderbird-i18n-si'
+'thunderbird-i18n-sk'
+'thunderbird-i18n-sl'
+'thunderbird-i18n-sq'
+'thunderbird-i18n-sv'
+'thunderbird-i18n-ta-lk'
+'thunderbird-i18n-tr'
+'thunderbird-i18n-uk'
+'thunderbird-i18n-vi'
+'thunderbird-i18n-zh-cn'
+'thunderbird-i18n-zh-tw')
+
+pkgver=6.0
+pkgrel=1
+pkgdesc=Language pack for Thunderbird
+arch=('any')
+url=http://www.mozilla.com/;
+license=('MPL' 'GPL')
+depends=(thunderbird=$pkgver)
+_url=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/linux-i686/xpi
+source=(thunderbird-i18n-$pkgver-ar.xpi::$_url/ar.xpi
+#   thunderbird-i18n-$pkgver-af.xpi::$_url/af.xpi
+thunderbird-i18n-$pkgver-be.xpi::$_url/be.xpi
+thunderbird-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi
+#thunderbird-i18n-$pkgver-bg.xpi::$_url/bg.xpi
+thunderbird-i18n-$pkgver-br.xpi::$_url/br.xpi
+thunderbird-i18n-$pkgver-ca.xpi::$_url/ca.xpi
+thunderbird-i18n-$pkgver-cs.xpi::$_url/cs.xpi
+thunderbird-i18n-$pkgver-da.xpi::$_url/da.xpi
+thunderbird-i18n-$pkgver-de.xpi::$_url/de.xpi
+thunderbird-i18n-$pkgver-el.xpi::$_url/el.xpi
+thunderbird-i18n-$pkgver-en-GB.xpi::$_url/en-GB.xpi
+thunderbird-i18n-$pkgver-es-AR.xpi::$_url/es-AR.xpi
+thunderbird-i18n-$pkgver-es-ES.xpi::$_url/es-ES.xpi
+thunderbird-i18n-$pkgver-et.xpi::$_url/et.xpi
+thunderbird-i18n-$pkgver-eu.xpi::$_url/eu.xpi
+thunderbird-i18n-$pkgver-fi.xpi::$_url/fi.xpi
+thunderbird-i18n-$pkgver-fr.xpi::$_url/fr.xpi
+thunderbird-i18n-$pkgver-fy-NL.xpi::$_url/fy-NL.xpi
+thunderbird-i18n-$pkgver-ga-IE.xpi::$_url/ga-IE.xpi
+thunderbird-i18n-$pkgver-gd.xpi::$_url/gd.xpi
+thunderbird-i18n-$pkgver-gl.xpi::$_url/gl.xpi
+thunderbird-i18n-$pkgver-he.xpi::$_url/he.xpi
+thunderbird-i18n-$pkgver-hu.xpi::$_url/hu.xpi
+thunderbird-i18n-$pkgver-id.xpi::$_url/id.xpi
+thunderbird-i18n-$pkgver-is.xpi::$_url/is.xpi
+thunderbird-i18n-$pkgver-it.xpi::$_url/it.xpi
+thunderbird-i18n-$pkgver-ja.xpi::$_url/ja.xpi
+thunderbird-i18n-$pkgver-ko.xpi::$_url/ko.xpi
+thunderbird-i18n-$pkgver-lt.xpi::$_url/lt.xpi
+thunderbird-i18n-$pkgver-nb-NO.xpi::$_url/nb-NO.xpi
+thunderbird-i18n-$pkgver-nl.xpi::$_url/nl.xpi
+thunderbird-i18n-$pkgver-nn-NO.xpi::$_url/nn-NO.xpi
+#thunderbird-i18n-$pkgver-pa-IN.xpi::$_url/pa-IN.xpi
+thunderbird-i18n-$pkgver-pl.xpi::$_url/pl.xpi
+thunderbird-i18n-$pkgver-pt-BR.xpi::$_url/pt-BR.xpi
+thunderbird-i18n-$pkgver-pt-PT.xpi::$_url/pt-PT.xpi
+thunderbird-i18n-$pkgver-rm.xpi::$_url/rm.xpi
+#   thunderbird-i18n-$pkgver-ro.xpi::$_url/ro.xpi
+

[arch-commits] Commit in thunderbird/repos/extra-i686 (11 files)

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 13:19:40
  Author: ibiru
Revision: 135625

archrelease: copy trunk to extra-i686

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 135623, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 135624, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-3.0-lang.patch
(from rev 135624, thunderbird/trunk/thunderbird-3.0-lang.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 135624, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 135624, thunderbird/trunk/thunderbird.install)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/thunderbird-3.0-lang.patch
  thunderbird/repos/extra-i686/thunderbird-appversion.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install

--+
 PKGBUILD |  116 +++--
 mozconfig|   88 +++
 thunderbird-3.0-lang.patch   |   22 +++
 thunderbird-appversion.patch |   12 
 thunderbird.desktop  |   26 -
 thunderbird.install  |   24 
 6 files changed, 136 insertions(+), 152 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 17:18:57 UTC (rev 135624)
+++ PKGBUILD2011-08-16 17:19:40 UTC (rev 135625)
@@ -1,60 +0,0 @@
-# $Id$
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Anders Bostrom anders.bost...@home.se
-pkgname=thunderbird
-pkgver=5.0
-pkgrel=1
-pkgdesc=Standalone Mail/News reader
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url=http://www.mozilla.org/projects/thunderbird;
-depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 
'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3=3.7.4' 'desktop-file-utils' 
'libnotify' 'libevent')
-makedepends=('zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 'gconf' 
'yasm' 'mesa')
-optdepends=('libcanberra: for sound support')
-options=(!buildflags)
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
-mozconfig
-thunderbird.desktop
-thunderbird-3.0-lang.patch
-thunderbird-appversion.patch)
-md5sums=('0bbacea54b4b8fc4ff20e73b3278c1ba'
- 'b8fd97ab4bfb2e4538b1e1340d70f915'
- 'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '25b6fe16ac24cd5c852213e5c1adb272'
- 'be5f6aea50eeefae234bfc0f30e2f0ec')
-
-build() {
-  cd ${srcdir}/comm-miramar
-  patch -Np1 -i ${srcdir}/thunderbird-3.0-lang.patch
-  patch -Np1 -i ${srcdir}/thunderbird-appversion.patch
-
-  cp ${srcdir}/mozconfig .mozconfig
-
-  export CXXFLAGS=-fpermissive
-  export LDFLAGS=-Wl,-rpath,/usr/lib/thunderbird-5.0 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd ${srcdir}/comm-miramar
-  make -j1 -f client.mk DESTDIR=${pkgdir} install
-
-  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
-  $pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png
-  done
-
-  install -Dm644 ${srcdir}/thunderbird.desktop \
-  ${pkgdir}/usr/share/applications/thunderbird.desktop
-
-  rm -rf ${pkgdir}/usr/lib/thunderbird-5.0/dictionaries
-  ln -sf /usr/share/myspell/dicts 
${pkgdir}/usr/lib/thunderbird-5.0/dictionaries
-
-  # We don't want the development stuff
-  rm -r $pkgdir/usr/{include,lib/thunderbird-devel-$pkgver,share/idl}
-}
-

Copied: thunderbird/repos/extra-i686/PKGBUILD (from rev 135623, 
thunderbird/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 17:19:40 UTC (rev 135625)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Anders Bostrom anders.bost...@home.se
+pkgname=thunderbird
+pkgver=6.0
+pkgrel=1
+pkgdesc=Standalone Mail/News reader
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL')
+url=http://www.mozilla.org/thunderbird/;
+depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 
'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3=3.7.4' 'desktop-file-utils' 
'libnotify' 'libevent')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 
'gconf' 'yasm' 'mesa')
+optdepends=('libcanberra: for sound support')
+options=(!buildflags)
+install=thunderbird.install
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
+ 

[arch-commits] Commit in thunderbird/repos/extra-x86_64 (11 files)

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 13:20:47
  Author: ibiru
Revision: 135626

archrelease: copy trunk to extra-x86_64

Added:
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 135625, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 135625, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-3.0-lang.patch
(from rev 135625, thunderbird/trunk/thunderbird-3.0-lang.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 135625, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 135625, thunderbird/trunk/thunderbird.install)
Deleted:
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/thunderbird-3.0-lang.patch
  thunderbird/repos/extra-x86_64/thunderbird-appversion.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install

--+
 PKGBUILD |  116 +++--
 mozconfig|   88 +++
 thunderbird-3.0-lang.patch   |   22 +++
 thunderbird-appversion.patch |   12 
 thunderbird.desktop  |   26 -
 thunderbird.install  |   24 
 6 files changed, 136 insertions(+), 152 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 17:19:40 UTC (rev 135625)
+++ PKGBUILD2011-08-16 17:20:47 UTC (rev 135626)
@@ -1,60 +0,0 @@
-# $Id$
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Anders Bostrom anders.bost...@home.se
-pkgname=thunderbird
-pkgver=5.0
-pkgrel=1
-pkgdesc=Standalone Mail/News reader
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url=http://www.mozilla.org/projects/thunderbird;
-depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 
'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3=3.7.4' 'desktop-file-utils' 
'libnotify' 'libevent')
-makedepends=('zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 'gconf' 
'yasm' 'mesa')
-optdepends=('libcanberra: for sound support')
-options=(!buildflags)
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
-mozconfig
-thunderbird.desktop
-thunderbird-3.0-lang.patch
-thunderbird-appversion.patch)
-md5sums=('0bbacea54b4b8fc4ff20e73b3278c1ba'
- 'b8fd97ab4bfb2e4538b1e1340d70f915'
- 'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '25b6fe16ac24cd5c852213e5c1adb272'
- 'be5f6aea50eeefae234bfc0f30e2f0ec')
-
-build() {
-  cd ${srcdir}/comm-miramar
-  patch -Np1 -i ${srcdir}/thunderbird-3.0-lang.patch
-  patch -Np1 -i ${srcdir}/thunderbird-appversion.patch
-
-  cp ${srcdir}/mozconfig .mozconfig
-
-  export CXXFLAGS=-fpermissive
-  export LDFLAGS=-Wl,-rpath,/usr/lib/thunderbird-5.0 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd ${srcdir}/comm-miramar
-  make -j1 -f client.mk DESTDIR=${pkgdir} install
-
-  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
-  $pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png
-  done
-
-  install -Dm644 ${srcdir}/thunderbird.desktop \
-  ${pkgdir}/usr/share/applications/thunderbird.desktop
-
-  rm -rf ${pkgdir}/usr/lib/thunderbird-5.0/dictionaries
-  ln -sf /usr/share/myspell/dicts 
${pkgdir}/usr/lib/thunderbird-5.0/dictionaries
-
-  # We don't want the development stuff
-  rm -r $pkgdir/usr/{include,lib/thunderbird-devel-$pkgver,share/idl}
-}
-

Copied: thunderbird/repos/extra-x86_64/PKGBUILD (from rev 135625, 
thunderbird/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 17:20:47 UTC (rev 135626)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Anders Bostrom anders.bost...@home.se
+pkgname=thunderbird
+pkgver=6.0
+pkgrel=1
+pkgdesc=Standalone Mail/News reader
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL')
+url=http://www.mozilla.org/thunderbird/;
+depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 
'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3=3.7.4' 'desktop-file-utils' 
'libnotify' 'libevent')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 
'gconf' 'yasm' 'mesa')
+optdepends=('libcanberra: for sound support')
+options=(!buildflags)
+install=thunderbird.install

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

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 15:37:13
  Author: ibiru
Revision: 135627

update to 5.0

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 17:20:47 UTC (rev 135626)
+++ PKGBUILD2011-08-16 19:37:13 UTC (rev 135627)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 pkgname=xulrunner
-pkgver=5.0
-_ffoxver=5.0
+pkgver=6.0
+_ffoxver=6.0
 pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
@@ -23,7 +23,6 @@
   #fix libdir/sdkdir - fedora
   patch -Np1 -i ${srcdir}/mozilla-pkgconfig.patch
 
-  export CXXFLAGS=-fpermissive
   export LDFLAGS=-Wl,-rpath,/usr/lib/xulrunner-${pkgver} 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
@@ -35,13 +34,13 @@
 
   #Remove included dictionaries, add symlink to system myspell path.
   #Note: this will cause file conflicts when users have installed dictionaries 
in the old location
-  rm -rf ${pkgdir}/usr/lib/xulrunner-5.0/dictionaries
-  ln -sf /usr/share/myspell/dicts 
${pkgdir}/usr/lib/xulrunner-5.0/dictionaries
+  rm -rf ${pkgdir}/usr/lib/xulrunner-$pkgver/dictionaries
+  ln -sf /usr/share/myspell/dicts 
${pkgdir}/usr/lib/xulrunner-$pkgver/dictionaries
 
   # add xulrunner library path to ld.so.conf
   install -d ${pkgdir}/etc/ld.so.conf.d
   echo /usr/lib/xulrunner-${pkgver}  
${pkgdir}/etc/ld.so.conf.d/xulrunner.conf
 }
-md5sums=('9f64a01e86a5d424e12a8e3305c5debe'
+md5sums=('1840185865a1a8975df4a3db59080ddc'
  '2358a2ddd35bcdd62ff42442dfe548d9'
  '639ea80e823543dd415b90c0ee804186')



[arch-commits] Commit in xulrunner/repos/extra-i686 (6 files)

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 15:39:15
  Author: ibiru
Revision: 135628

archrelease: copy trunk to extra-i686

Added:
  xulrunner/repos/extra-i686/PKGBUILD
(from rev 135627, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-i686/mozconfig
(from rev 135627, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
(from rev 135627, xulrunner/trunk/mozilla-pkgconfig.patch)
Deleted:
  xulrunner/repos/extra-i686/PKGBUILD
  xulrunner/repos/extra-i686/mozconfig
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch

-+
 PKGBUILD|   93 +--
 mozconfig   |  112 +-
 mozilla-pkgconfig.patch |  120 +++---
 3 files changed, 162 insertions(+), 163 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 19:37:13 UTC (rev 135627)
+++ PKGBUILD2011-08-16 19:39:15 UTC (rev 135628)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-pkgname=xulrunner
-pkgver=5.0
-_ffoxver=5.0
-pkgrel=1
-pkgdesc=Mozilla Runtime Environment
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss' 'libxt' 
'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 
'alsa-lib' 'libevent' 'sqlite3=3.7.4' 'libnotify')
-makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'gconf')
-url=http://wiki.mozilla.org/XUL:Xul_Runner;
-source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch)
-options=('!emptydirs' '!buildflags')
-replaces=('xulrunner-oss')
-build() {
-  cd ${srcdir}/mozilla-release
-  cp ${srcdir}/mozconfig .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ${srcdir}/mozilla-pkgconfig.patch
-
-  export CXXFLAGS=-fpermissive
-  export LDFLAGS=-Wl,-rpath,/usr/lib/xulrunner-${pkgver} 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd ${srcdir}/mozilla-release
-  make -j1 -f client.mk DESTDIR=${pkgdir} install
-
-  #Remove included dictionaries, add symlink to system myspell path.
-  #Note: this will cause file conflicts when users have installed dictionaries 
in the old location
-  rm -rf ${pkgdir}/usr/lib/xulrunner-5.0/dictionaries
-  ln -sf /usr/share/myspell/dicts 
${pkgdir}/usr/lib/xulrunner-5.0/dictionaries
-
-  # add xulrunner library path to ld.so.conf
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo /usr/lib/xulrunner-${pkgver}  
${pkgdir}/etc/ld.so.conf.d/xulrunner.conf
-}
-md5sums=('9f64a01e86a5d424e12a8e3305c5debe'
- '2358a2ddd35bcdd62ff42442dfe548d9'
- '639ea80e823543dd415b90c0ee804186')

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 135627, 
xulrunner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 19:39:15 UTC (rev 135628)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=xulrunner
+pkgver=6.0
+_ffoxver=6.0
+pkgrel=1
+pkgdesc=Mozilla Runtime Environment
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss' 'libxt' 
'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 
'alsa-lib' 'libevent' 'sqlite3=3.7.4' 'libnotify')
+makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'gconf')
+url=http://wiki.mozilla.org/XUL:Xul_Runner;
+source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
+mozconfig
+mozilla-pkgconfig.patch)
+options=('!emptydirs' '!buildflags')
+replaces=('xulrunner-oss')
+build() {
+  cd ${srcdir}/mozilla-release
+  cp ${srcdir}/mozconfig .mozconfig
+
+  #fix libdir/sdkdir - fedora
+  patch -Np1 -i ${srcdir}/mozilla-pkgconfig.patch
+
+  export LDFLAGS=-Wl,-rpath,/usr/lib/xulrunner-${pkgver} 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
+
+  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
+}
+
+package() {
+  cd ${srcdir}/mozilla-release
+  make -j1 -f client.mk DESTDIR=${pkgdir} install
+
+  #Remove included dictionaries, add symlink to system myspell path.
+  #Note: this will cause file conflicts when users have installed dictionaries 
in the old location
+  rm -rf ${pkgdir}/usr/lib/xulrunner-$pkgver/dictionaries
+  ln -sf /usr/share/myspell/dicts 
${pkgdir}/usr/lib/xulrunner-$pkgver/dictionaries
+
+  # add xulrunner library path to ld.so.conf
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo /usr/lib/xulrunner-${pkgver}  

[arch-commits] Commit in xulrunner/repos/extra-x86_64 (6 files)

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 15:39:58
  Author: ibiru
Revision: 135629

archrelease: copy trunk to extra-x86_64

Added:
  xulrunner/repos/extra-x86_64/PKGBUILD
(from rev 135628, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-x86_64/mozconfig
(from rev 135628, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
(from rev 135628, xulrunner/trunk/mozilla-pkgconfig.patch)
Deleted:
  xulrunner/repos/extra-x86_64/PKGBUILD
  xulrunner/repos/extra-x86_64/mozconfig
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch

-+
 PKGBUILD|   93 +--
 mozconfig   |  112 +-
 mozilla-pkgconfig.patch |  120 +++---
 3 files changed, 162 insertions(+), 163 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 19:39:15 UTC (rev 135628)
+++ PKGBUILD2011-08-16 19:39:58 UTC (rev 135629)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-pkgname=xulrunner
-pkgver=5.0
-_ffoxver=5.0
-pkgrel=1
-pkgdesc=Mozilla Runtime Environment
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss' 'libxt' 
'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 
'alsa-lib' 'libevent' 'sqlite3=3.7.4' 'libnotify')
-makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'gconf')
-url=http://wiki.mozilla.org/XUL:Xul_Runner;
-source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch)
-options=('!emptydirs' '!buildflags')
-replaces=('xulrunner-oss')
-build() {
-  cd ${srcdir}/mozilla-release
-  cp ${srcdir}/mozconfig .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ${srcdir}/mozilla-pkgconfig.patch
-
-  export CXXFLAGS=-fpermissive
-  export LDFLAGS=-Wl,-rpath,/usr/lib/xulrunner-${pkgver} 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd ${srcdir}/mozilla-release
-  make -j1 -f client.mk DESTDIR=${pkgdir} install
-
-  #Remove included dictionaries, add symlink to system myspell path.
-  #Note: this will cause file conflicts when users have installed dictionaries 
in the old location
-  rm -rf ${pkgdir}/usr/lib/xulrunner-5.0/dictionaries
-  ln -sf /usr/share/myspell/dicts 
${pkgdir}/usr/lib/xulrunner-5.0/dictionaries
-
-  # add xulrunner library path to ld.so.conf
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo /usr/lib/xulrunner-${pkgver}  
${pkgdir}/etc/ld.so.conf.d/xulrunner.conf
-}
-md5sums=('9f64a01e86a5d424e12a8e3305c5debe'
- '2358a2ddd35bcdd62ff42442dfe548d9'
- '639ea80e823543dd415b90c0ee804186')

Copied: xulrunner/repos/extra-x86_64/PKGBUILD (from rev 135628, 
xulrunner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 19:39:58 UTC (rev 135629)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=xulrunner
+pkgver=6.0
+_ffoxver=6.0
+pkgrel=1
+pkgdesc=Mozilla Runtime Environment
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss' 'libxt' 
'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 
'alsa-lib' 'libevent' 'sqlite3=3.7.4' 'libnotify')
+makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'gconf')
+url=http://wiki.mozilla.org/XUL:Xul_Runner;
+source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
+mozconfig
+mozilla-pkgconfig.patch)
+options=('!emptydirs' '!buildflags')
+replaces=('xulrunner-oss')
+build() {
+  cd ${srcdir}/mozilla-release
+  cp ${srcdir}/mozconfig .mozconfig
+
+  #fix libdir/sdkdir - fedora
+  patch -Np1 -i ${srcdir}/mozilla-pkgconfig.patch
+
+  export LDFLAGS=-Wl,-rpath,/usr/lib/xulrunner-${pkgver} 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
+
+  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
+}
+
+package() {
+  cd ${srcdir}/mozilla-release
+  make -j1 -f client.mk DESTDIR=${pkgdir} install
+
+  #Remove included dictionaries, add symlink to system myspell path.
+  #Note: this will cause file conflicts when users have installed dictionaries 
in the old location
+  rm -rf ${pkgdir}/usr/lib/xulrunner-$pkgver/dictionaries
+  ln -sf /usr/share/myspell/dicts 
${pkgdir}/usr/lib/xulrunner-$pkgver/dictionaries
+
+  # add xulrunner library path to ld.so.conf
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo 

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

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 17:18:11
  Author: ibiru
Revision: 135630

update to 0.9.7-p1

Modified:
  libvpx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 19:39:58 UTC (rev 135629)
+++ PKGBUILD2011-08-16 21:18:11 UTC (rev 135630)
@@ -1,7 +1,8 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=libvpx
-pkgver=0.9.7
+pkgver=0.9.7.p1
+realver=0.9.7-p1
 pkgrel=1
 pkgdesc=The VP8 Codec SDK
 arch=('i686' 'x86_64')
@@ -9,11 +10,11 @@
 license=('BSD')
 depends=('glibc')
 makedepends=('yasm')
-source=(http://webm.googlecode.com/files/${pkgname}-v${pkgver}.tar.bz2)
-sha1sums=('639596df7182a93db83f61af8f5bb5b6a13dcf63')
+source=(http://webm.googlecode.com/files/${pkgname}-v${realver}.tar.bz2)
+sha1sums=('dacfefaf3363f781de43858f09cdd0b0d469e6fc')
 
 build() {
-cd ${srcdir}/${pkgname}-v${pkgver}
+cd ${srcdir}/${pkgname}-v${realver}
 ./configure --prefix=/usr --enable-vp8 \
 --enable-runtime-cpu-detect \
 --enable-shared \
@@ -25,7 +26,7 @@
 }
 
 package() {
-cd ${srcdir}/${pkgname}-v${pkgver}
+cd ${srcdir}/${pkgname}-v${realver}
 make DIST_DIR=$pkgdir/usr install
 install -D -m 0644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in libvpx/repos/extra-i686 (PKGBUILD PKGBUILD)

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 17:19:09
  Author: ibiru
Revision: 135631

archrelease: copy trunk to extra-i686

Added:
  libvpx/repos/extra-i686/PKGBUILD
(from rev 135630, libvpx/trunk/PKGBUILD)
Deleted:
  libvpx/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 21:18:11 UTC (rev 135630)
+++ PKGBUILD2011-08-16 21:19:09 UTC (rev 135631)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=libvpx
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=The VP8 Codec SDK
-arch=('i686' 'x86_64')
-url=http://www.webmproject.org/;
-license=('BSD')
-depends=('glibc')
-makedepends=('yasm')
-source=(http://webm.googlecode.com/files/${pkgname}-v${pkgver}.tar.bz2)
-sha1sums=('639596df7182a93db83f61af8f5bb5b6a13dcf63')
-
-build() {
-cd ${srcdir}/${pkgname}-v${pkgver}
-./configure --prefix=/usr --enable-vp8 \
---enable-runtime-cpu-detect \
---enable-shared \
---enable-postproc \
---enable-pic \
---disable-install-docs \
---disable-install-srcs
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-v${pkgver}
-make DIST_DIR=$pkgdir/usr install
-install -D -m 0644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libvpx/repos/extra-i686/PKGBUILD (from rev 135630, 
libvpx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 21:19:09 UTC (rev 135631)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=libvpx
+pkgver=0.9.7.p1
+realver=0.9.7-p1
+pkgrel=1
+pkgdesc=The VP8 Codec SDK
+arch=('i686' 'x86_64')
+url=http://www.webmproject.org/;
+license=('BSD')
+depends=('glibc')
+makedepends=('yasm')
+source=(http://webm.googlecode.com/files/${pkgname}-v${realver}.tar.bz2)
+sha1sums=('dacfefaf3363f781de43858f09cdd0b0d469e6fc')
+
+build() {
+cd ${srcdir}/${pkgname}-v${realver}
+./configure --prefix=/usr --enable-vp8 \
+--enable-runtime-cpu-detect \
+--enable-shared \
+--enable-postproc \
+--enable-pic \
+--disable-install-docs \
+--disable-install-srcs
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-v${realver}
+make DIST_DIR=$pkgdir/usr install
+install -D -m 0644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in libvpx/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2011-08-16 Thread Ionut Biru
Date: Tuesday, August 16, 2011 @ 17:19:30
  Author: ibiru
Revision: 135632

archrelease: copy trunk to extra-x86_64

Added:
  libvpx/repos/extra-x86_64/PKGBUILD
(from rev 135631, libvpx/trunk/PKGBUILD)
Deleted:
  libvpx/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 21:19:09 UTC (rev 135631)
+++ PKGBUILD2011-08-16 21:19:30 UTC (rev 135632)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=libvpx
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=The VP8 Codec SDK
-arch=('i686' 'x86_64')
-url=http://www.webmproject.org/;
-license=('BSD')
-depends=('glibc')
-makedepends=('yasm')
-source=(http://webm.googlecode.com/files/${pkgname}-v${pkgver}.tar.bz2)
-sha1sums=('639596df7182a93db83f61af8f5bb5b6a13dcf63')
-
-build() {
-cd ${srcdir}/${pkgname}-v${pkgver}
-./configure --prefix=/usr --enable-vp8 \
---enable-runtime-cpu-detect \
---enable-shared \
---enable-postproc \
---enable-pic \
---disable-install-docs \
---disable-install-srcs
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-v${pkgver}
-make DIST_DIR=$pkgdir/usr install
-install -D -m 0644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libvpx/repos/extra-x86_64/PKGBUILD (from rev 135631, 
libvpx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 21:19:30 UTC (rev 135632)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=libvpx
+pkgver=0.9.7.p1
+realver=0.9.7-p1
+pkgrel=1
+pkgdesc=The VP8 Codec SDK
+arch=('i686' 'x86_64')
+url=http://www.webmproject.org/;
+license=('BSD')
+depends=('glibc')
+makedepends=('yasm')
+source=(http://webm.googlecode.com/files/${pkgname}-v${realver}.tar.bz2)
+sha1sums=('dacfefaf3363f781de43858f09cdd0b0d469e6fc')
+
+build() {
+cd ${srcdir}/${pkgname}-v${realver}
+./configure --prefix=/usr --enable-vp8 \
+--enable-runtime-cpu-detect \
+--enable-shared \
+--enable-postproc \
+--enable-pic \
+--disable-install-docs \
+--disable-install-srcs
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-v${realver}
+make DIST_DIR=$pkgdir/usr install
+install -D -m 0644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}



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

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 17:30:32
  Author: eric
Revision: 135633

fix source url

Modified:
  oprofile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 21:19:30 UTC (rev 135632)
+++ PKGBUILD2011-08-16 21:30:32 UTC (rev 135633)
@@ -13,9 +13,9 @@
 optdepends=('qt: for oprof_start gui')
 options=('!libtool')
 install=oprofile.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
-sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('034bad41b707b7d67591f4848d7669be')
+sha1sums=('e462de2e03954a3c61f6d626d97d0652c1e45e02')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in oprofile/repos/extra-i686 (3 files)

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 17:31:02
  Author: eric
Revision: 135634

archrelease: copy trunk to extra-i686

Added:
  oprofile/repos/extra-i686/PKGBUILD
(from rev 135633, oprofile/trunk/PKGBUILD)
  oprofile/repos/extra-i686/oprofile.install
(from rev 135633, oprofile/trunk/oprofile.install)
Deleted:
  oprofile/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   72 ++---
 oprofile.install |   18 +
 2 files changed, 54 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 21:30:32 UTC (rev 135633)
+++ PKGBUILD2011-08-16 21:31:02 UTC (rev 135634)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead
-arch=('i686' 'x86_64')
-url=http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-makedepends=('qt')
-optdepends=('qt: for oprof_start gui')
-options=('!libtool')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
-sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# installing development libraries - FS#20089
-  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
-  install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
-  install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a
-  install -m644 libutil/libutil.a $pkgdir/usr/lib/liboputil.a
-  install -m644 libutil++/libutil++.a $pkgdir/usr/lib/liboputil++.a
-}

Copied: oprofile/repos/extra-i686/PKGBUILD (from rev 135633, 
oprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 21:31:02 UTC (rev 135634)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.7
+pkgrel=1
+pkgdesc=A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt')
+optdepends=('qt: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('034bad41b707b7d67591f4848d7669be')
+sha1sums=('e462de2e03954a3c61f6d626d97d0652c1e45e02')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+# installing development libraries - FS#20089
+  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
+  install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
+  install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a
+  install -m644 libutil/libutil.a $pkgdir/usr/lib/liboputil.a
+  install -m644 libutil++/libutil++.a $pkgdir/usr/lib/liboputil++.a
+}

Copied: oprofile/repos/extra-i686/oprofile.install (from rev 135633, 
oprofile/trunk/oprofile.install)
===
--- oprofile.install(rev 0)
+++ oprofile.install2011-08-16 21:31:02 UTC (rev 135634)
@@ -0,0 +1,18 @@
+post_install(){
+  groupadd -g 492 oprofile /dev/null
+  useradd -u 492 -g oprofile -s /bin/false oprofile /dev/null
+}
+
+post_upgrade(){
+  getent group oprofile /dev/null 21 || groupadd -g 492 oprofile /dev/null
+  getent passwd oprofile /dev/null 21 || useradd -u 492 -g oprofile -s 
/bin/false oprofile /dev/null
+}
+
+post_remove(){
+  if getent passwd oprofile /dev/null 21; then
+userdel oprofile
+  fi
+  if getent group oprofile /dev/null 21; then
+groupdel oprofile
+  fi
+}



[arch-commits] Commit in oprofile/repos/extra-x86_64 (3 files)

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 17:31:24
  Author: eric
Revision: 135635

archrelease: copy trunk to extra-x86_64

Added:
  oprofile/repos/extra-x86_64/PKGBUILD
(from rev 135634, oprofile/trunk/PKGBUILD)
  oprofile/repos/extra-x86_64/oprofile.install
(from rev 135634, oprofile/trunk/oprofile.install)
Deleted:
  oprofile/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 oprofile.install |   18 +
 2 files changed, 54 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 21:31:02 UTC (rev 135634)
+++ PKGBUILD2011-08-16 21:31:24 UTC (rev 135635)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead
-arch=('i686' 'x86_64')
-url=http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-makedepends=('qt')
-optdepends=('qt: for oprof_start gui')
-options=('!libtool')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
-sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# installing development libraries - FS#20089
-  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
-  install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
-  install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a
-  install -m644 libutil/libutil.a $pkgdir/usr/lib/liboputil.a
-  install -m644 libutil++/libutil++.a $pkgdir/usr/lib/liboputil++.a
-}

Copied: oprofile/repos/extra-x86_64/PKGBUILD (from rev 135634, 
oprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 21:31:24 UTC (rev 135635)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.7
+pkgrel=1
+pkgdesc=A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt')
+optdepends=('qt: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('034bad41b707b7d67591f4848d7669be')
+sha1sums=('e462de2e03954a3c61f6d626d97d0652c1e45e02')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+# installing development libraries - FS#20089
+  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
+  install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
+  install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a
+  install -m644 libutil/libutil.a $pkgdir/usr/lib/liboputil.a
+  install -m644 libutil++/libutil++.a $pkgdir/usr/lib/liboputil++.a
+}

Copied: oprofile/repos/extra-x86_64/oprofile.install (from rev 135634, 
oprofile/trunk/oprofile.install)
===
--- oprofile.install(rev 0)
+++ oprofile.install2011-08-16 21:31:24 UTC (rev 135635)
@@ -0,0 +1,18 @@
+post_install(){
+  groupadd -g 492 oprofile /dev/null
+  useradd -u 492 -g oprofile -s /bin/false oprofile /dev/null
+}
+
+post_upgrade(){
+  getent group oprofile /dev/null 21 || groupadd -g 492 oprofile /dev/null
+  getent passwd oprofile /dev/null 21 || useradd -u 492 -g oprofile -s 
/bin/false oprofile /dev/null
+}
+
+post_remove(){
+  if getent passwd oprofile /dev/null 21; then
+userdel oprofile
+  fi
+  if getent group oprofile /dev/null 21; then
+groupdel oprofile
+  fi
+}



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

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 17:34:52
  Author: eric
Revision: 135636

fix md5sums

Modified:
  oprofile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 21:31:24 UTC (rev 135635)
+++ PKGBUILD2011-08-16 21:34:52 UTC (rev 135636)
@@ -14,8 +14,8 @@
 options=('!libtool')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('034bad41b707b7d67591f4848d7669be')
-sha1sums=('e462de2e03954a3c61f6d626d97d0652c1e45e02')
+md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
+sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in oprofile/repos/extra-i686 (PKGBUILD PKGBUILD)

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 17:35:10
  Author: eric
Revision: 135637

archrelease: copy trunk to extra-i686

Added:
  oprofile/repos/extra-i686/PKGBUILD
(from rev 135636, oprofile/trunk/PKGBUILD)
Deleted:
  oprofile/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 21:34:52 UTC (rev 135636)
+++ PKGBUILD2011-08-16 21:35:10 UTC (rev 135637)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead
-arch=('i686' 'x86_64')
-url=http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-makedepends=('qt')
-optdepends=('qt: for oprof_start gui')
-options=('!libtool')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('034bad41b707b7d67591f4848d7669be')
-sha1sums=('e462de2e03954a3c61f6d626d97d0652c1e45e02')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# installing development libraries - FS#20089
-  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
-  install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
-  install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a
-  install -m644 libutil/libutil.a $pkgdir/usr/lib/liboputil.a
-  install -m644 libutil++/libutil++.a $pkgdir/usr/lib/liboputil++.a
-}

Copied: oprofile/repos/extra-i686/PKGBUILD (from rev 135636, 
oprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 21:35:10 UTC (rev 135637)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.7
+pkgrel=1
+pkgdesc=A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt')
+optdepends=('qt: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
+sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+# installing development libraries - FS#20089
+  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
+  install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
+  install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a
+  install -m644 libutil/libutil.a $pkgdir/usr/lib/liboputil.a
+  install -m644 libutil++/libutil++.a $pkgdir/usr/lib/liboputil++.a
+}



[arch-commits] Commit in oprofile/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 17:35:38
  Author: eric
Revision: 135638

archrelease: copy trunk to extra-x86_64

Added:
  oprofile/repos/extra-x86_64/PKGBUILD
(from rev 135637, oprofile/trunk/PKGBUILD)
Deleted:
  oprofile/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-16 21:35:10 UTC (rev 135637)
+++ PKGBUILD2011-08-16 21:35:38 UTC (rev 135638)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead
-arch=('i686' 'x86_64')
-url=http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-makedepends=('qt')
-optdepends=('qt: for oprof_start gui')
-options=('!libtool')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('034bad41b707b7d67591f4848d7669be')
-sha1sums=('e462de2e03954a3c61f6d626d97d0652c1e45e02')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# installing development libraries - FS#20089
-  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
-  install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
-  install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a
-  install -m644 libutil/libutil.a $pkgdir/usr/lib/liboputil.a
-  install -m644 libutil++/libutil++.a $pkgdir/usr/lib/liboputil++.a
-}

Copied: oprofile/repos/extra-x86_64/PKGBUILD (from rev 135637, 
oprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-16 21:35:38 UTC (rev 135638)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.7
+pkgrel=1
+pkgdesc=A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt')
+optdepends=('qt: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
+sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+# installing development libraries - FS#20089
+  install -m644 libutil/op_types.h libop/op_sample_file.h libutil/op_list.h 
libop/op_events.h libop/op_cpu_type.h libop/op_config.h libdb/odb.h 
$pkgdir/usr/include
+  install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
+  install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a
+  install -m644 libutil/libutil.a $pkgdir/usr/lib/liboputil.a
+  install -m644 libutil++/libutil++.a $pkgdir/usr/lib/liboputil++.a
+}



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

2011-08-16 Thread Allan McRae
Date: Tuesday, August 16, 2011 @ 18:22:23
  Author: allan
Revision: 135639

upgpkg: pcre 8.13-1

upstream update

Modified:
  pcre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 21:35:38 UTC (rev 135638)
+++ PKGBUILD2011-08-16 22:22:23 UTC (rev 135639)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=pcre
-pkgver=8.12
+pkgver=8.13
 pkgrel=1
 pkgdesc=A library that implements Perl 5-style regular expressions
 arch=('i686' 'x86_64')
@@ -13,9 +13,9 @@
 depends=('gcc-libs')
 options=('!libtool')
 
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f14a9fef3c92f3fc6c5ac92d7a2c7eb3')
-sha1sums=('2219b372bff53ee29a7e44ecf5977ad15df01cea')
+md5sums=('5e595edbcded141813fa1a10dbce05cb')
 
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC



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

2011-08-16 Thread Allan McRae
Date: Tuesday, August 16, 2011 @ 18:22:55
  Author: allan
Revision: 135640

archrelease: copy trunk to testing-i686

Added:
  pcre/repos/testing-i686/
  pcre/repos/testing-i686/PKGBUILD
(from rev 135639, pcre/trunk/PKGBUILD)

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

Copied: pcre/repos/testing-i686/PKGBUILD (from rev 135639, pcre/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-16 22:22:55 UTC (rev 135640)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.13
+pkgrel=1
+pkgdesc=A library that implements Perl 5-style regular expressions
+arch=('i686' 'x86_64')
+url=http://www.pcre.org/;
+license=('BSD')
+depends=('gcc-libs')
+options=('!libtool')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('5e595edbcded141813fa1a10dbce05cb')
+
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
+  ./configure --prefix=/usr --enable-utf8 --enable-unicode-properties
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # grep uses pcre, so we need the libs in /lib
+  install -dm755 ${pkgdir}/lib
+  mv ${pkgdir}/usr/lib/libpcre.so.* ${pkgdir}/lib/
+  ln -sf /lib/libpcre.so.0 ${pkgdir}/usr/lib/libpcre.so
+
+  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in pcre/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2011-08-16 Thread Allan McRae
Date: Tuesday, August 16, 2011 @ 18:23:31
  Author: allan
Revision: 135641

archrelease: copy trunk to testing-x86_64

Added:
  pcre/repos/testing-x86_64/
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 135640, pcre/trunk/PKGBUILD)

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

Copied: pcre/repos/testing-x86_64/PKGBUILD (from rev 135640, 
pcre/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-16 22:23:31 UTC (rev 135641)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.13
+pkgrel=1
+pkgdesc=A library that implements Perl 5-style regular expressions
+arch=('i686' 'x86_64')
+url=http://www.pcre.org/;
+license=('BSD')
+depends=('gcc-libs')
+options=('!libtool')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('5e595edbcded141813fa1a10dbce05cb')
+
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
+  ./configure --prefix=/usr --enable-utf8 --enable-unicode-properties
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # grep uses pcre, so we need the libs in /lib
+  install -dm755 ${pkgdir}/lib
+  mv ${pkgdir}/usr/lib/libpcre.so.* ${pkgdir}/lib/
+  ln -sf /lib/libpcre.so.0 ${pkgdir}/usr/lib/libpcre.so
+
+  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2011-08-16 Thread Allan McRae
Date: Tuesday, August 16, 2011 @ 18:26:34
  Author: allan
Revision: 135642

upgpkg: wget 1.13.1-1

upstream update

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 22:23:31 UTC (rev 135641)
+++ PKGBUILD2011-08-16 22:26:34 UTC (rev 135642)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=wget
-pkgver=1.13
+pkgver=1.13.1
 pkgrel=1
 pkgdesc=A network utility to retrieve files from the Web
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 backup=('etc/wgetrc')
 install=wget.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('48c5384123156e7b7501d2f5b5c7189a')
+md5sums=('5c9056fcec2f398111e97be65e8592cc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-08-16 Thread Allan McRae
Date: Tuesday, August 16, 2011 @ 18:27:26
  Author: allan
Revision: 135643

archrelease: copy trunk to testing-i686

Added:
  wget/repos/testing-i686/
  wget/repos/testing-i686/PKGBUILD
(from rev 135642, wget/trunk/PKGBUILD)
  wget/repos/testing-i686/wget.install
(from rev 135642, wget/trunk/wget.install)

--+
 PKGBUILD |   45 +
 wget.install |   20 
 2 files changed, 65 insertions(+)

Copied: wget/repos/testing-i686/PKGBUILD (from rev 135642, wget/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-16 22:27:26 UTC (rev 135643)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=wget
+pkgver=1.13.1
+pkgrel=1
+pkgdesc=A network utility to retrieve files from the Web
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/wget/wget.html;
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'openssl')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+install=wget.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('5c9056fcec2f398111e97be65e8592cc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Note : We do not build with --enable-nls, because there is a bug in wget 
causing
+  # international domain names to be not properly converted to punycode if
+  # the current locale is a UTF-8 one
+  # See : http://lists.gnu.org/archive/html/bug-wget/2011-02/msg00026.html
+
+  ./configure -with-ssl=openssl --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  cat  $pkgdir/etc/wgetrc EOF
+
+# default root certs location
+ca_certificate=/etc/ssl/certs/ca-certificates.crt
+EOF
+
+  # remove IRI option from wgetrc as it does not work (see above)
+  sed -i '118,120d' $pkgdir/etc/wgetrc
+
+}

Copied: wget/repos/testing-i686/wget.install (from rev 135642, 
wget/trunk/wget.install)
===
--- testing-i686/wget.install   (rev 0)
+++ testing-i686/wget.install   2011-08-16 22:27:26 UTC (rev 135643)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(wget.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}



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

2011-08-16 Thread Allan McRae
Date: Tuesday, August 16, 2011 @ 18:28:25
  Author: allan
Revision: 135644

archrelease: copy trunk to testing-x86_64

Added:
  wget/repos/testing-x86_64/
  wget/repos/testing-x86_64/PKGBUILD
(from rev 135643, wget/trunk/PKGBUILD)
  wget/repos/testing-x86_64/wget.install
(from rev 135643, wget/trunk/wget.install)

--+
 PKGBUILD |   45 +
 wget.install |   20 
 2 files changed, 65 insertions(+)

Copied: wget/repos/testing-x86_64/PKGBUILD (from rev 135643, 
wget/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-16 22:28:25 UTC (rev 135644)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=wget
+pkgver=1.13.1
+pkgrel=1
+pkgdesc=A network utility to retrieve files from the Web
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/wget/wget.html;
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'openssl')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+install=wget.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('5c9056fcec2f398111e97be65e8592cc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Note : We do not build with --enable-nls, because there is a bug in wget 
causing
+  # international domain names to be not properly converted to punycode if
+  # the current locale is a UTF-8 one
+  # See : http://lists.gnu.org/archive/html/bug-wget/2011-02/msg00026.html
+
+  ./configure -with-ssl=openssl --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  cat  $pkgdir/etc/wgetrc EOF
+
+# default root certs location
+ca_certificate=/etc/ssl/certs/ca-certificates.crt
+EOF
+
+  # remove IRI option from wgetrc as it does not work (see above)
+  sed -i '118,120d' $pkgdir/etc/wgetrc
+
+}

Copied: wget/repos/testing-x86_64/wget.install (from rev 135643, 
wget/trunk/wget.install)
===
--- testing-x86_64/wget.install (rev 0)
+++ testing-x86_64/wget.install 2011-08-16 22:28:25 UTC (rev 135644)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(wget.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}



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

2011-08-16 Thread Gaetan Bisson
Date: Tuesday, August 16, 2011 @ 18:40:28
  Author: bisson
Revision: 135645

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 22:28:25 UTC (rev 135644)
+++ PKGBUILD2011-08-16 22:40:28 UTC (rev 135645)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=feh
-pkgver=1.15
+pkgver=1.15.1
 pkgrel=1
 pkgdesc='Fast, lightweight image viewer which uses imlib2'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('perl: feh-cam, webcam wrapper for feh')
 makedepends=('libxt')
 source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('fb926ba90d494f890f271243ae599063b76c9957')
+sha1sums=('0c098f2656b4ad8d178bc57a3692b06045b000ec')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in feh/repos (extra-i686)

2011-08-16 Thread Gaetan Bisson
Date: Tuesday, August 16, 2011 @ 18:40:51
  Author: bisson
Revision: 135647

archrelease: copy trunk to extra-i686

Added:
  feh/repos/extra-i686/



[arch-commits] Commit in feh/repos (extra-x86_64)

2011-08-16 Thread Gaetan Bisson
Date: Tuesday, August 16, 2011 @ 18:40:53
  Author: bisson
Revision: 135648

archrelease: remove extra-x86_64

Deleted:
  feh/repos/extra-x86_64/



[arch-commits] Commit in feh/repos (extra-x86_64)

2011-08-16 Thread Gaetan Bisson
Date: Tuesday, August 16, 2011 @ 18:40:58
  Author: bisson
Revision: 135649

archrelease: copy trunk to extra-x86_64

Added:
  feh/repos/extra-x86_64/



[arch-commits] Commit in udev/trunk (81-arch.rules)

2011-08-16 Thread Tom Gundersen
Date: Tuesday, August 16, 2011 @ 21:30:04
  Author: tomegun
Revision: 135650

rules: remove scanner rule

This is covered by the rules shipped with sane.

Modified:
  udev/trunk/81-arch.rules

---+
 81-arch.rules |3 ---
 1 file changed, 3 deletions(-)

Modified: 81-arch.rules
===
--- 81-arch.rules   2011-08-16 22:40:58 UTC (rev 135649)
+++ 81-arch.rules   2011-08-17 01:30:04 UTC (rev 135650)
@@ -18,9 +18,6 @@
 KERNEL==hd*, ENV{ID_TYPE}==generic, GROUP=storage
 LABEL=pcmcia_end
 
-# permissions for SCSI scanners
-SUBSYSTEMS==scsi, KERNEL==sg[0-9]*, ATTRS{type}==6, GROUP=scanner
-
 # misc
 KERNEL==sgi_fetchop, MODE=0666
 KERNEL==sonypi,  MODE=0666



[arch-commits] Commit in udev/trunk (81-arch.rules)

2011-08-16 Thread Tom Gundersen
Date: Tuesday, August 16, 2011 @ 21:47:47
  Author: tomegun
Revision: 135651

rules: tidy

Modified:
  udev/trunk/81-arch.rules

---+
 81-arch.rules |3 ---
 1 file changed, 3 deletions(-)

Modified: 81-arch.rules
===
--- 81-arch.rules   2011-08-17 01:30:04 UTC (rev 135650)
+++ 81-arch.rules   2011-08-17 01:47:47 UTC (rev 135651)
@@ -24,6 +24,3 @@
 
 # USB devices
 KERNEL==legousbtower*, MODE=0666
-###
-# Permissions and Symlinks - end
-###



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

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 22:17:32
  Author: eric
Revision: 135652

upgpkg: racket 5.1.3-1

Upstream update, Remove old provides/conflicts/replaces arrays

Modified:
  racket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-17 01:47:47 UTC (rev 135651)
+++ PKGBUILD2011-08-17 02:17:32 UTC (rev 135652)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=racket
-pkgver=5.1.2
+pkgver=5.1.3
 pkgrel=1
 pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
 arch=('i686' 'x86_64')
@@ -10,16 +10,13 @@
 license=('LGPL')
 depends=('gtk2' 'libffi' 'desktop-file-utils')
 makedepends=('gsfonts')
-provides=('drscheme')
-conflicts=('drscheme')
-replaces=('drscheme')
 options=('!strip')
 install=racket.install
 
source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
 drracket.desktop)
-md5sums=('c686e789913c40bfd78505574963c1fe'
+md5sums=('6c33caf6ee49a422be053effaf630941'
  '9223c9736ead677431542b41271c7b3c')
-sha1sums=('f1f7e2ee1cd754d65013dab80bc1f9a3be1e3b41'
+sha1sums=('7face74729cee8b36ce3df44b36b04ca23b4c986'
   'a20808f6b250225704856f82a544681a962a299d')
 
 build() {



[arch-commits] Commit in racket/repos/extra-i686 (6 files)

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 22:18:08
  Author: eric
Revision: 135653

archrelease: copy trunk to extra-i686

Added:
  racket/repos/extra-i686/PKGBUILD
(from rev 135652, racket/trunk/PKGBUILD)
  racket/repos/extra-i686/drracket.desktop
(from rev 135652, racket/trunk/drracket.desktop)
  racket/repos/extra-i686/racket.install
(from rev 135652, racket/trunk/racket.install)
Deleted:
  racket/repos/extra-i686/PKGBUILD
  racket/repos/extra-i686/drracket.desktop
  racket/repos/extra-i686/racket.install

--+
 PKGBUILD |   69 +
 drracket.desktop |   18 ++---
 racket.install   |   22 
 3 files changed, 53 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-17 02:17:32 UTC (rev 135652)
+++ PKGBUILD2011-08-17 02:18:08 UTC (rev 135653)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=racket
-pkgver=5.1.2
-pkgrel=1
-pkgdesc=PLT Racket (a variant of Scheme) Environment
-arch=('i686' 'x86_64')
-url=http://racket-lang.org/;
-license=('LGPL')
-depends=('gtk2' 'libffi' 'desktop-file-utils')
-makedepends=('gsfonts')
-provides=('drscheme')
-conflicts=('drscheme')
-replaces=('drscheme')
-options=('!strip')
-install=racket.install
-source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
-drracket.desktop)
-md5sums=('c686e789913c40bfd78505574963c1fe'
- '9223c9736ead677431542b41271c7b3c')
-sha1sums=('f1f7e2ee1cd754d65013dab80bc1f9a3be1e3b41'
-  'a20808f6b250225704856f82a544681a962a299d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/src
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/src
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ../collects/icons/plt.xpm 
${pkgdir}/usr/share/pixmaps/drracket.xpm
-  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
-}

Copied: racket/repos/extra-i686/PKGBUILD (from rev 135652, 
racket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-17 02:18:08 UTC (rev 135653)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=racket
+pkgver=5.1.3
+pkgrel=1
+pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
+arch=('i686' 'x86_64')
+url=http://racket-lang.org/;
+license=('LGPL')
+depends=('gtk2' 'libffi' 'desktop-file-utils')
+makedepends=('gsfonts')
+options=('!strip')
+install=racket.install
+source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
+drracket.desktop)
+md5sums=('6c33caf6ee49a422be053effaf630941'
+ '9223c9736ead677431542b41271c7b3c')
+sha1sums=('7face74729cee8b36ce3df44b36b04ca23b4c986'
+  'a20808f6b250225704856f82a544681a962a299d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ../collects/icons/plt.xpm 
${pkgdir}/usr/share/pixmaps/drracket.xpm
+  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
+}

Deleted: drracket.desktop
===
--- drracket.desktop2011-08-17 02:17:32 UTC (rev 135652)
+++ drracket.desktop2011-08-17 02:18:08 UTC (rev 135653)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=DrRacket
-GenericName=IDE for Racket
-Comment=DrRacket is an interactive, integrated, graphical programming 
environment for the Racket programming languages.
-Exec=drracket
-Terminal=false
-Type=Application
-Categories=Education;Development;
-Icon=drracket

Copied: racket/repos/extra-i686/drracket.desktop (from rev 135652, 
racket/trunk/drracket.desktop)
===
--- drracket.desktop(rev 0)
+++ drracket.desktop2011-08-17 02:18:08 UTC (rev 135653)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=DrRacket
+GenericName=IDE for Racket
+Comment=DrRacket is an interactive, integrated, graphical programming 
environment for the Racket programming languages.
+Exec=drracket
+Terminal=false
+Type=Application
+Categories=Education;Development;
+Icon=drracket

Deleted: racket.install
===
--- racket.install  2011-08-17 02:17:32 UTC (rev 135652)
+++ racket.install  2011-08-17 02:18:08 UTC (rev 135653)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: racket/repos/extra-i686/racket.install 

[arch-commits] Commit in racket/repos/extra-x86_64 (6 files)

2011-08-16 Thread Eric Bélanger
Date: Tuesday, August 16, 2011 @ 22:18:35
  Author: eric
Revision: 135654

archrelease: copy trunk to extra-x86_64

Added:
  racket/repos/extra-x86_64/PKGBUILD
(from rev 135653, racket/trunk/PKGBUILD)
  racket/repos/extra-x86_64/drracket.desktop
(from rev 135653, racket/trunk/drracket.desktop)
  racket/repos/extra-x86_64/racket.install
(from rev 135653, racket/trunk/racket.install)
Deleted:
  racket/repos/extra-x86_64/PKGBUILD
  racket/repos/extra-x86_64/drracket.desktop
  racket/repos/extra-x86_64/racket.install

--+
 PKGBUILD |   69 +
 drracket.desktop |   18 ++---
 racket.install   |   22 
 3 files changed, 53 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-17 02:18:08 UTC (rev 135653)
+++ PKGBUILD2011-08-17 02:18:35 UTC (rev 135654)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=racket
-pkgver=5.1.2
-pkgrel=1
-pkgdesc=PLT Racket (a variant of Scheme) Environment
-arch=('i686' 'x86_64')
-url=http://racket-lang.org/;
-license=('LGPL')
-depends=('gtk2' 'libffi' 'desktop-file-utils')
-makedepends=('gsfonts')
-provides=('drscheme')
-conflicts=('drscheme')
-replaces=('drscheme')
-options=('!strip')
-install=racket.install
-source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
-drracket.desktop)
-md5sums=('c686e789913c40bfd78505574963c1fe'
- '9223c9736ead677431542b41271c7b3c')
-sha1sums=('f1f7e2ee1cd754d65013dab80bc1f9a3be1e3b41'
-  'a20808f6b250225704856f82a544681a962a299d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/src
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/src
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ../collects/icons/plt.xpm 
${pkgdir}/usr/share/pixmaps/drracket.xpm
-  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
-}

Copied: racket/repos/extra-x86_64/PKGBUILD (from rev 135653, 
racket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-17 02:18:35 UTC (rev 135654)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=racket
+pkgver=5.1.3
+pkgrel=1
+pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
+arch=('i686' 'x86_64')
+url=http://racket-lang.org/;
+license=('LGPL')
+depends=('gtk2' 'libffi' 'desktop-file-utils')
+makedepends=('gsfonts')
+options=('!strip')
+install=racket.install
+source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
+drracket.desktop)
+md5sums=('6c33caf6ee49a422be053effaf630941'
+ '9223c9736ead677431542b41271c7b3c')
+sha1sums=('7face74729cee8b36ce3df44b36b04ca23b4c986'
+  'a20808f6b250225704856f82a544681a962a299d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ../collects/icons/plt.xpm 
${pkgdir}/usr/share/pixmaps/drracket.xpm
+  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
+}

Deleted: drracket.desktop
===
--- drracket.desktop2011-08-17 02:18:08 UTC (rev 135653)
+++ drracket.desktop2011-08-17 02:18:35 UTC (rev 135654)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=DrRacket
-GenericName=IDE for Racket
-Comment=DrRacket is an interactive, integrated, graphical programming 
environment for the Racket programming languages.
-Exec=drracket
-Terminal=false
-Type=Application
-Categories=Education;Development;
-Icon=drracket

Copied: racket/repos/extra-x86_64/drracket.desktop (from rev 135653, 
racket/trunk/drracket.desktop)
===
--- drracket.desktop(rev 0)
+++ drracket.desktop2011-08-17 02:18:35 UTC (rev 135654)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=DrRacket
+GenericName=IDE for Racket
+Comment=DrRacket is an interactive, integrated, graphical programming 
environment for the Racket programming languages.
+Exec=drracket
+Terminal=false
+Type=Application
+Categories=Education;Development;
+Icon=drracket

Deleted: racket.install
===
--- racket.install  2011-08-17 02:18:08 UTC (rev 135653)
+++ racket.install  2011-08-17 02:18:35 UTC (rev 135654)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: