[arch-commits] Commit in (5 files)

2012-01-09 Thread Thomas Bächler
Date: Monday, January 9, 2012 @ 06:59:35
  Author: thomas
Revision: 146304

Rename microcode to intel-ucode according to mailing list feedback.

Added:
  intel-ucode/
  intel-ucode/trunk/intel-ucode.install
(from rev 146289, microcode/trunk/microcode.install)
Modified:
  intel-ucode/trunk/PKGBUILD
Deleted:
  intel-ucode/trunk/microcode.install
  microcode/

---+
 intel-ucode/trunk/intel-ucode.install |8 
 trunk/PKGBUILD|2 +-
 trunk/microcode.install   |8 
 3 files changed, 9 insertions(+), 9 deletions(-)

Modified: intel-ucode/trunk/PKGBUILD
===
--- microcode/trunk/PKGBUILD2012-01-08 13:57:27 UTC (rev 146289)
+++ intel-ucode/trunk/PKGBUILD  2012-01-09 11:59:35 UTC (rev 146304)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
-pkgname=microcode
+pkgname=intel-ucode
 pkgver=2010
 pkgrel=1
 pkgdesc=Microcode update files for Intel CPUs

Copied: intel-ucode/trunk/intel-ucode.install (from rev 146289, 
microcode/trunk/microcode.install)
===
--- intel-ucode/trunk/intel-ucode.install   (rev 0)
+++ intel-ucode/trunk/intel-ucode.install   2012-01-09 11:59:35 UTC (rev 
146304)
@@ -0,0 +1,8 @@
+post_install() {
+  echo
+  echo == To apply the microcode update on boot, load the 'microcode' module
+  echo == by adding it to the MODULES array in rc.conf:
+  echo ==  MODULES=(... microcode)
+  echo == The old 'microcode' daemon script no longer exists.
+  echo
+}

Deleted: intel-ucode/trunk/microcode.install
===
--- microcode/trunk/microcode.install   2012-01-08 13:57:27 UTC (rev 146289)
+++ intel-ucode/trunk/microcode.install 2012-01-09 11:59:35 UTC (rev 146304)
@@ -1,8 +0,0 @@
-post_install() {
-  echo
-  echo == To apply the microcode update on boot, load the 'microcode' module
-  echo == by adding it to the MODULES array in rc.conf:
-  echo ==  MODULES=(... microcode)
-  echo == The old 'microcode' daemon script no longer exists.
-  echo
-}



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

2012-01-09 Thread Jan Steffens
Date: Monday, January 9, 2012 @ 08:53:47
  Author: heftig
Revision: 146305

4.2.3

Modified:
  gtkhtml4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 11:59:35 UTC (rev 146304)
+++ PKGBUILD2012-01-09 13:53:47 UTC (rev 146305)
@@ -3,7 +3,7 @@
 
 pkgname=gtkhtml4
 _pkgbasename=gtkhtml
-pkgver=4.2.2
+pkgver=4.2.3
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget for GTK3
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
-sha256sums=('e20bb5d461e9ae9d3a8d4e13d544db1813707810ded7cbde9287485f2394dd2c')
+sha256sums=('e9867dafd5685a7887afe77f2eb584aeaf5f8e20df83100b8f24adcfc1e422d1')
 
 build() {
 cd ${srcdir}/${_pkgbasename}-${pkgver}



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

2012-01-09 Thread Jan Steffens
Date: Monday, January 9, 2012 @ 08:55:21
  Author: heftig
Revision: 146306

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-09 13:53:47 UTC (rev 146305)
+++ extra-i686/PKGBUILD 2012-01-09 13:55:21 UTC (rev 146306)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtkhtml4
-_pkgbasename=gtkhtml
-pkgver=4.2.2
-pkgrel=1
-pkgdesc=A lightweight HTML renderer/editor widget for GTK3
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
-makedepends=('intltool')
-url=http://www.gnome.org;
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
-sha256sums=('e20bb5d461e9ae9d3a8d4e13d544db1813707810ded7cbde9287485f2394dd2c')
-
-build() {
-cd ${srcdir}/${_pkgbasename}-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/gtkhtml4 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbasename}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: gtkhtml4/repos/extra-i686/PKGBUILD (from rev 146305, 
gtkhtml4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-09 13:55:21 UTC (rev 146306)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.2.3
+pkgrel=1
+pkgdesc=A lightweight HTML renderer/editor widget for GTK3
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+makedepends=('intltool')
+url=http://www.gnome.org;
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('e9867dafd5685a7887afe77f2eb584aeaf5f8e20df83100b8f24adcfc1e422d1')
+
+build() {
+cd ${srcdir}/${_pkgbasename}-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbasename}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-09 13:53:47 UTC (rev 146305)
+++ extra-x86_64/PKGBUILD   2012-01-09 13:55:21 UTC (rev 146306)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtkhtml4
-_pkgbasename=gtkhtml
-pkgver=4.2.2
-pkgrel=1
-pkgdesc=A lightweight HTML renderer/editor widget for GTK3
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
-makedepends=('intltool')
-url=http://www.gnome.org;
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
-sha256sums=('e20bb5d461e9ae9d3a8d4e13d544db1813707810ded7cbde9287485f2394dd2c')
-
-build() {
-cd ${srcdir}/${_pkgbasename}-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/gtkhtml4 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbasename}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: gtkhtml4/repos/extra-x86_64/PKGBUILD (from rev 146305, 
gtkhtml4/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-09 13:55:21 UTC (rev 146306)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.2.3
+pkgrel=1
+pkgdesc=A lightweight HTML renderer/editor widget for GTK3
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+makedepends=('intltool')
+url=http://www.gnome.org;
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('e9867dafd5685a7887afe77f2eb584aeaf5f8e20df83100b8f24adcfc1e422d1')
+
+build() {
+cd ${srcdir}/${_pkgbasename}-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc \
+

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

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 09:53:49
  Author: ibiru
Revision: 146307

db 5.3.15 rebuild

Modified:
  libsasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 13:55:21 UTC (rev 146306)
+++ PKGBUILD2012-01-09 14:53:49 UTC (rev 146307)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
-# This package spans multiple repositories. 
+# This package spans multiple repositories.
 # Always build from cyrus-sasl/trunk and merge changes to libsasl/trunk.
 
 #pkgbase=('cyrus-sasl')
 #pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
 pkgname=libsasl
 pkgver=2.1.23
-pkgrel=8
+pkgrel=9
 pkgdesc=Cyrus Simple Authentication Service Layer (SASL) library
 arch=('i686' 'x86_64')
 url=http://cyrusimap.web.cmu.edu/;



[arch-commits] Commit in libsasl/repos (44 files)

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 09:57:36
  Author: ibiru
Revision: 146308

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

Added:
  libsasl/repos/staging-i686/
  libsasl/repos/staging-i686/0003_saslauthd_mdoc.patch
(from rev 146307, libsasl/trunk/0003_saslauthd_mdoc.patch)
  libsasl/repos/staging-i686/0010_maintainer_mode.patch
(from rev 146307, libsasl/trunk/0010_maintainer_mode.patch)
  libsasl/repos/staging-i686/0011_saslauthd_ac_prog_libtool.patch
(from rev 146307, libsasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  libsasl/repos/staging-i686/0012_xopen_crypt_prototype.patch
(from rev 146307, libsasl/trunk/0012_xopen_crypt_prototype.patch)
  libsasl/repos/staging-i686/0016_pid_file_lock_creation_mask.patch
(from rev 146307, libsasl/trunk/0016_pid_file_lock_creation_mask.patch)
  libsasl/repos/staging-i686/0018_auth_rimap_quotes.patch
(from rev 146307, libsasl/trunk/0018_auth_rimap_quotes.patch)
  libsasl/repos/staging-i686/0019_ldap_deprecated.patch
(from rev 146307, libsasl/trunk/0019_ldap_deprecated.patch)
  libsasl/repos/staging-i686/0022_gcc4.4_preprocessor_syntax.patch
(from rev 146307, libsasl/trunk/0022_gcc4.4_preprocessor_syntax.patch)
  libsasl/repos/staging-i686/0025_ld_as_needed.patch
(from rev 146307, libsasl/trunk/0025_ld_as_needed.patch)
  libsasl/repos/staging-i686/0026_drop_krb5support_dependency.patch
(from rev 146307, libsasl/trunk/0026_drop_krb5support_dependency.patch)
  libsasl/repos/staging-i686/0027_db5_support.patch
(from rev 146307, libsasl/trunk/0027_db5_support.patch)
  libsasl/repos/staging-i686/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 146307, 
libsasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  libsasl/repos/staging-i686/PKGBUILD
(from rev 146307, libsasl/trunk/PKGBUILD)
  libsasl/repos/staging-i686/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 146307, libsasl/trunk/cyrus-sasl-2.1.19-checkpw.c.patch)
  libsasl/repos/staging-i686/cyrus-sasl-2.1.22-as-needed.patch
(from rev 146307, libsasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  libsasl/repos/staging-i686/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 146307, libsasl/trunk/cyrus-sasl-2.1.22-automake-1.10.patch)
  libsasl/repos/staging-i686/cyrus-sasl-2.1.22-crypt.patch
(from rev 146307, libsasl/trunk/cyrus-sasl-2.1.22-crypt.patch)
  libsasl/repos/staging-i686/cyrus-sasl-2.1.22-qa.patch
(from rev 146307, libsasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  libsasl/repos/staging-i686/cyrus-sasl-2.1.23-authd-fix.patch
(from rev 146307, libsasl/trunk/cyrus-sasl-2.1.23-authd-fix.patch)
  libsasl/repos/staging-i686/saslauthd
(from rev 146307, libsasl/trunk/saslauthd)
  libsasl/repos/staging-i686/saslauthd.conf.d
(from rev 146307, libsasl/trunk/saslauthd.conf.d)
  libsasl/repos/staging-x86_64/
  libsasl/repos/staging-x86_64/0003_saslauthd_mdoc.patch
(from rev 146307, libsasl/trunk/0003_saslauthd_mdoc.patch)
  libsasl/repos/staging-x86_64/0010_maintainer_mode.patch
(from rev 146307, libsasl/trunk/0010_maintainer_mode.patch)
  libsasl/repos/staging-x86_64/0011_saslauthd_ac_prog_libtool.patch
(from rev 146307, libsasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  libsasl/repos/staging-x86_64/0012_xopen_crypt_prototype.patch
(from rev 146307, libsasl/trunk/0012_xopen_crypt_prototype.patch)
  libsasl/repos/staging-x86_64/0016_pid_file_lock_creation_mask.patch
(from rev 146307, libsasl/trunk/0016_pid_file_lock_creation_mask.patch)
  libsasl/repos/staging-x86_64/0018_auth_rimap_quotes.patch
(from rev 146307, libsasl/trunk/0018_auth_rimap_quotes.patch)
  libsasl/repos/staging-x86_64/0019_ldap_deprecated.patch
(from rev 146307, libsasl/trunk/0019_ldap_deprecated.patch)
  libsasl/repos/staging-x86_64/0022_gcc4.4_preprocessor_syntax.patch
(from rev 146307, libsasl/trunk/0022_gcc4.4_preprocessor_syntax.patch)
  libsasl/repos/staging-x86_64/0025_ld_as_needed.patch
(from rev 146307, libsasl/trunk/0025_ld_as_needed.patch)
  libsasl/repos/staging-x86_64/0026_drop_krb5support_dependency.patch
(from rev 146307, libsasl/trunk/0026_drop_krb5support_dependency.patch)
  libsasl/repos/staging-x86_64/0027_db5_support.patch
(from rev 146307, libsasl/trunk/0027_db5_support.patch)
  libsasl/repos/staging-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 146307, 
libsasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  libsasl/repos/staging-x86_64/PKGBUILD
(from rev 146307, libsasl/trunk/PKGBUILD)
  libsasl/repos/staging-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 146307, libsasl/trunk/cyrus-sasl-2.1.19-checkpw.c.patch)
  libsasl/repos/staging-x86_64/cyrus-sasl-2.1.22-as-needed.patch
(from rev 146307, libsasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  libsasl/repos/staging-x86_64/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 146307, libsasl/trunk/cyrus-sasl-2.1.22-automake-1.10.patch)
  

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

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 10:01:29
  Author: ibiru
Revision: 146309

db 5.3.15 rebuild

Modified:
  cyrus-sasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 14:57:36 UTC (rev 146308)
+++ PKGBUILD2012-01-09 15:01:29 UTC (rev 146309)
@@ -8,7 +8,7 @@
 pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
 #pkgname=libsasl
 pkgver=2.1.23
-pkgrel=8
+pkgrel=9
 pkgdesc=Cyrus Simple Authentication Service Layer (SASL) library
 arch=('i686' 'x86_64')
 url=http://cyrusimap.web.cmu.edu/;



[arch-commits] Commit in cyrus-sasl/repos (44 files)

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 10:05:05
  Author: ibiru
Revision: 146310

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

Added:
  cyrus-sasl/repos/staging-i686/
  cyrus-sasl/repos/staging-i686/0003_saslauthd_mdoc.patch
(from rev 146309, cyrus-sasl/trunk/0003_saslauthd_mdoc.patch)
  cyrus-sasl/repos/staging-i686/0010_maintainer_mode.patch
(from rev 146309, cyrus-sasl/trunk/0010_maintainer_mode.patch)
  cyrus-sasl/repos/staging-i686/0011_saslauthd_ac_prog_libtool.patch
(from rev 146309, cyrus-sasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/staging-i686/0012_xopen_crypt_prototype.patch
(from rev 146309, cyrus-sasl/trunk/0012_xopen_crypt_prototype.patch)
  cyrus-sasl/repos/staging-i686/0016_pid_file_lock_creation_mask.patch
(from rev 146309, cyrus-sasl/trunk/0016_pid_file_lock_creation_mask.patch)
  cyrus-sasl/repos/staging-i686/0018_auth_rimap_quotes.patch
(from rev 146309, cyrus-sasl/trunk/0018_auth_rimap_quotes.patch)
  cyrus-sasl/repos/staging-i686/0019_ldap_deprecated.patch
(from rev 146309, cyrus-sasl/trunk/0019_ldap_deprecated.patch)
  cyrus-sasl/repos/staging-i686/0022_gcc4.4_preprocessor_syntax.patch
(from rev 146309, cyrus-sasl/trunk/0022_gcc4.4_preprocessor_syntax.patch)
  cyrus-sasl/repos/staging-i686/0025_ld_as_needed.patch
(from rev 146309, cyrus-sasl/trunk/0025_ld_as_needed.patch)
  cyrus-sasl/repos/staging-i686/0026_drop_krb5support_dependency.patch
(from rev 146309, cyrus-sasl/trunk/0026_drop_krb5support_dependency.patch)
  cyrus-sasl/repos/staging-i686/0027_db5_support.patch
(from rev 146309, cyrus-sasl/trunk/0027_db5_support.patch)
  cyrus-sasl/repos/staging-i686/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 146309, 
cyrus-sasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/staging-i686/PKGBUILD
(from rev 146309, cyrus-sasl/trunk/PKGBUILD)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 146309, cyrus-sasl/trunk/cyrus-sasl-2.1.19-checkpw.c.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-as-needed.patch
(from rev 146309, cyrus-sasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 146309, cyrus-sasl/trunk/cyrus-sasl-2.1.22-automake-1.10.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-crypt.patch
(from rev 146309, cyrus-sasl/trunk/cyrus-sasl-2.1.22-crypt.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-qa.patch
(from rev 146309, cyrus-sasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.23-authd-fix.patch
(from rev 146309, cyrus-sasl/trunk/cyrus-sasl-2.1.23-authd-fix.patch)
  cyrus-sasl/repos/staging-i686/saslauthd
(from rev 146309, cyrus-sasl/trunk/saslauthd)
  cyrus-sasl/repos/staging-i686/saslauthd.conf.d
(from rev 146309, cyrus-sasl/trunk/saslauthd.conf.d)
  cyrus-sasl/repos/staging-x86_64/
  cyrus-sasl/repos/staging-x86_64/0003_saslauthd_mdoc.patch
(from rev 146309, cyrus-sasl/trunk/0003_saslauthd_mdoc.patch)
  cyrus-sasl/repos/staging-x86_64/0010_maintainer_mode.patch
(from rev 146309, cyrus-sasl/trunk/0010_maintainer_mode.patch)
  cyrus-sasl/repos/staging-x86_64/0011_saslauthd_ac_prog_libtool.patch
(from rev 146309, cyrus-sasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/staging-x86_64/0012_xopen_crypt_prototype.patch
(from rev 146309, cyrus-sasl/trunk/0012_xopen_crypt_prototype.patch)
  cyrus-sasl/repos/staging-x86_64/0016_pid_file_lock_creation_mask.patch
(from rev 146309, cyrus-sasl/trunk/0016_pid_file_lock_creation_mask.patch)
  cyrus-sasl/repos/staging-x86_64/0018_auth_rimap_quotes.patch
(from rev 146309, cyrus-sasl/trunk/0018_auth_rimap_quotes.patch)
  cyrus-sasl/repos/staging-x86_64/0019_ldap_deprecated.patch
(from rev 146309, cyrus-sasl/trunk/0019_ldap_deprecated.patch)
  cyrus-sasl/repos/staging-x86_64/0022_gcc4.4_preprocessor_syntax.patch
(from rev 146309, cyrus-sasl/trunk/0022_gcc4.4_preprocessor_syntax.patch)
  cyrus-sasl/repos/staging-x86_64/0025_ld_as_needed.patch
(from rev 146309, cyrus-sasl/trunk/0025_ld_as_needed.patch)
  cyrus-sasl/repos/staging-x86_64/0026_drop_krb5support_dependency.patch
(from rev 146309, cyrus-sasl/trunk/0026_drop_krb5support_dependency.patch)
  cyrus-sasl/repos/staging-x86_64/0027_db5_support.patch
(from rev 146309, cyrus-sasl/trunk/0027_db5_support.patch)
  
cyrus-sasl/repos/staging-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 146309, 
cyrus-sasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/staging-x86_64/PKGBUILD
(from rev 146309, cyrus-sasl/trunk/PKGBUILD)
  cyrus-sasl/repos/staging-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 146309, cyrus-sasl/trunk/cyrus-sasl-2.1.19-checkpw.c.patch)
  cyrus-sasl/repos/staging-x86_64/cyrus-sasl-2.1.22-as-needed.patch
(from rev 146309, 

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

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 10:16:55
  Author: ibiru
Revision: 146311

update to 3.2.0
rebuild against db 5.3.15
dropped perl dependency, FS#25998 since is used only in some examples

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 15:05:05 UTC (rev 146310)
+++ PKGBUILD2012-01-09 15:16:55 UTC (rev 146311)
@@ -3,13 +3,13 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=iproute2
-pkgver=2.6.39
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc=IP Routing Utilities
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.linux-foundation.org/en/Net:Iproute2;
-depends=('perl')
+depends=('glibc' 'db')
 makedepends=('linux-atm')
 optdepends=('linux-atm: ATM support')
 provides=('iproute')
@@ -18,17 +18,17 @@
 options=('!makeflags')
 backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
-source=(http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-${pkgver}.tar.gz
-   'iproute2-fhs.patch')
-sha1sums=('9044ad0b4a34a377a54197724373330294d743c7'
+source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+   iproute2-fhs.patch)
+sha1sums=('1e217f22b0bbfc870ddf746de883ee375cd9e533'
   '2416b11252364d7a6c742eabb4a6924a75637a46')
 
 
 build() {
-  cd $srcdir/iproute2-${pkgver}
-  
+  cd $srcdir/$pkgname-$pkgver
+
   # set correct fhs structure
-  patch -Np1 -i ${srcdir}/iproute2-fhs.patch
+  patch -Np1 -i $srcdir/iproute2-fhs.patch
 
   ./configure
 
@@ -36,16 +36,16 @@
 }
 
 package() {
-  cd $srcdir/iproute2-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
 
-  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir install
 
   # allow loopback to be started before /usr is mounted, this may not be 
supported in the future
-  mkdir -p ${pkgdir}/sbin
-  mv ${pkgdir}/usr/sbin/ip ${pkgdir}/sbin/ip
-  ln -s /sbin/ip ${pkgdir}/usr/sbin/ip
+  mkdir -p $pkgdir/sbin
+  mv $pkgdir/usr/sbin/ip $pkgdir/sbin/ip
+  ln -s /sbin/ip $pkgdir/usr/sbin/ip
 
   # libnetlink isn't installed, install it FS#19385
-  install -Dm644 include/libnetlink.h ${pkgdir}/usr/include/libnetlink.h
-  install -Dm644 lib/libnetlink.a ${pkgdir}/usr/lib/libnetlink.a
+  install -Dm644 include/libnetlink.h $pkgdir/usr/include/libnetlink.h
+  install -Dm644 lib/libnetlink.a $pkgdir/usr/lib/libnetlink.a
 }



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

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 10:18:24
  Author: ibiru
Revision: 146312

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

Added:
  iproute2/repos/staging-i686/
  iproute2/repos/staging-i686/PKGBUILD
(from rev 146311, iproute2/trunk/PKGBUILD)
  iproute2/repos/staging-i686/iproute2-fhs.patch
(from rev 146311, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/staging-x86_64/
  iproute2/repos/staging-x86_64/PKGBUILD
(from rev 146311, iproute2/trunk/PKGBUILD)
  iproute2/repos/staging-x86_64/iproute2-fhs.patch
(from rev 146311, iproute2/trunk/iproute2-fhs.patch)

---+
 staging-i686/PKGBUILD |   51 +
 staging-i686/iproute2-fhs.patch   |   84 
 staging-x86_64/PKGBUILD   |   51 +
 staging-x86_64/iproute2-fhs.patch |   84 
 4 files changed, 270 insertions(+)

Copied: iproute2/repos/staging-i686/PKGBUILD (from rev 146311, 
iproute2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-09 15:18:24 UTC (rev 146312)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=iproute2
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=IP Routing Utilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.linux-foundation.org/en/Net:Iproute2;
+depends=('glibc' 'db')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+   iproute2-fhs.patch)
+sha1sums=('1e217f22b0bbfc870ddf746de883ee375cd9e533'
+  '2416b11252364d7a6c742eabb4a6924a75637a46')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # set correct fhs structure
+  patch -Np1 -i $srcdir/iproute2-fhs.patch
+
+  ./configure
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # allow loopback to be started before /usr is mounted, this may not be 
supported in the future
+  mkdir -p $pkgdir/sbin
+  mv $pkgdir/usr/sbin/ip $pkgdir/sbin/ip
+  ln -s /sbin/ip $pkgdir/usr/sbin/ip
+
+  # libnetlink isn't installed, install it FS#19385
+  install -Dm644 include/libnetlink.h $pkgdir/usr/include/libnetlink.h
+  install -Dm644 lib/libnetlink.a $pkgdir/usr/lib/libnetlink.a
+}

Copied: iproute2/repos/staging-i686/iproute2-fhs.patch (from rev 146311, 
iproute2/trunk/iproute2-fhs.patch)
===
--- staging-i686/iproute2-fhs.patch (rev 0)
+++ staging-i686/iproute2-fhs.patch 2012-01-09 15:18:24 UTC (rev 146312)
@@ -0,0 +1,84 @@
+diff -Naur iproute2.old/Makefile iproute2-2.6.29/Makefile
+--- iproute2.old/Makefile  2009-11-11 22:05:21.251407668 +0100
 iproute2-2.6.29/Makefile   2009-11-11 22:07:09.891833516 +0100
+@@ -1,11 +1,12 @@
+ DESTDIR=/usr/
+ ROOTDIR=$(DESTDIR)
+ LIBDIR=/usr/lib/
+-SBINDIR=/sbin
++SBINDIR=/usr/sbin
+ CONFDIR=/etc/iproute2
+-DOCDIR=/share/doc/iproute2
+-MANDIR=/share/man
++DOCDIR=/usr/share/doc/iproute2
++MANDIR=/usr/share/man
+ ARPDDIR=/var/lib/arpd
++SHAREDIR=/usr/share
+
+ # Path to db_185.h include
+ DBM_INCLUDE:=$(ROOTDIR)/usr/include
+diff -Naur iproute2.old/tc/tc_util.c iproute2-2.6.29/tc/tc_util.c
+--- iproute2.old/tc/tc_util.c  2009-11-11 22:05:21.298076943 +0100
 iproute2-2.6.29/tc/tc_util.c   2009-11-11 22:09:32.865152646 +0100
+@@ -24,8 +24,8 @@
+ #include utils.h
+ #include tc_util.h
+ 
+-#ifndef LIBDIR
+-#define LIBDIR /usr/lib/
++#ifndef SHAREDIR
++#define SHAREDIR /usr/share
+ #endif
+ 
+ const char *get_tc_lib(void)
+@@ -34,7 +34,7 @@
+ 
+   lib_dir = getenv(TC_LIB_DIR);
+   if (!lib_dir)
+-  lib_dir = LIBDIR /tc/;
++  lib_dir = SHAREDIR /tc/;
+ 
+   return lib_dir;
+ }
+diff -Naur iproute2.old/netem/Makefile iproute2-2.6.35/netem/Makefile
+--- iproute2.old/netem/Makefile2010-08-06 11:30:48.640940183 +0200
 iproute2-2.6.35/netem/Makefile 2010-08-06 11:32:34.210908892 +0200
+@@ -20,9 +20,9 @@
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(SHAREDIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(SHAREDIR)/tc; \
+   done
+ 
+ clean:
+diff -Naur iproute2.old/tc/Makefile iproute2-2.6.35/tc/Makefile
+--- iproute2.old/tc/Makefile   2010-08-06 11:48:35.607472252 +0200
 iproute2-2.6.35/tc/Makefile

[arch-commits] Commit in libdrm/repos (9 files)

2012-01-09 Thread andyrtr
Date: Monday, January 9, 2012 @ 10:57:24
  Author: andyrtr
Revision: 146313

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

Added:
  libdrm/repos/extra-i686/COPYING
(from rev 146312, libdrm/repos/testing-i686/COPYING)
  libdrm/repos/extra-i686/PKGBUILD
(from rev 146312, libdrm/repos/testing-i686/PKGBUILD)
  libdrm/repos/extra-i686/git_fixes.diff
(from rev 146312, libdrm/repos/testing-i686/git_fixes.diff)
  libdrm/repos/extra-i686/no-pthread-stubs.patch
(from rev 146312, libdrm/repos/testing-i686/no-pthread-stubs.patch)
Deleted:
  libdrm/repos/extra-i686/COPYING
  libdrm/repos/extra-i686/PKGBUILD
  libdrm/repos/extra-i686/git_fixes.diff
  libdrm/repos/extra-i686/no-pthread-stubs.patch
  libdrm/repos/testing-i686/

+
 COPYING|   96 +-
 PKGBUILD   |  102 ++--
 git_fixes.diff |   26 -
 no-pthread-stubs.patch |  132 +++
 4 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/COPYING
===
--- extra-i686/COPYING  2012-01-09 15:18:24 UTC (rev 146312)
+++ extra-i686/COPYING  2012-01-09 15:57:24 UTC (rev 146313)
@@ -1,48 +0,0 @@
- Copyright 2005 Adam Jackson.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation on the rights to use, copy, modify, merge,
- publish, distribute, sub license, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-
- Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
- Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
- All Rights Reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
- SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/extra-i686/COPYING (from rev 146312, 
libdrm/repos/testing-i686/COPYING)
===
--- extra-i686/COPYING  (rev 0)
+++ extra-i686/COPYING  2012-01-09 15:57:24 UTC (rev 146313)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, 

[arch-commits] Commit in libdrm/repos (9 files)

2012-01-09 Thread andyrtr
Date: Monday, January 9, 2012 @ 10:57:26
  Author: andyrtr
Revision: 146314

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

Added:
  libdrm/repos/extra-x86_64/COPYING
(from rev 146312, libdrm/repos/testing-x86_64/COPYING)
  libdrm/repos/extra-x86_64/PKGBUILD
(from rev 146312, libdrm/repos/testing-x86_64/PKGBUILD)
  libdrm/repos/extra-x86_64/git_fixes.diff
(from rev 146312, libdrm/repos/testing-x86_64/git_fixes.diff)
  libdrm/repos/extra-x86_64/no-pthread-stubs.patch
(from rev 146312, libdrm/repos/testing-x86_64/no-pthread-stubs.patch)
Deleted:
  libdrm/repos/extra-x86_64/COPYING
  libdrm/repos/extra-x86_64/PKGBUILD
  libdrm/repos/extra-x86_64/git_fixes.diff
  libdrm/repos/extra-x86_64/no-pthread-stubs.patch
  libdrm/repos/testing-x86_64/

+
 COPYING|   96 +-
 PKGBUILD   |  102 ++--
 git_fixes.diff |   26 -
 no-pthread-stubs.patch |  132 +++
 4 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-x86_64/COPYING
===
--- extra-x86_64/COPYING2012-01-09 15:57:24 UTC (rev 146313)
+++ extra-x86_64/COPYING2012-01-09 15:57:26 UTC (rev 146314)
@@ -1,48 +0,0 @@
- Copyright 2005 Adam Jackson.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation on the rights to use, copy, modify, merge,
- publish, distribute, sub license, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-
- Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
- Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
- All Rights Reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
- SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/extra-x86_64/COPYING (from rev 146312, 
libdrm/repos/testing-x86_64/COPYING)
===
--- extra-x86_64/COPYING(rev 0)
+++ extra-x86_64/COPYING2012-01-09 15:57:26 UTC (rev 146314)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM 

[arch-commits] Commit in xf86-video-nouveau/repos (5 files)

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 11:15:37
  Author: ibiru
Revision: 146315

db-move: moved xf86-video-nouveau from [testing] to [extra] (i686)

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 146314, xf86-video-nouveau/repos/testing-i686/PKGBUILD)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 146314, 
xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/testing-i686/

+
 PKGBUILD   |   82 +--
 xf86-video-nouveau.install |   32 
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-09 15:57:26 UTC (rev 146314)
+++ extra-i686/PKGBUILD 2012-01-09 16:15:37 UTC (rev 146315)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod buddab...@gmail.com
-
-pkgname=xf86-video-nouveau
-_gitdate=20110829
-pkgver=0.0.16_git${_gitdate} # see configure.ac
-pkgrel=1
-pkgdesc=Open Source 3D acceleration driver for nVidia cards (experimental)
-arch=('i686' 'x86_64')
-url=http://nouveau.freedesktop.org/wiki/;
-license=('GPL') #and MIT, not yet a license file, see 
http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
-depends=('libdrm' 'udev')
-optdepends=('nouveau-dri:  experimental gallium3d features')
-makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto')
-conflicts=('xorg-server1.11.0')
-options=('!libtool')
-install=${pkgname}.install
-source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('8f484f6602a3711f4adfbce74fd886c1')
-
-# source PKGBUILD  mksource
-mksource() {
-   mkdir /tmp/${pkgname}-${_gitdate}
-   pushd /tmp/${pkgname}-${_gitdate}
-   git clone -v --depth 1 
git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
-   cd xf86-video-nouveau
-   git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD 
| bzip2  /tmp/${pkgname}-${_gitdate}/${pkgname}-${_gitdate}.tar.bz2
-   popd
-}
-
-build() {
-  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
-  make DESTDIR=${pkgdir} install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 146314, 
xf86-video-nouveau/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-09 16:15:37 UTC (rev 146315)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+_gitdate=20120106
+pkgver=0.0.16_git${_gitdate} # see configure.ac
+pkgrel=1
+pkgdesc=Open Source 3D acceleration driver for nVidia cards (experimental)
+arch=('i686' 'x86_64')
+url=http://nouveau.freedesktop.org/wiki/;
+license=('GPL') #and MIT, not yet a license file, see 
http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
+depends=('libdrm' 'udev')
+optdepends=('nouveau-dri:  experimental gallium3d features')
+makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
+md5sums=('4b0ee8643b3322ff3a0c5d70262a54af')
+
+# source PKGBUILD  mksource
+mksource() {
+   mkdir /tmp/$pkgname-${_gitdate}
+   pushd /tmp/$pkgname-${_gitdate}
+   git clone -v --depth 1 
git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
+   cd xf86-video-nouveau
+   git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD 
| bzip2  /tmp/$pkgname-${_gitdate}/$pkgname-${_gitdate}.tar.bz2
+   popd
+}
+
+build() {
+  cd $srcdir/xf86-video-nouveau-${_gitdate}
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/xf86-video-nouveau-${_gitdate}
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/xf86-video-nouveau.install
===
--- extra-i686/xf86-video-nouveau.install   2012-01-09 15:57:26 UTC (rev 
146314)
+++ extra-i686/xf86-video-nouveau.install   2012-01-09 16:15:37 UTC (rev 
146315)
@@ -1,16 +0,0 @@
-post_install () {
-   cat  _EOF
-  == make sure you use KernelModeSetting (KMS)
-  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}
-
-post_upgrade() {
-  if [ `vercmp $2 0.0.15_git20100117-1` -lt 0 ]; then
-cat  _EOF
-  == ATTENTION: Usermode support has been dropped
-  == make sure you use KernelModeSetting (KMS)
-  == see 

[arch-commits] Commit in xf86-video-nouveau/repos (5 files)

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 11:15:38
  Author: ibiru
Revision: 146316

db-move: moved xf86-video-nouveau from [testing] to [extra] (x86_64)

Added:
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 146314, xf86-video-nouveau/repos/testing-x86_64/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 146314, 
xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
  xf86-video-nouveau/repos/testing-x86_64/

+
 PKGBUILD   |   82 +--
 xf86-video-nouveau.install |   32 
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-09 16:15:37 UTC (rev 146315)
+++ extra-x86_64/PKGBUILD   2012-01-09 16:15:38 UTC (rev 146316)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod buddab...@gmail.com
-
-pkgname=xf86-video-nouveau
-_gitdate=20110829
-pkgver=0.0.16_git${_gitdate} # see configure.ac
-pkgrel=1
-pkgdesc=Open Source 3D acceleration driver for nVidia cards (experimental)
-arch=('i686' 'x86_64')
-url=http://nouveau.freedesktop.org/wiki/;
-license=('GPL') #and MIT, not yet a license file, see 
http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
-depends=('libdrm' 'udev')
-optdepends=('nouveau-dri:  experimental gallium3d features')
-makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto')
-conflicts=('xorg-server1.11.0')
-options=('!libtool')
-install=${pkgname}.install
-source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('8f484f6602a3711f4adfbce74fd886c1')
-
-# source PKGBUILD  mksource
-mksource() {
-   mkdir /tmp/${pkgname}-${_gitdate}
-   pushd /tmp/${pkgname}-${_gitdate}
-   git clone -v --depth 1 
git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
-   cd xf86-video-nouveau
-   git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD 
| bzip2  /tmp/${pkgname}-${_gitdate}/${pkgname}-${_gitdate}.tar.bz2
-   popd
-}
-
-build() {
-  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
-  make DESTDIR=${pkgdir} install
-}

Copied: xf86-video-nouveau/repos/extra-x86_64/PKGBUILD (from rev 146314, 
xf86-video-nouveau/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-09 16:15:38 UTC (rev 146316)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+_gitdate=20120106
+pkgver=0.0.16_git${_gitdate} # see configure.ac
+pkgrel=1
+pkgdesc=Open Source 3D acceleration driver for nVidia cards (experimental)
+arch=('i686' 'x86_64')
+url=http://nouveau.freedesktop.org/wiki/;
+license=('GPL') #and MIT, not yet a license file, see 
http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
+depends=('libdrm' 'udev')
+optdepends=('nouveau-dri:  experimental gallium3d features')
+makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
+md5sums=('4b0ee8643b3322ff3a0c5d70262a54af')
+
+# source PKGBUILD  mksource
+mksource() {
+   mkdir /tmp/$pkgname-${_gitdate}
+   pushd /tmp/$pkgname-${_gitdate}
+   git clone -v --depth 1 
git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
+   cd xf86-video-nouveau
+   git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD 
| bzip2  /tmp/$pkgname-${_gitdate}/$pkgname-${_gitdate}.tar.bz2
+   popd
+}
+
+build() {
+  cd $srcdir/xf86-video-nouveau-${_gitdate}
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/xf86-video-nouveau-${_gitdate}
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/xf86-video-nouveau.install
===
--- extra-x86_64/xf86-video-nouveau.install 2012-01-09 16:15:37 UTC (rev 
146315)
+++ extra-x86_64/xf86-video-nouveau.install 2012-01-09 16:15:38 UTC (rev 
146316)
@@ -1,16 +0,0 @@
-post_install () {
-   cat  _EOF
-  == make sure you use KernelModeSetting (KMS)
-  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}
-
-post_upgrade() {
-  if [ `vercmp $2 0.0.15_git20100117-1` -lt 0 ]; then
-cat  _EOF
-  == ATTENTION: Usermode support has been dropped
-  == make sure you use 

[arch-commits] Commit in linux/trunk (config config.x86_64)

2012-01-09 Thread Tobias Powalowski
Date: Monday, January 9, 2012 @ 12:35:12
  Author: tpowa
Revision: 146317

apply bcma changes

Modified:
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 config|9 ++---
 config.x86_64 |9 ++---
 2 files changed, 4 insertions(+), 14 deletions(-)

Modified: config
===
--- config  2012-01-09 16:15:38 UTC (rev 146316)
+++ config  2012-01-09 17:35:12 UTC (rev 146317)
@@ -2266,13 +2266,11 @@
 CONFIG_ATH6KL=m
 # CONFIG_ATH6KL_DEBUG is not set
 CONFIG_B43=m
-CONFIG_B43_BCMA=y
 CONFIG_B43_SSB=y
 CONFIG_B43_PCI_AUTOSELECT=y
 CONFIG_B43_PCICORE_AUTOSELECT=y
 CONFIG_B43_PCMCIA=y
 CONFIG_B43_SDIO=y
-CONFIG_B43_BCMA_PIO=y
 CONFIG_B43_PIO=y
 CONFIG_B43_PHY_N=y
 CONFIG_B43_PHY_LP=y
@@ -2292,6 +2290,7 @@
 # CONFIG_B43LEGACY_DMA_MODE is not set
 # CONFIG_B43LEGACY_PIO_MODE is not set
 CONFIG_BRCMUTIL=m
+CONFIG_BRCMSMAC=m
 CONFIG_BRCMFMAC=m
 # CONFIG_BRCMDBG is not set
 CONFIG_HOSTAP=m
@@ -3317,11 +3316,7 @@
 #
 # Broadcom specific AMBA
 #
-CONFIG_BCMA=m
-CONFIG_BCMA_BLOCKIO=y
-CONFIG_BCMA_HOST_PCI_POSSIBLE=y
-CONFIG_BCMA_HOST_PCI=y
-# CONFIG_BCMA_DEBUG is not set
+# CONFIC_BCMA is not set
 
 #
 # Multifunction device drivers

Modified: config.x86_64
===
--- config.x86_64   2012-01-09 16:15:38 UTC (rev 146316)
+++ config.x86_64   2012-01-09 17:35:12 UTC (rev 146317)
@@ -2152,13 +2152,11 @@
 CONFIG_ATH6KL=m
 # CONFIG_ATH6KL_DEBUG is not set
 CONFIG_B43=m
-CONFIG_B43_BCMA=y
 CONFIG_B43_SSB=y
 CONFIG_B43_PCI_AUTOSELECT=y
 CONFIG_B43_PCICORE_AUTOSELECT=y
 CONFIG_B43_PCMCIA=y
 CONFIG_B43_SDIO=y
-CONFIG_B43_BCMA_PIO=y
 CONFIG_B43_PIO=y
 CONFIG_B43_PHY_N=y
 CONFIG_B43_PHY_LP=y
@@ -2178,6 +2176,7 @@
 # CONFIG_B43LEGACY_DMA_MODE is not set
 # CONFIG_B43LEGACY_PIO_MODE is not set
 CONFIG_BRCMUTIL=m
+CONFIG_BRCMSMAC=m
 CONFIG_BRCMFMAC=m
 # CONFIG_BRCMDBG is not set
 CONFIG_HOSTAP=m
@@ -3166,11 +3165,7 @@
 #
 # Broadcom specific AMBA
 #
-CONFIG_BCMA=m
-CONFIG_BCMA_BLOCKIO=y
-CONFIG_BCMA_HOST_PCI_POSSIBLE=y
-CONFIG_BCMA_HOST_PCI=y
-# CONFIG_BCMA_DEBUG is not set
+# CONFIG_BCMA is not set
 
 #
 # Multifunction device drivers



[arch-commits] Commit in gnome-color-manager/trunk (PKGBUILD)

2012-01-09 Thread Jan Steffens
Date: Monday, January 9, 2012 @ 12:49:32
  Author: heftig
Revision: 146318

3.2.2

Modified:
  gnome-color-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 17:35:12 UTC (rev 146317)
+++ PKGBUILD2012-01-09 17:49:32 UTC (rev 146318)
@@ -2,8 +2,8 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=gnome-color-manager
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
 pkgdesc=Color profile manager for the GNOME desktop
 arch=(i686 x86_64)
 url=http://projects.gnome.org/gnome-color-manager/;
@@ -14,7 +14,7 @@
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bc4651b58a4dc4b812803e8f81520488e6b452969028f04987cb463b8e218436')
+sha256sums=('4898fe8c29761d8dc0859c4a3a1bf725d3b80d552caab1225202f6030a118d9a')
 
 build(){
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gnome-color-manager/repos (8 files)

2012-01-09 Thread Jan Steffens
Date: Monday, January 9, 2012 @ 12:51:25
  Author: heftig
Revision: 146319

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

Added:
  gnome-color-manager/repos/extra-i686/PKGBUILD
(from rev 146318, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/extra-i686/gnome-color-manager.install
(from rev 146318, gnome-color-manager/trunk/gnome-color-manager.install)
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
(from rev 146318, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/extra-x86_64/gnome-color-manager.install
(from rev 146318, gnome-color-manager/trunk/gnome-color-manager.install)
Deleted:
  gnome-color-manager/repos/extra-i686/PKGBUILD
  gnome-color-manager/repos/extra-i686/gnome-color-manager.install
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
  gnome-color-manager/repos/extra-x86_64/gnome-color-manager.install

--+
 extra-i686/PKGBUILD  |   68 ++---
 extra-i686/gnome-color-manager.install   |   38 
 extra-x86_64/PKGBUILD|   68 ++---
 extra-x86_64/gnome-color-manager.install |   38 
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-09 17:49:32 UTC (rev 146318)
+++ extra-i686/PKGBUILD 2012-01-09 17:51:25 UTC (rev 146319)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=gnome-color-manager
-pkgver=3.2.1
-pkgrel=2
-pkgdesc=Color profile manager for the GNOME desktop
-arch=(i686 x86_64)
-url=http://projects.gnome.org/gnome-color-manager/;
-license=(GPL2)
-depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 
'desktop-file-utils' 'clutter-gtk' 'mash' 'shared-color-profiles' 
'shared-color-targets')
-makedepends=('intltool' 'gtk-doc')
-install=gnome-color-manager.install
-options=('!libtool' '!emptydirs')
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bc4651b58a4dc4b812803e8f81520488e6b452969028f04987cb463b8e218436')
-
-build(){
-  cd $srcdir/$pkgname-$pkgver
-
-  # man pages need docbook-sgml, which we don't have
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-color-manager \
-  --disable-static --disable-man-pages
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-color-manager/repos/extra-i686/PKGBUILD (from rev 146318, 
gnome-color-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-09 17:51:25 UTC (rev 146319)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=gnome-color-manager
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 
'desktop-file-utils' 'clutter-gtk' 'mash' 'shared-color-profiles' 
'shared-color-targets')
+makedepends=('intltool' 'gtk-doc')
+install=gnome-color-manager.install
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4898fe8c29761d8dc0859c4a3a1bf725d3b80d552caab1225202f6030a118d9a')
+
+build(){
+  cd $srcdir/$pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager \
+  --disable-static --disable-man-pages
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-color-manager.install
===
--- extra-i686/gnome-color-manager.install  2012-01-09 17:49:32 UTC (rev 
146318)
+++ extra-i686/gnome-color-manager.install  2012-01-09 17:51:25 UTC (rev 
146319)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0)  0 )); then
-usr/sbin/gconfpkg --uninstall gnome-color-manager
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-color-manager/repos/extra-i686/gnome-color-manager.install (from 
rev 146318, gnome-color-manager/trunk/gnome-color-manager.install)
===
--- extra-i686/gnome-color-manager.install  (rev 0)
+++ 

[arch-commits] Commit in windowmaker/trunk (PKGBUILD wmaker.desktop)

2012-01-09 Thread Daniel Isenmann
Date: Monday, January 9, 2012 @ 13:40:45
  Author: daniel
Revision: 146320

upgpkg: windowmaker 0.95.0-1

New upstream release, changed to 0.95.0 git tag from wmaker-crm

Added:
  windowmaker/trunk/wmaker.desktop
Modified:
  windowmaker/trunk/PKGBUILD

+
 PKGBUILD   |   41 -
 wmaker.desktop |5 +
 2 files changed, 25 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 17:51:25 UTC (rev 146319)
+++ PKGBUILD2012-01-09 18:40:45 UTC (rev 146320)
@@ -2,34 +2,33 @@
 # Maintainer: Daniel Isenmann dan...@archlinux.org
 # Contributor: Judd Vinet jvi...@zeroflux.org
 pkgname=windowmaker
-pkgver=0.92.0
-pkgrel=8
+pkgver=0.95.0
+pkgrel=1
 pkgdesc=An X11 window manager with a NEXTSTEP look and feel
 arch=(i686 x86_64)
-url=http://www.windowmaker.info/;
+url=http://www.windowmaker.org/;
 license=('GPL' 'custom')
-depends=('libxinerama' 'libpng' 'libxpm' 'libxft' 'libtiff' 'giflib')
+depends=('libxinerama' 'libxrandr' 'libxmu' 'libpng' 'libxpm' 'libxft' 
'libtiff' 'giflib')
 options=('!libtool')
-source=(http://windowmaker.info/pub/source/release/WindowMaker-$pkgver.tar.bz2 
windowmaker-gcc4.patch.tar.bz2 libpng-1.4.patch)
-md5sums=('aaac5421b686ed2d3e6ab65229c98097' 'd9fb6a9c255f5c03d0e0c83dc3cd2320'\
- '409173062955f4a527d88cd7a007efa7')
-sha1sums=('4f7fea6f40b9ba9f870d2e2f0ce46274750edb2c' 
'764aa4883b289994177fd3735541d050fda5bcdb'\
- '027e1d06360fa38fe95afab6e73b7e9f144da687')
+source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz 
wmaker.desktop)  
+md5sums=('2d89834b4019e0a08641709ea7235db2'
+ '2fba97bebfd691836b92b8f0db79ff13')
 
 build() {
-  cd $srcdir/WindowMaker-$pkgver
-  patch -p1  ../libpng-1.4.patch || return 1
-  patch -Np1 -i ../windowmaker-gcc4.patch || return 1
-  libtoolize --force --copy || return 1
-  aclocal || return 1
-  autoconf || return 1
-  automake || return 1
+  cd $srcdir/windowmaker-$pkgver
   [ -z $LINGUAS ]  export LINGUAS=`ls po/*.po | sed 
's:po/\(.*\)\.po$:\1:'`
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-gnustepdir=/usr/lib/GNUstep --with-nlsdir=/usr/share/locale \
---enable-xinerama  || return 1
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
+--with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
+--enable-usermenu --enable-modelock --enable-xrandr
+  make
+}
+
+package() {
+  cd $srcdir/windowmaker-$pkgver
+  
+  make DESTDIR=$pkgdir install
   install -D -m644 COPYING.WTFPL 
$pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
+  install -D -m644 $srcdir/wmaker.desktop 
$pkgdir/usr/share/xsessions/wmaker.desktop
 }
 

Added: wmaker.desktop
===
--- wmaker.desktop  (rev 0)
+++ wmaker.desktop  2012-01-09 18:40:45 UTC (rev 146320)
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=windowmaker
+Exec=/usr/bin/wmaker
+Type=Application



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

2012-01-09 Thread Daniel Isenmann
Date: Monday, January 9, 2012 @ 13:41:18
  Author: daniel
Revision: 146321

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

Added:
  windowmaker/repos/extra-i686/PKGBUILD
(from rev 146320, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/extra-i686/libpng-1.4.patch
(from rev 146320, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/extra-i686/windowmaker-gcc4.patch.tar.bz2
(from rev 146320, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/extra-i686/wmaker.desktop
(from rev 146320, windowmaker/trunk/wmaker.desktop)
  windowmaker/repos/extra-x86_64/PKGBUILD
(from rev 146320, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/extra-x86_64/libpng-1.4.patch
(from rev 146320, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/extra-x86_64/windowmaker-gcc4.patch.tar.bz2
(from rev 146320, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/extra-x86_64/wmaker.desktop
(from rev 146320, windowmaker/trunk/wmaker.desktop)
Deleted:
  windowmaker/repos/extra-i686/PKGBUILD
  windowmaker/repos/extra-i686/libpng-1.4.patch
  windowmaker/repos/extra-i686/windowmaker-gcc4.patch.tar.bz2
  windowmaker/repos/extra-x86_64/PKGBUILD
  windowmaker/repos/extra-x86_64/libpng-1.4.patch
  windowmaker/repos/extra-x86_64/windowmaker-gcc4.patch.tar.bz2

---+
 extra-i686/PKGBUILD   |   69 +++-
 extra-i686/libpng-1.4.patch   |   24 ++---
 extra-i686/wmaker.desktop |5 ++
 extra-x86_64/PKGBUILD |   69 +++-
 extra-x86_64/libpng-1.4.patch |   24 ++---
 extra-x86_64/wmaker.desktop   |5 ++
 6 files changed, 102 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-09 18:40:45 UTC (rev 146320)
+++ extra-i686/PKGBUILD 2012-01-09 18:41:18 UTC (rev 146321)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-pkgname=windowmaker
-pkgver=0.92.0
-pkgrel=8
-pkgdesc=An X11 window manager with a NEXTSTEP look and feel
-arch=(i686 x86_64)
-url=http://www.windowmaker.info/;
-license=('GPL' 'custom')
-depends=('libxinerama' 'libpng' 'libxpm' 'libxft' 'libtiff' 'giflib')
-options=('!libtool')
-source=(http://windowmaker.info/pub/source/release/WindowMaker-$pkgver.tar.bz2 
windowmaker-gcc4.patch.tar.bz2 libpng-1.4.patch)
-md5sums=('aaac5421b686ed2d3e6ab65229c98097' 'd9fb6a9c255f5c03d0e0c83dc3cd2320'\
- '409173062955f4a527d88cd7a007efa7')
-sha1sums=('4f7fea6f40b9ba9f870d2e2f0ce46274750edb2c' 
'764aa4883b289994177fd3735541d050fda5bcdb'\
- '027e1d06360fa38fe95afab6e73b7e9f144da687')
-
-build() {
-  cd $srcdir/WindowMaker-$pkgver
-  patch -p1  ../libpng-1.4.patch || return 1
-  patch -Np1 -i ../windowmaker-gcc4.patch || return 1
-  libtoolize --force --copy || return 1
-  aclocal || return 1
-  autoconf || return 1
-  automake || return 1
-  [ -z $LINGUAS ]  export LINGUAS=`ls po/*.po | sed 
's:po/\(.*\)\.po$:\1:'`
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-gnustepdir=/usr/lib/GNUstep --with-nlsdir=/usr/share/locale \
---enable-xinerama  || return 1
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
-  install -D -m644 COPYING.WTFPL 
$pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
-}
-

Copied: windowmaker/repos/extra-i686/PKGBUILD (from rev 146320, 
windowmaker/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-09 18:41:18 UTC (rev 146321)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+pkgname=windowmaker
+pkgver=0.95.0
+pkgrel=1
+pkgdesc=An X11 window manager with a NEXTSTEP look and feel
+arch=(i686 x86_64)
+url=http://www.windowmaker.org/;
+license=('GPL' 'custom')
+depends=('libxinerama' 'libxrandr' 'libxmu' 'libpng' 'libxpm' 'libxft' 
'libtiff' 'giflib')
+options=('!libtool')
+source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz 
wmaker.desktop)  
+md5sums=('2d89834b4019e0a08641709ea7235db2'
+ '2fba97bebfd691836b92b8f0db79ff13')
+
+build() {
+  cd $srcdir/windowmaker-$pkgver
+  [ -z $LINGUAS ]  export LINGUAS=`ls po/*.po | sed 
's:po/\(.*\)\.po$:\1:'`
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
+--with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
+--enable-usermenu --enable-modelock --enable-xrandr
+  make
+}
+
+package() {
+  cd $srcdir/windowmaker-$pkgver
+  
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.WTFPL 
$pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
+  install -D -m644 $srcdir/wmaker.desktop 
$pkgdir/usr/share/xsessions/wmaker.desktop
+}
+

Deleted: extra-i686/libpng-1.4.patch

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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:01
  Author: stephane
Revision: 146322

db-move: moved apr-util from [staging] to [testing] (i686)

Added:
  apr-util/repos/testing-i686/
  apr-util/repos/testing-i686/PKGBUILD
(from rev 146321, apr-util/repos/staging-i686/PKGBUILD)
Deleted:
  apr-util/repos/staging-i686/

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

Copied: apr-util/repos/testing-i686/PKGBUILD (from rev 146321, 
apr-util/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:01 UTC (rev 146322)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr-util
+pkgver=1.3.12
+pkgrel=5
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
+options=('!libtool')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
+md5sums=('0f671b037ca62751a8a7005578085560')
+
+build() {
+  cd ${srcdir}/apr-util-${pkgver}
+  ./configure --prefix=/usr --with-apr=/usr \
+--without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
+--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+  make
+}
+
+package() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:02
  Author: stephane
Revision: 146323

db-move: moved apr-util from [staging] to [testing] (x86_64)

Added:
  apr-util/repos/testing-x86_64/
  apr-util/repos/testing-x86_64/PKGBUILD
(from rev 146321, apr-util/repos/staging-x86_64/PKGBUILD)
Deleted:
  apr-util/repos/staging-x86_64/

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

Copied: apr-util/repos/testing-x86_64/PKGBUILD (from rev 146321, 
apr-util/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:52:02 UTC (rev 146323)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr-util
+pkgver=1.3.12
+pkgrel=5
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
+options=('!libtool')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
+md5sums=('0f671b037ca62751a8a7005578085560')
+
+build() {
+  cd ${srcdir}/apr-util-${pkgver}
+  ./configure --prefix=/usr --with-apr=/usr \
+--without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
+--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+  make
+}
+
+package() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:03
  Author: stephane
Revision: 146324

db-move: moved bogofilter from [staging] to [testing] (i686)

Added:
  bogofilter/repos/testing-i686/
  bogofilter/repos/testing-i686/PKGBUILD
(from rev 146321, bogofilter/repos/staging-i686/PKGBUILD)
Deleted:
  bogofilter/repos/staging-i686/

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

Copied: bogofilter/repos/testing-i686/PKGBUILD (from rev 146321, 
bogofilter/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:03 UTC (rev 146324)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Low Kian Seong fastmail_...@speedymail.org
+
+pkgname=bogofilter
+pkgver=1.2.2
+pkgrel=4
+pkgdesc=A fast Bayesian spam filtering tool
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://bogofilter.sourceforge.net;
+depends=('db' 'perl' 'gsl')
+backup=('etc/bogofilter/bogofilter.cf')
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4bcabdf8c5e7efefcb508eda7e80eebc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc/bogofilter  \
+  --localstatedir=/var \
+  --enable-transactions
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  mv ${pkgdir}/etc/bogofilter/bogofilter.cf.example 
${pkgdir}/etc/bogofilter/bogofilter.cf
+
+  install -dm755 ${pkgdir}/usr/share/${pkgname}/contrib
+  install -m644 contrib/* ${pkgdir}/usr/share/${pkgname}/contrib/
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:04
  Author: stephane
Revision: 146325

db-move: moved bogofilter from [staging] to [testing] (x86_64)

Added:
  bogofilter/repos/testing-x86_64/
  bogofilter/repos/testing-x86_64/PKGBUILD
(from rev 146321, bogofilter/repos/staging-x86_64/PKGBUILD)
Deleted:
  bogofilter/repos/staging-x86_64/

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

Copied: bogofilter/repos/testing-x86_64/PKGBUILD (from rev 146321, 
bogofilter/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:52:04 UTC (rev 146325)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Low Kian Seong fastmail_...@speedymail.org
+
+pkgname=bogofilter
+pkgver=1.2.2
+pkgrel=4
+pkgdesc=A fast Bayesian spam filtering tool
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://bogofilter.sourceforge.net;
+depends=('db' 'perl' 'gsl')
+backup=('etc/bogofilter/bogofilter.cf')
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4bcabdf8c5e7efefcb508eda7e80eebc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc/bogofilter  \
+  --localstatedir=/var \
+  --enable-transactions
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  mv ${pkgdir}/etc/bogofilter/bogofilter.cf.example 
${pkgdir}/etc/bogofilter/bogofilter.cf
+
+  install -dm755 ${pkgdir}/usr/share/${pkgname}/contrib
+  install -m644 contrib/* ${pkgdir}/usr/share/${pkgname}/contrib/
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:05
  Author: stephane
Revision: 146326

db-move: moved claws-mail from [staging] to [testing] (i686)

Added:
  claws-mail/repos/testing-i686/
  claws-mail/repos/testing-i686/PKGBUILD
(from rev 146321, claws-mail/repos/staging-i686/PKGBUILD)
  claws-mail/repos/testing-i686/claws-mail.install
(from rev 146321, claws-mail/repos/staging-i686/claws-mail.install)
Deleted:
  claws-mail/repos/staging-i686/

+
 PKGBUILD   |   56 +++
 claws-mail.install |   16 ++
 2 files changed, 72 insertions(+)

Copied: claws-mail/repos/testing-i686/PKGBUILD (from rev 146321, 
claws-mail/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:05 UTC (rev 146326)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'pilot-link' 'enchant'
+ 'gpgme' 'libetpan' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
+optdepends=('python2:   needed for some tools'
+'perl:  needed for some tools'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering')
+replaces=('sylpheed-claws')
+provides=('claws')
+options=(!libtool)
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('df9f1657d7f34959a2205344d952c2e3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--disable-dillo-viewer-plugin \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin \
+--enable-jpilot
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/testing-i686/claws-mail.install (from rev 146321, 
claws-mail/repos/staging-i686/claws-mail.install)
===
--- testing-i686/claws-mail.install (rev 0)
+++ testing-i686/claws-mail.install 2012-01-09 18:52:05 UTC (rev 146326)
@@ -0,0 +1,16 @@
+post_install() {
+  echo install \html2ps\ from AUR to add support for printing html mails 
together with html plugins
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:06
  Author: stephane
Revision: 146327

db-move: moved claws-mail from [staging] to [testing] (x86_64)

Added:
  claws-mail/repos/testing-x86_64/
  claws-mail/repos/testing-x86_64/PKGBUILD
(from rev 146321, claws-mail/repos/staging-x86_64/PKGBUILD)
  claws-mail/repos/testing-x86_64/claws-mail.install
(from rev 146321, claws-mail/repos/staging-x86_64/claws-mail.install)
Deleted:
  claws-mail/repos/staging-x86_64/

+
 PKGBUILD   |   56 +++
 claws-mail.install |   16 ++
 2 files changed, 72 insertions(+)

Copied: claws-mail/repos/testing-x86_64/PKGBUILD (from rev 146321, 
claws-mail/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:52:06 UTC (rev 146327)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'pilot-link' 'enchant'
+ 'gpgme' 'libetpan' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
+optdepends=('python2:   needed for some tools'
+'perl:  needed for some tools'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering')
+replaces=('sylpheed-claws')
+provides=('claws')
+options=(!libtool)
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('df9f1657d7f34959a2205344d952c2e3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--disable-dillo-viewer-plugin \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin \
+--enable-jpilot
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/testing-x86_64/claws-mail.install (from rev 146321, 
claws-mail/repos/staging-x86_64/claws-mail.install)
===
--- testing-x86_64/claws-mail.install   (rev 0)
+++ testing-x86_64/claws-mail.install   2012-01-09 18:52:06 UTC (rev 146327)
@@ -0,0 +1,16 @@
+post_install() {
+  echo install \html2ps\ from AUR to add support for printing html mails 
together with html plugins
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+



[arch-commits] Commit in cyrus-sasl/repos (23 files)

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:09
  Author: stephane
Revision: 146328

db-move: moved cyrus-sasl from [staging] to [testing] (i686)

Added:
  cyrus-sasl/repos/testing-i686/
  cyrus-sasl/repos/testing-i686/0003_saslauthd_mdoc.patch
(from rev 146321, cyrus-sasl/repos/staging-i686/0003_saslauthd_mdoc.patch)
  cyrus-sasl/repos/testing-i686/0010_maintainer_mode.patch
(from rev 146321, cyrus-sasl/repos/staging-i686/0010_maintainer_mode.patch)
  cyrus-sasl/repos/testing-i686/0011_saslauthd_ac_prog_libtool.patch
(from rev 146321, 
cyrus-sasl/repos/staging-i686/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/testing-i686/0012_xopen_crypt_prototype.patch
(from rev 146321, 
cyrus-sasl/repos/staging-i686/0012_xopen_crypt_prototype.patch)
  cyrus-sasl/repos/testing-i686/0016_pid_file_lock_creation_mask.patch
(from rev 146321, 
cyrus-sasl/repos/staging-i686/0016_pid_file_lock_creation_mask.patch)
  cyrus-sasl/repos/testing-i686/0018_auth_rimap_quotes.patch
(from rev 146321, 
cyrus-sasl/repos/staging-i686/0018_auth_rimap_quotes.patch)
  cyrus-sasl/repos/testing-i686/0019_ldap_deprecated.patch
(from rev 146321, cyrus-sasl/repos/staging-i686/0019_ldap_deprecated.patch)
  cyrus-sasl/repos/testing-i686/0022_gcc4.4_preprocessor_syntax.patch
(from rev 146321, 
cyrus-sasl/repos/staging-i686/0022_gcc4.4_preprocessor_syntax.patch)
  cyrus-sasl/repos/testing-i686/0025_ld_as_needed.patch
(from rev 146321, cyrus-sasl/repos/staging-i686/0025_ld_as_needed.patch)
  cyrus-sasl/repos/testing-i686/0026_drop_krb5support_dependency.patch
(from rev 146321, 
cyrus-sasl/repos/staging-i686/0026_drop_krb5support_dependency.patch)
  cyrus-sasl/repos/testing-i686/0027_db5_support.patch
(from rev 146321, cyrus-sasl/repos/staging-i686/0027_db5_support.patch)
  cyrus-sasl/repos/testing-i686/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 146321, 
cyrus-sasl/repos/staging-i686/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/testing-i686/PKGBUILD
(from rev 146321, cyrus-sasl/repos/staging-i686/PKGBUILD)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 146321, 
cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.19-checkpw.c.patch)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.22-as-needed.patch
(from rev 146321, 
cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-as-needed.patch)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 146321, 
cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-automake-1.10.patch)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.22-crypt.patch
(from rev 146321, 
cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-crypt.patch)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.22-qa.patch
(from rev 146321, cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-qa.patch)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.23-authd-fix.patch
(from rev 146321, 
cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.23-authd-fix.patch)
  cyrus-sasl/repos/testing-i686/saslauthd
(from rev 146321, cyrus-sasl/repos/staging-i686/saslauthd)
  cyrus-sasl/repos/testing-i686/saslauthd.conf.d
(from rev 146321, cyrus-sasl/repos/staging-i686/saslauthd.conf.d)
Deleted:
  cyrus-sasl/repos/staging-i686/

--+
 0003_saslauthd_mdoc.patch|   35 +++
 0010_maintainer_mode.patch   |   19 +
 0011_saslauthd_ac_prog_libtool.patch |   15 +
 0012_xopen_crypt_prototype.patch |   20 ++
 0016_pid_file_lock_creation_mask.patch   |   27 ++
 0018_auth_rimap_quotes.patch |   35 +++
 0019_ldap_deprecated.patch   |   22 ++
 0022_gcc4.4_preprocessor_syntax.patch|   26 ++
 0025_ld_as_needed.patch  |   27 ++
 0026_drop_krb5support_dependency.patch   |   14 +
 0027_db5_support.patch   |   24 ++
 0030-dont_use_la_files_for_opening_plugins.patch |  134 +
 PKGBUILD |  202 +
 cyrus-sasl-2.1.19-checkpw.c.patch|  170 +
 cyrus-sasl-2.1.22-as-needed.patch|   11 +
 cyrus-sasl-2.1.22-automake-1.10.patch|   94 +
 cyrus-sasl-2.1.22-crypt.patch|   71 +++
 cyrus-sasl-2.1.22-qa.patch   |   22 ++
 cyrus-sasl-2.1.23-authd-fix.patch|   28 ++
 saslauthd|   49 +
 saslauthd.conf.d |1 
 21 files changed, 1046 insertions(+)

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


[arch-commits] Commit in cyrus-sasl/repos (23 files)

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:13
  Author: stephane
Revision: 146329

db-move: moved cyrus-sasl from [staging] to [testing] (x86_64)

Added:
  cyrus-sasl/repos/testing-x86_64/
  cyrus-sasl/repos/testing-x86_64/0003_saslauthd_mdoc.patch
(from rev 146321, cyrus-sasl/repos/staging-x86_64/0003_saslauthd_mdoc.patch)
  cyrus-sasl/repos/testing-x86_64/0010_maintainer_mode.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/0010_maintainer_mode.patch)
  cyrus-sasl/repos/testing-x86_64/0011_saslauthd_ac_prog_libtool.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/testing-x86_64/0012_xopen_crypt_prototype.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/0012_xopen_crypt_prototype.patch)
  cyrus-sasl/repos/testing-x86_64/0016_pid_file_lock_creation_mask.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/0016_pid_file_lock_creation_mask.patch)
  cyrus-sasl/repos/testing-x86_64/0018_auth_rimap_quotes.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/0018_auth_rimap_quotes.patch)
  cyrus-sasl/repos/testing-x86_64/0019_ldap_deprecated.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/0019_ldap_deprecated.patch)
  cyrus-sasl/repos/testing-x86_64/0022_gcc4.4_preprocessor_syntax.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/0022_gcc4.4_preprocessor_syntax.patch)
  cyrus-sasl/repos/testing-x86_64/0025_ld_as_needed.patch
(from rev 146321, cyrus-sasl/repos/staging-x86_64/0025_ld_as_needed.patch)
  cyrus-sasl/repos/testing-x86_64/0026_drop_krb5support_dependency.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/0026_drop_krb5support_dependency.patch)
  cyrus-sasl/repos/testing-x86_64/0027_db5_support.patch
(from rev 146321, cyrus-sasl/repos/staging-x86_64/0027_db5_support.patch)
  
cyrus-sasl/repos/testing-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/testing-x86_64/PKGBUILD
(from rev 146321, cyrus-sasl/repos/staging-x86_64/PKGBUILD)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.22-as-needed.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/cyrus-sasl-2.1.22-as-needed.patch)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/cyrus-sasl-2.1.22-automake-1.10.patch)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.22-crypt.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/cyrus-sasl-2.1.22-crypt.patch)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.22-qa.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/cyrus-sasl-2.1.22-qa.patch)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.23-authd-fix.patch
(from rev 146321, 
cyrus-sasl/repos/staging-x86_64/cyrus-sasl-2.1.23-authd-fix.patch)
  cyrus-sasl/repos/testing-x86_64/saslauthd
(from rev 146321, cyrus-sasl/repos/staging-x86_64/saslauthd)
  cyrus-sasl/repos/testing-x86_64/saslauthd.conf.d
(from rev 146321, cyrus-sasl/repos/staging-x86_64/saslauthd.conf.d)
Deleted:
  cyrus-sasl/repos/staging-x86_64/

--+
 0003_saslauthd_mdoc.patch|   35 +++
 0010_maintainer_mode.patch   |   19 +
 0011_saslauthd_ac_prog_libtool.patch |   15 +
 0012_xopen_crypt_prototype.patch |   20 ++
 0016_pid_file_lock_creation_mask.patch   |   27 ++
 0018_auth_rimap_quotes.patch |   35 +++
 0019_ldap_deprecated.patch   |   22 ++
 0022_gcc4.4_preprocessor_syntax.patch|   26 ++
 0025_ld_as_needed.patch  |   27 ++
 0026_drop_krb5support_dependency.patch   |   14 +
 0027_db5_support.patch   |   24 ++
 0030-dont_use_la_files_for_opening_plugins.patch |  134 +
 PKGBUILD |  202 +
 cyrus-sasl-2.1.19-checkpw.c.patch|  170 +
 cyrus-sasl-2.1.22-as-needed.patch|   11 +
 cyrus-sasl-2.1.22-automake-1.10.patch|   94 +
 cyrus-sasl-2.1.22-crypt.patch|   71 +++
 cyrus-sasl-2.1.22-qa.patch   |   22 ++
 cyrus-sasl-2.1.23-authd-fix.patch|   28 ++
 saslauthd|   49 +
 saslauthd.conf.d |1 
 21 files changed, 1046 insertions(+)

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


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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:14
  Author: stephane
Revision: 146330

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

Added:
  db/repos/testing-i686/
  db/repos/testing-i686/PKGBUILD
(from rev 146321, db/repos/staging-i686/PKGBUILD)
  db/repos/testing-i686/db.install
(from rev 146321, db/repos/staging-i686/db.install)
Deleted:
  db/repos/staging-i686/

+
 PKGBUILD   |   32 
 db.install |5 +
 2 files changed, 37 insertions(+)

Copied: db/repos/testing-i686/PKGBUILD (from rev 146321, 
db/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:14 UTC (rev 146330)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.15
+pkgrel=1
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')
+url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+options=('!libtool')
+install=db.install
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('7683b632a01ff3543c379a120809a942ec457738')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/docs
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: db/repos/testing-i686/db.install (from rev 146321, 
db/repos/staging-i686/db.install)
===
--- testing-i686/db.install (rev 0)
+++ testing-i686/db.install 2012-01-09 18:52:14 UTC (rev 146330)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ $(vercmp $2 5.1) -lt 0 ]; then
+echo   Major version update. Consider running db_upgrade on Berkeley DB 
databases.
+  fi
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:15
  Author: stephane
Revision: 146331

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

Added:
  db/repos/testing-x86_64/
  db/repos/testing-x86_64/PKGBUILD
(from rev 146321, db/repos/staging-x86_64/PKGBUILD)
  db/repos/testing-x86_64/db.install
(from rev 146321, db/repos/staging-x86_64/db.install)
Deleted:
  db/repos/staging-x86_64/

+
 PKGBUILD   |   32 
 db.install |5 +
 2 files changed, 37 insertions(+)

Copied: db/repos/testing-x86_64/PKGBUILD (from rev 146321, 
db/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:52:15 UTC (rev 146331)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.15
+pkgrel=1
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')
+url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+options=('!libtool')
+install=db.install
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('7683b632a01ff3543c379a120809a942ec457738')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/docs
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: db/repos/testing-x86_64/db.install (from rev 146321, 
db/repos/staging-x86_64/db.install)
===
--- testing-x86_64/db.install   (rev 0)
+++ testing-x86_64/db.install   2012-01-09 18:52:15 UTC (rev 146331)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ $(vercmp $2 5.1) -lt 0 ]; then
+echo   Major version update. Consider running db_upgrade on Berkeley DB 
databases.
+  fi
+}



[arch-commits] Commit in evolution-data-server/repos (3 files)

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:17
  Author: stephane
Revision: 146332

db-move: moved evolution-data-server from [staging] to [testing] (i686)

Added:
  evolution-data-server/repos/testing-i686/
  evolution-data-server/repos/testing-i686/PKGBUILD
(from rev 146321, evolution-data-server/repos/staging-i686/PKGBUILD)
Deleted:
  evolution-data-server/repos/staging-i686/

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

Copied: evolution-data-server/repos/testing-i686/PKGBUILD (from rev 146321, 
evolution-data-server/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:17 UTC (rev 146332)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.2.2
+pkgrel=2
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in evolution-data-server/repos (3 files)

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:19
  Author: stephane
Revision: 146333

db-move: moved evolution-data-server from [staging] to [testing] (x86_64)

Added:
  evolution-data-server/repos/testing-x86_64/
  evolution-data-server/repos/testing-x86_64/PKGBUILD
(from rev 146321, evolution-data-server/repos/staging-x86_64/PKGBUILD)
Deleted:
  evolution-data-server/repos/staging-x86_64/

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

Copied: evolution-data-server/repos/testing-x86_64/PKGBUILD (from rev 146321, 
evolution-data-server/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:52:19 UTC (rev 146333)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.2.2
+pkgrel=2
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:21
  Author: stephane
Revision: 146334

db-move: moved evolution-exchange from [staging] to [testing] (i686)

Added:
  evolution-exchange/repos/testing-i686/
  evolution-exchange/repos/testing-i686/PKGBUILD
(from rev 146321, evolution-exchange/repos/staging-i686/PKGBUILD)
  evolution-exchange/repos/testing-i686/evolution-exchange.install
(from rev 146321, 
evolution-exchange/repos/staging-i686/evolution-exchange.install)
Deleted:
  evolution-exchange/repos/staging-i686/

+
 PKGBUILD   |   33 +
 evolution-exchange.install |   17 +
 2 files changed, 50 insertions(+)

Copied: evolution-exchange/repos/testing-i686/PKGBUILD (from rev 146321, 
evolution-exchange/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:21 UTC (rev 146334)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-exchange
+pkgver=3.2.1
+pkgrel=2
+pkgdesc=Ximian Connector Exchange plugin for Evolution
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.ximian.com;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d9bebd1ab252e8568409fb1c50ba5a8f0c8236a8abf72ba697c95f9134d4cd9c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static \
+  --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-exchange-3.2 $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: evolution-exchange/repos/testing-i686/evolution-exchange.install (from 
rev 146321, evolution-exchange/repos/staging-i686/evolution-exchange.install)
===
--- testing-i686/evolution-exchange.install (rev 0)
+++ testing-i686/evolution-exchange.install 2012-01-09 18:52:21 UTC (rev 
146334)
@@ -0,0 +1,17 @@
+pkgname=evolution-exchange
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:23
  Author: stephane
Revision: 146335

db-move: moved evolution-exchange from [staging] to [testing] (x86_64)

Added:
  evolution-exchange/repos/testing-x86_64/
  evolution-exchange/repos/testing-x86_64/PKGBUILD
(from rev 146321, evolution-exchange/repos/staging-x86_64/PKGBUILD)
  evolution-exchange/repos/testing-x86_64/evolution-exchange.install
(from rev 146321, 
evolution-exchange/repos/staging-x86_64/evolution-exchange.install)
Deleted:
  evolution-exchange/repos/staging-x86_64/

+
 PKGBUILD   |   33 +
 evolution-exchange.install |   17 +
 2 files changed, 50 insertions(+)

Copied: evolution-exchange/repos/testing-x86_64/PKGBUILD (from rev 146321, 
evolution-exchange/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:52:23 UTC (rev 146335)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-exchange
+pkgver=3.2.1
+pkgrel=2
+pkgdesc=Ximian Connector Exchange plugin for Evolution
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.ximian.com;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d9bebd1ab252e8568409fb1c50ba5a8f0c8236a8abf72ba697c95f9134d4cd9c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static \
+  --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-exchange-3.2 $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: evolution-exchange/repos/testing-x86_64/evolution-exchange.install 
(from rev 146321, 
evolution-exchange/repos/staging-x86_64/evolution-exchange.install)
===
--- testing-x86_64/evolution-exchange.install   (rev 0)
+++ testing-x86_64/evolution-exchange.install   2012-01-09 18:52:23 UTC (rev 
146335)
@@ -0,0 +1,17 @@
+pkgname=evolution-exchange
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:24
  Author: stephane
Revision: 146336

db-move: moved evolution-groupwise from [staging] to [testing] (i686)

Added:
  evolution-groupwise/repos/testing-i686/
  evolution-groupwise/repos/testing-i686/PKGBUILD
(from rev 146321, evolution-groupwise/repos/staging-i686/PKGBUILD)
Deleted:
  evolution-groupwise/repos/staging-i686/

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

Copied: evolution-groupwise/repos/testing-i686/PKGBUILD (from rev 146321, 
evolution-groupwise/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:24 UTC (rev 146336)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=evolution-groupwise
+pkgver=3.2.1
+pkgrel=2
+pkgdesc=GroupWise connector for evolution
+arch=(i686 x86_64)
+url=http://projects.gnome.org/evolution/;
+license=(LGPL)
+depends=('evolution-data-server' 'gtkhtml4')
+makedepends=(intltool evolution)
+optdepends=('evolution: evolution plugin')
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('3a5a1590b92144e465b09abc0fdaefc6d6bf9a5465d0b07e01171ddfef4aebbf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:25
  Author: stephane
Revision: 146337

db-move: moved evolution-groupwise from [staging] to [testing] (x86_64)

Added:
  evolution-groupwise/repos/testing-x86_64/
  evolution-groupwise/repos/testing-x86_64/PKGBUILD
(from rev 146321, evolution-groupwise/repos/staging-x86_64/PKGBUILD)
Deleted:
  evolution-groupwise/repos/staging-x86_64/

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

Copied: evolution-groupwise/repos/testing-x86_64/PKGBUILD (from rev 146321, 
evolution-groupwise/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:52:25 UTC (rev 146337)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=evolution-groupwise
+pkgver=3.2.1
+pkgrel=2
+pkgdesc=GroupWise connector for evolution
+arch=(i686 x86_64)
+url=http://projects.gnome.org/evolution/;
+license=(LGPL)
+depends=('evolution-data-server' 'gtkhtml4')
+makedepends=(intltool evolution)
+optdepends=('evolution: evolution plugin')
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('3a5a1590b92144e465b09abc0fdaefc6d6bf9a5465d0b07e01171ddfef4aebbf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:27
  Author: stephane
Revision: 146338

db-move: moved iproute2 from [staging] to [testing] (i686)

Added:
  iproute2/repos/testing-i686/
  iproute2/repos/testing-i686/PKGBUILD
(from rev 146321, iproute2/repos/staging-i686/PKGBUILD)
  iproute2/repos/testing-i686/iproute2-fhs.patch
(from rev 146321, iproute2/repos/staging-i686/iproute2-fhs.patch)
Deleted:
  iproute2/repos/staging-i686/

+
 PKGBUILD   |   51 ++
 iproute2-fhs.patch |   84 +++
 2 files changed, 135 insertions(+)

Copied: iproute2/repos/testing-i686/PKGBUILD (from rev 146321, 
iproute2/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:27 UTC (rev 146338)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=iproute2
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=IP Routing Utilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.linux-foundation.org/en/Net:Iproute2;
+depends=('glibc' 'db')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+   iproute2-fhs.patch)
+sha1sums=('1e217f22b0bbfc870ddf746de883ee375cd9e533'
+  '2416b11252364d7a6c742eabb4a6924a75637a46')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # set correct fhs structure
+  patch -Np1 -i $srcdir/iproute2-fhs.patch
+
+  ./configure
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # allow loopback to be started before /usr is mounted, this may not be 
supported in the future
+  mkdir -p $pkgdir/sbin
+  mv $pkgdir/usr/sbin/ip $pkgdir/sbin/ip
+  ln -s /sbin/ip $pkgdir/usr/sbin/ip
+
+  # libnetlink isn't installed, install it FS#19385
+  install -Dm644 include/libnetlink.h $pkgdir/usr/include/libnetlink.h
+  install -Dm644 lib/libnetlink.a $pkgdir/usr/lib/libnetlink.a
+}

Copied: iproute2/repos/testing-i686/iproute2-fhs.patch (from rev 146321, 
iproute2/repos/staging-i686/iproute2-fhs.patch)
===
--- testing-i686/iproute2-fhs.patch (rev 0)
+++ testing-i686/iproute2-fhs.patch 2012-01-09 18:52:27 UTC (rev 146338)
@@ -0,0 +1,84 @@
+diff -Naur iproute2.old/Makefile iproute2-2.6.29/Makefile
+--- iproute2.old/Makefile  2009-11-11 22:05:21.251407668 +0100
 iproute2-2.6.29/Makefile   2009-11-11 22:07:09.891833516 +0100
+@@ -1,11 +1,12 @@
+ DESTDIR=/usr/
+ ROOTDIR=$(DESTDIR)
+ LIBDIR=/usr/lib/
+-SBINDIR=/sbin
++SBINDIR=/usr/sbin
+ CONFDIR=/etc/iproute2
+-DOCDIR=/share/doc/iproute2
+-MANDIR=/share/man
++DOCDIR=/usr/share/doc/iproute2
++MANDIR=/usr/share/man
+ ARPDDIR=/var/lib/arpd
++SHAREDIR=/usr/share
+
+ # Path to db_185.h include
+ DBM_INCLUDE:=$(ROOTDIR)/usr/include
+diff -Naur iproute2.old/tc/tc_util.c iproute2-2.6.29/tc/tc_util.c
+--- iproute2.old/tc/tc_util.c  2009-11-11 22:05:21.298076943 +0100
 iproute2-2.6.29/tc/tc_util.c   2009-11-11 22:09:32.865152646 +0100
+@@ -24,8 +24,8 @@
+ #include utils.h
+ #include tc_util.h
+ 
+-#ifndef LIBDIR
+-#define LIBDIR /usr/lib/
++#ifndef SHAREDIR
++#define SHAREDIR /usr/share
+ #endif
+ 
+ const char *get_tc_lib(void)
+@@ -34,7 +34,7 @@
+ 
+   lib_dir = getenv(TC_LIB_DIR);
+   if (!lib_dir)
+-  lib_dir = LIBDIR /tc/;
++  lib_dir = SHAREDIR /tc/;
+ 
+   return lib_dir;
+ }
+diff -Naur iproute2.old/netem/Makefile iproute2-2.6.35/netem/Makefile
+--- iproute2.old/netem/Makefile2010-08-06 11:30:48.640940183 +0200
 iproute2-2.6.35/netem/Makefile 2010-08-06 11:32:34.210908892 +0200
+@@ -20,9 +20,9 @@
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(SHAREDIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(SHAREDIR)/tc; \
+   done
+ 
+ clean:
+diff -Naur iproute2.old/tc/Makefile iproute2-2.6.35/tc/Makefile
+--- iproute2.old/tc/Makefile   2010-08-06 11:48:35.607472252 +0200
 iproute2-2.6.35/tc/Makefile2010-08-06 11:49:36.977473380 +0200
+@@ -99,18 +99,11 @@
+   $(AR) rcs $@ $(TCLIB)
+ 
+ install: all
+-  mkdir -p $(MODDESTDIR)
+-  install -m 0755 tc $(DESTDIR)$(SBINDIR)
+-  for i in $(TCSO); \
+-  do install -m 755 $$i $(MODDESTDIR); \
+-  done
+-  if [ ! -f 

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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:29
  Author: stephane
Revision: 146339

db-move: moved iproute2 from [staging] to [testing] (x86_64)

Added:
  iproute2/repos/testing-x86_64/
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 146321, iproute2/repos/staging-x86_64/PKGBUILD)
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
(from rev 146321, iproute2/repos/staging-x86_64/iproute2-fhs.patch)
Deleted:
  iproute2/repos/staging-x86_64/

+
 PKGBUILD   |   51 ++
 iproute2-fhs.patch |   84 +++
 2 files changed, 135 insertions(+)

Copied: iproute2/repos/testing-x86_64/PKGBUILD (from rev 146321, 
iproute2/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:52:29 UTC (rev 146339)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=iproute2
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=IP Routing Utilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.linux-foundation.org/en/Net:Iproute2;
+depends=('glibc' 'db')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+   iproute2-fhs.patch)
+sha1sums=('1e217f22b0bbfc870ddf746de883ee375cd9e533'
+  '2416b11252364d7a6c742eabb4a6924a75637a46')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # set correct fhs structure
+  patch -Np1 -i $srcdir/iproute2-fhs.patch
+
+  ./configure
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # allow loopback to be started before /usr is mounted, this may not be 
supported in the future
+  mkdir -p $pkgdir/sbin
+  mv $pkgdir/usr/sbin/ip $pkgdir/sbin/ip
+  ln -s /sbin/ip $pkgdir/usr/sbin/ip
+
+  # libnetlink isn't installed, install it FS#19385
+  install -Dm644 include/libnetlink.h $pkgdir/usr/include/libnetlink.h
+  install -Dm644 lib/libnetlink.a $pkgdir/usr/lib/libnetlink.a
+}

Copied: iproute2/repos/testing-x86_64/iproute2-fhs.patch (from rev 146321, 
iproute2/repos/staging-x86_64/iproute2-fhs.patch)
===
--- testing-x86_64/iproute2-fhs.patch   (rev 0)
+++ testing-x86_64/iproute2-fhs.patch   2012-01-09 18:52:29 UTC (rev 146339)
@@ -0,0 +1,84 @@
+diff -Naur iproute2.old/Makefile iproute2-2.6.29/Makefile
+--- iproute2.old/Makefile  2009-11-11 22:05:21.251407668 +0100
 iproute2-2.6.29/Makefile   2009-11-11 22:07:09.891833516 +0100
+@@ -1,11 +1,12 @@
+ DESTDIR=/usr/
+ ROOTDIR=$(DESTDIR)
+ LIBDIR=/usr/lib/
+-SBINDIR=/sbin
++SBINDIR=/usr/sbin
+ CONFDIR=/etc/iproute2
+-DOCDIR=/share/doc/iproute2
+-MANDIR=/share/man
++DOCDIR=/usr/share/doc/iproute2
++MANDIR=/usr/share/man
+ ARPDDIR=/var/lib/arpd
++SHAREDIR=/usr/share
+
+ # Path to db_185.h include
+ DBM_INCLUDE:=$(ROOTDIR)/usr/include
+diff -Naur iproute2.old/tc/tc_util.c iproute2-2.6.29/tc/tc_util.c
+--- iproute2.old/tc/tc_util.c  2009-11-11 22:05:21.298076943 +0100
 iproute2-2.6.29/tc/tc_util.c   2009-11-11 22:09:32.865152646 +0100
+@@ -24,8 +24,8 @@
+ #include utils.h
+ #include tc_util.h
+ 
+-#ifndef LIBDIR
+-#define LIBDIR /usr/lib/
++#ifndef SHAREDIR
++#define SHAREDIR /usr/share
+ #endif
+ 
+ const char *get_tc_lib(void)
+@@ -34,7 +34,7 @@
+ 
+   lib_dir = getenv(TC_LIB_DIR);
+   if (!lib_dir)
+-  lib_dir = LIBDIR /tc/;
++  lib_dir = SHAREDIR /tc/;
+ 
+   return lib_dir;
+ }
+diff -Naur iproute2.old/netem/Makefile iproute2-2.6.35/netem/Makefile
+--- iproute2.old/netem/Makefile2010-08-06 11:30:48.640940183 +0200
 iproute2-2.6.35/netem/Makefile 2010-08-06 11:32:34.210908892 +0200
+@@ -20,9 +20,9 @@
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(SHAREDIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(SHAREDIR)/tc; \
+   done
+ 
+ clean:
+diff -Naur iproute2.old/tc/Makefile iproute2-2.6.35/tc/Makefile
+--- iproute2.old/tc/Makefile   2010-08-06 11:48:35.607472252 +0200
 iproute2-2.6.35/tc/Makefile2010-08-06 11:49:36.977473380 +0200
+@@ -99,18 +99,11 @@
+   $(AR) rcs $@ $(TCLIB)
+ 
+ install: all
+-  mkdir -p $(MODDESTDIR)
+-  install -m 0755 tc $(DESTDIR)$(SBINDIR)
+-  for i in $(TCSO); \
+-  do install -m 755 $$i $(MODDESTDIR); \
+-  done
+-  if 

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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:31
  Author: stephane
Revision: 146340

db-move: moved libetpan from [staging] to [testing] (i686)

Added:
  libetpan/repos/testing-i686/
  libetpan/repos/testing-i686/PKGBUILD
(from rev 146321, libetpan/repos/staging-i686/PKGBUILD)
Deleted:
  libetpan/repos/staging-i686/

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

Copied: libetpan/repos/testing-i686/PKGBUILD (from rev 146321, 
libetpan/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:31 UTC (rev 146340)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libetpan
+pkgver=1.0
+pkgrel=4
+pkgdesc=A portable middleware for email access
+arch=('i686' 'x86_64')
+url=http://www.etpan.org/;
+license=(custom:etpan)
+depends=('db=5.3.15' 'libsasl=2.1.23' 'curl=7.23.1' 'expat=2.0.1-1')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('5addc766141a0b1d29ee1ca4ba1b6808')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:32
  Author: stephane
Revision: 146341

db-move: moved libetpan from [staging] to [testing] (x86_64)

Added:
  libetpan/repos/testing-x86_64/
  libetpan/repos/testing-x86_64/PKGBUILD
(from rev 146321, libetpan/repos/staging-x86_64/PKGBUILD)
Deleted:
  libetpan/repos/staging-x86_64/

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

Copied: libetpan/repos/testing-x86_64/PKGBUILD (from rev 146321, 
libetpan/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:52:32 UTC (rev 146341)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libetpan
+pkgver=1.0
+pkgrel=4
+pkgdesc=A portable middleware for email access
+arch=('i686' 'x86_64')
+url=http://www.etpan.org/;
+license=(custom:etpan)
+depends=('db=5.3.15' 'libsasl=2.1.23' 'curl=7.23.1' 'expat=2.0.1-1')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('5addc766141a0b1d29ee1ca4ba1b6808')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:34
  Author: stephane
Revision: 146342

db-move: moved libreoffice from [staging] to [testing] (i686)

Added:
  libreoffice/repos/testing-i686/
  libreoffice/repos/testing-i686/PKGBUILD
(from rev 146321, libreoffice/repos/staging-i686/PKGBUILD)
  libreoffice/repos/testing-i686/PKGBUILD.next_stable
(from rev 146321, libreoffice/repos/staging-i686/PKGBUILD.next_stable)
  libreoffice/repos/testing-i686/PKGBUILD.next_stable34
(from rev 146321, libreoffice/repos/staging-i686/PKGBUILD.next_stable34)
  libreoffice/repos/testing-i686/buildfix_boost.diff
(from rev 146321, libreoffice/repos/staging-i686/buildfix_boost.diff)
  libreoffice/repos/testing-i686/buildfix_ct2n.diff
(from rev 146321, libreoffice/repos/staging-i686/buildfix_ct2n.diff)
  libreoffice/repos/testing-i686/gcc462_buildfix.diff
(from rev 146321, libreoffice/repos/staging-i686/gcc462_buildfix.diff)
  libreoffice/repos/testing-i686/libreoffice.install
(from rev 146321, libreoffice/repos/staging-i686/libreoffice.install)
  libreoffice/repos/testing-i686/scp2-more-reasonable-file-access-rights.diff
(from rev 146321, 
libreoffice/repos/staging-i686/scp2-more-reasonable-file-access-rights.diff)
  libreoffice/repos/testing-i686/vbahelper.visibility.patch
(from rev 146321, libreoffice/repos/staging-i686/vbahelper.visibility.patch)
Deleted:
  libreoffice/repos/staging-i686/

--+
 PKGBUILD |  923 
 PKGBUILD.next_stable |  630 +
 PKGBUILD.next_stable34   |  925 +
 buildfix_boost.diff  |   40 +
 buildfix_ct2n.diff   |   17 
 gcc462_buildfix.diff |  138 +++
 libreoffice.install  |   50 +
 scp2-more-reasonable-file-access-rights.diff |   15 
 vbahelper.visibility.patch   |   33 
 9 files changed, 2771 insertions(+)

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


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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:36
  Author: stephane
Revision: 146343

db-move: moved libreoffice from [staging] to [testing] (x86_64)

Added:
  libreoffice/repos/testing-x86_64/
  libreoffice/repos/testing-x86_64/PKGBUILD
(from rev 146321, libreoffice/repos/staging-x86_64/PKGBUILD)
  libreoffice/repos/testing-x86_64/PKGBUILD.next_stable
(from rev 146321, libreoffice/repos/staging-x86_64/PKGBUILD.next_stable)
  libreoffice/repos/testing-x86_64/PKGBUILD.next_stable34
(from rev 146321, libreoffice/repos/staging-x86_64/PKGBUILD.next_stable34)
  libreoffice/repos/testing-x86_64/buildfix_boost.diff
(from rev 146321, libreoffice/repos/staging-x86_64/buildfix_boost.diff)
  libreoffice/repos/testing-x86_64/buildfix_ct2n.diff
(from rev 146321, libreoffice/repos/staging-x86_64/buildfix_ct2n.diff)
  libreoffice/repos/testing-x86_64/gcc462_buildfix.diff
(from rev 146321, libreoffice/repos/staging-x86_64/gcc462_buildfix.diff)
  libreoffice/repos/testing-x86_64/libreoffice.install
(from rev 146321, libreoffice/repos/staging-x86_64/libreoffice.install)
  libreoffice/repos/testing-x86_64/scp2-more-reasonable-file-access-rights.diff
(from rev 146321, 
libreoffice/repos/staging-x86_64/scp2-more-reasonable-file-access-rights.diff)
  libreoffice/repos/testing-x86_64/vbahelper.visibility.patch
(from rev 146321, 
libreoffice/repos/staging-x86_64/vbahelper.visibility.patch)
Deleted:
  libreoffice/repos/staging-x86_64/

--+
 PKGBUILD |  923 
 PKGBUILD.next_stable |  630 +
 PKGBUILD.next_stable34   |  925 +
 buildfix_boost.diff  |   40 +
 buildfix_ct2n.diff   |   17 
 gcc462_buildfix.diff |  138 +++
 libreoffice.install  |   50 +
 scp2-more-reasonable-file-access-rights.diff |   15 
 vbahelper.visibility.patch   |   33 
 9 files changed, 2771 insertions(+)

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


[arch-commits] Commit in libsasl/repos (23 files)

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:39
  Author: stephane
Revision: 146344

db-move: moved libsasl from [staging] to [testing] (i686)

Added:
  libsasl/repos/testing-i686/
  libsasl/repos/testing-i686/0003_saslauthd_mdoc.patch
(from rev 146321, libsasl/repos/staging-i686/0003_saslauthd_mdoc.patch)
  libsasl/repos/testing-i686/0010_maintainer_mode.patch
(from rev 146321, libsasl/repos/staging-i686/0010_maintainer_mode.patch)
  libsasl/repos/testing-i686/0011_saslauthd_ac_prog_libtool.patch
(from rev 146321, 
libsasl/repos/staging-i686/0011_saslauthd_ac_prog_libtool.patch)
  libsasl/repos/testing-i686/0012_xopen_crypt_prototype.patch
(from rev 146321, 
libsasl/repos/staging-i686/0012_xopen_crypt_prototype.patch)
  libsasl/repos/testing-i686/0016_pid_file_lock_creation_mask.patch
(from rev 146321, 
libsasl/repos/staging-i686/0016_pid_file_lock_creation_mask.patch)
  libsasl/repos/testing-i686/0018_auth_rimap_quotes.patch
(from rev 146321, libsasl/repos/staging-i686/0018_auth_rimap_quotes.patch)
  libsasl/repos/testing-i686/0019_ldap_deprecated.patch
(from rev 146321, libsasl/repos/staging-i686/0019_ldap_deprecated.patch)
  libsasl/repos/testing-i686/0022_gcc4.4_preprocessor_syntax.patch
(from rev 146321, 
libsasl/repos/staging-i686/0022_gcc4.4_preprocessor_syntax.patch)
  libsasl/repos/testing-i686/0025_ld_as_needed.patch
(from rev 146321, libsasl/repos/staging-i686/0025_ld_as_needed.patch)
  libsasl/repos/testing-i686/0026_drop_krb5support_dependency.patch
(from rev 146321, 
libsasl/repos/staging-i686/0026_drop_krb5support_dependency.patch)
  libsasl/repos/testing-i686/0027_db5_support.patch
(from rev 146321, libsasl/repos/staging-i686/0027_db5_support.patch)
  libsasl/repos/testing-i686/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 146321, 
libsasl/repos/staging-i686/0030-dont_use_la_files_for_opening_plugins.patch)
  libsasl/repos/testing-i686/PKGBUILD
(from rev 146321, libsasl/repos/staging-i686/PKGBUILD)
  libsasl/repos/testing-i686/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 146321, 
libsasl/repos/staging-i686/cyrus-sasl-2.1.19-checkpw.c.patch)
  libsasl/repos/testing-i686/cyrus-sasl-2.1.22-as-needed.patch
(from rev 146321, 
libsasl/repos/staging-i686/cyrus-sasl-2.1.22-as-needed.patch)
  libsasl/repos/testing-i686/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 146321, 
libsasl/repos/staging-i686/cyrus-sasl-2.1.22-automake-1.10.patch)
  libsasl/repos/testing-i686/cyrus-sasl-2.1.22-crypt.patch
(from rev 146321, libsasl/repos/staging-i686/cyrus-sasl-2.1.22-crypt.patch)
  libsasl/repos/testing-i686/cyrus-sasl-2.1.22-qa.patch
(from rev 146321, libsasl/repos/staging-i686/cyrus-sasl-2.1.22-qa.patch)
  libsasl/repos/testing-i686/cyrus-sasl-2.1.23-authd-fix.patch
(from rev 146321, 
libsasl/repos/staging-i686/cyrus-sasl-2.1.23-authd-fix.patch)
  libsasl/repos/testing-i686/saslauthd
(from rev 146321, libsasl/repos/staging-i686/saslauthd)
  libsasl/repos/testing-i686/saslauthd.conf.d
(from rev 146321, libsasl/repos/staging-i686/saslauthd.conf.d)
Deleted:
  libsasl/repos/staging-i686/

--+
 0003_saslauthd_mdoc.patch|   35 +++
 0010_maintainer_mode.patch   |   19 +
 0011_saslauthd_ac_prog_libtool.patch |   15 +
 0012_xopen_crypt_prototype.patch |   20 ++
 0016_pid_file_lock_creation_mask.patch   |   27 ++
 0018_auth_rimap_quotes.patch |   35 +++
 0019_ldap_deprecated.patch   |   22 ++
 0022_gcc4.4_preprocessor_syntax.patch|   26 ++
 0025_ld_as_needed.patch  |   27 ++
 0026_drop_krb5support_dependency.patch   |   14 +
 0027_db5_support.patch   |   24 ++
 0030-dont_use_la_files_for_opening_plugins.patch |  134 +
 PKGBUILD |  202 +
 cyrus-sasl-2.1.19-checkpw.c.patch|  170 +
 cyrus-sasl-2.1.22-as-needed.patch|   11 +
 cyrus-sasl-2.1.22-automake-1.10.patch|   94 +
 cyrus-sasl-2.1.22-crypt.patch|   71 +++
 cyrus-sasl-2.1.22-qa.patch   |   22 ++
 cyrus-sasl-2.1.23-authd-fix.patch|   28 ++
 saslauthd|   49 +
 saslauthd.conf.d |1 
 21 files changed, 1046 insertions(+)

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


[arch-commits] Commit in libsasl/repos (23 files)

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:43
  Author: stephane
Revision: 146345

db-move: moved libsasl from [staging] to [testing] (x86_64)

Added:
  libsasl/repos/testing-x86_64/
  libsasl/repos/testing-x86_64/0003_saslauthd_mdoc.patch
(from rev 146321, libsasl/repos/staging-x86_64/0003_saslauthd_mdoc.patch)
  libsasl/repos/testing-x86_64/0010_maintainer_mode.patch
(from rev 146321, libsasl/repos/staging-x86_64/0010_maintainer_mode.patch)
  libsasl/repos/testing-x86_64/0011_saslauthd_ac_prog_libtool.patch
(from rev 146321, 
libsasl/repos/staging-x86_64/0011_saslauthd_ac_prog_libtool.patch)
  libsasl/repos/testing-x86_64/0012_xopen_crypt_prototype.patch
(from rev 146321, 
libsasl/repos/staging-x86_64/0012_xopen_crypt_prototype.patch)
  libsasl/repos/testing-x86_64/0016_pid_file_lock_creation_mask.patch
(from rev 146321, 
libsasl/repos/staging-x86_64/0016_pid_file_lock_creation_mask.patch)
  libsasl/repos/testing-x86_64/0018_auth_rimap_quotes.patch
(from rev 146321, libsasl/repos/staging-x86_64/0018_auth_rimap_quotes.patch)
  libsasl/repos/testing-x86_64/0019_ldap_deprecated.patch
(from rev 146321, libsasl/repos/staging-x86_64/0019_ldap_deprecated.patch)
  libsasl/repos/testing-x86_64/0022_gcc4.4_preprocessor_syntax.patch
(from rev 146321, 
libsasl/repos/staging-x86_64/0022_gcc4.4_preprocessor_syntax.patch)
  libsasl/repos/testing-x86_64/0025_ld_as_needed.patch
(from rev 146321, libsasl/repos/staging-x86_64/0025_ld_as_needed.patch)
  libsasl/repos/testing-x86_64/0026_drop_krb5support_dependency.patch
(from rev 146321, 
libsasl/repos/staging-x86_64/0026_drop_krb5support_dependency.patch)
  libsasl/repos/testing-x86_64/0027_db5_support.patch
(from rev 146321, libsasl/repos/staging-x86_64/0027_db5_support.patch)
  libsasl/repos/testing-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 146321, 
libsasl/repos/staging-x86_64/0030-dont_use_la_files_for_opening_plugins.patch)
  libsasl/repos/testing-x86_64/PKGBUILD
(from rev 146321, libsasl/repos/staging-x86_64/PKGBUILD)
  libsasl/repos/testing-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 146321, 
libsasl/repos/staging-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch)
  libsasl/repos/testing-x86_64/cyrus-sasl-2.1.22-as-needed.patch
(from rev 146321, 
libsasl/repos/staging-x86_64/cyrus-sasl-2.1.22-as-needed.patch)
  libsasl/repos/testing-x86_64/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 146321, 
libsasl/repos/staging-x86_64/cyrus-sasl-2.1.22-automake-1.10.patch)
  libsasl/repos/testing-x86_64/cyrus-sasl-2.1.22-crypt.patch
(from rev 146321, 
libsasl/repos/staging-x86_64/cyrus-sasl-2.1.22-crypt.patch)
  libsasl/repos/testing-x86_64/cyrus-sasl-2.1.22-qa.patch
(from rev 146321, libsasl/repos/staging-x86_64/cyrus-sasl-2.1.22-qa.patch)
  libsasl/repos/testing-x86_64/cyrus-sasl-2.1.23-authd-fix.patch
(from rev 146321, 
libsasl/repos/staging-x86_64/cyrus-sasl-2.1.23-authd-fix.patch)
  libsasl/repos/testing-x86_64/saslauthd
(from rev 146321, libsasl/repos/staging-x86_64/saslauthd)
  libsasl/repos/testing-x86_64/saslauthd.conf.d
(from rev 146321, libsasl/repos/staging-x86_64/saslauthd.conf.d)
Deleted:
  libsasl/repos/staging-x86_64/

--+
 0003_saslauthd_mdoc.patch|   35 +++
 0010_maintainer_mode.patch   |   19 +
 0011_saslauthd_ac_prog_libtool.patch |   15 +
 0012_xopen_crypt_prototype.patch |   20 ++
 0016_pid_file_lock_creation_mask.patch   |   27 ++
 0018_auth_rimap_quotes.patch |   35 +++
 0019_ldap_deprecated.patch   |   22 ++
 0022_gcc4.4_preprocessor_syntax.patch|   26 ++
 0025_ld_as_needed.patch  |   27 ++
 0026_drop_krb5support_dependency.patch   |   14 +
 0027_db5_support.patch   |   24 ++
 0030-dont_use_la_files_for_opening_plugins.patch |  134 +
 PKGBUILD |  202 +
 cyrus-sasl-2.1.19-checkpw.c.patch|  170 +
 cyrus-sasl-2.1.22-as-needed.patch|   11 +
 cyrus-sasl-2.1.22-automake-1.10.patch|   94 +
 cyrus-sasl-2.1.22-crypt.patch|   71 +++
 cyrus-sasl-2.1.22-qa.patch   |   22 ++
 cyrus-sasl-2.1.23-authd-fix.patch|   28 ++
 saslauthd|   49 +
 saslauthd.conf.d |1 
 21 files changed, 1046 insertions(+)

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


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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:46
  Author: stephane
Revision: 146346

db-move: moved moc from [staging] to [testing] (i686)

Added:
  moc/repos/testing-i686/
  moc/repos/testing-i686/PKGBUILD
(from rev 146321, moc/repos/staging-i686/PKGBUILD)
  moc/repos/testing-i686/gcc-undefined-symbols.diff
(from rev 146321, moc/repos/staging-i686/gcc-undefined-symbols.diff)
  moc/repos/testing-i686/moc-ffmpeg.patch
(from rev 146321, moc/repos/staging-i686/moc-ffmpeg.patch)
Deleted:
  moc/repos/staging-i686/

+
 PKGBUILD   |   44 +++
 gcc-undefined-symbols.diff |   12 +++
 moc-ffmpeg.patch   |   26 +
 3 files changed, 82 insertions(+)

Copied: moc/repos/testing-i686/PKGBUILD (from rev 146321, 
moc/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:46 UTC (rev 146346)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=moc
+pkgver=20110528
+pkgrel=5
+pkgdesc=An ncurses console audio player with support for the mp3, ogg, and 
wave formats
+arch=('i686' 'x86_64')
+url=http://moc.daper.net/;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug')
+optdepends=('speex: for using the speex plugin' 
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin' 
+   'libmpcdec: for using the musepack plugin' 
+'wavpack: for using the wavpack plugin' 
+   'libmodplug: for using the modplug plugin')
+options=('!libtool')
+source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz \
+gcc-undefined-symbols.diff moc-ffmpeg.patch)
+sha1sums=('f79049136ce6616bfd6af2f5e08246a5921441cf'
+  'a811a4ac7e049914aab528d3f06a6be6634c2720'
+  'f7e8eb17a89fea1c08c8a68f5afd1ffdc641ce9d')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  patch -p0 -i ../gcc-undefined-symbols.diff
+  patch -p0 -i ../moc-ffmpeg.patch
+
+# Disabling aac to use the external ffmpeg to play them (FS#13164)
+  ./autogen.sh
+  ./configure --prefix=/usr --without-rcc --without-aac \
+--with-oss  --with-alsa  --with-jack --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate --with-curl --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}

Copied: moc/repos/testing-i686/gcc-undefined-symbols.diff (from rev 146321, 
moc/repos/staging-i686/gcc-undefined-symbols.diff)
===
--- testing-i686/gcc-undefined-symbols.diff (rev 0)
+++ testing-i686/gcc-undefined-symbols.diff 2012-01-09 18:52:46 UTC (rev 
146346)
@@ -0,0 +1,12 @@
+--- decoder.c~ 2011-05-08 09:28:28.077137883 +0200
 decoder.c  2011-05-10 21:40:48.887941968 +0200
+@@ -259,6 +259,9 @@
+   for (i = 0; i  plugins_num; i++)
+   if (plugins[i].decoder-destroy)
+   plugins[i].decoder-destroy ();
++  for (i = 0; i  plugins_num; i++)
++  if (plugins[i].handle)
++lt_dlclose(plugins[i].handle);
+ 
+   if (lt_dlexit())
+   logit (lt_exit() failed: %s, lt_dlerror());

Copied: moc/repos/testing-i686/moc-ffmpeg.patch (from rev 146321, 
moc/repos/staging-i686/moc-ffmpeg.patch)
===
--- testing-i686/moc-ffmpeg.patch   (rev 0)
+++ testing-i686/moc-ffmpeg.patch   2012-01-09 18:52:46 UTC (rev 146346)
@@ -0,0 +1,26 @@
+Index: decoder_plugins/ffmpeg/ffmpeg.c
+===
+--- decoder_plugins/ffmpeg/ffmpeg.c(revision 2307)
 decoder_plugins/ffmpeg/ffmpeg.c(working copy)
+@@ -28,12 +28,6 @@
+ #include ffmpeg/avformat.h
+ #endif
+ 
+-/* libavformat's API will be changing at version 53, but at present there
+- * appears to be no guidance on what will replace the deprecated fields. */
+-#ifndef FF_API_OLD_METADATA
+-#define FF_API_OLD_METADATA(LIBAVFORMAT_VERSION_MAJOR  53)
+-#endif
+-
+ /* FFmpeg also likes common names, without that, our common.h and log.h
+  * would not be included. */
+ #undef COMMON_H
+@@ -137,7 +131,7 @@
+   av_read_play (data-ic);
+   for (i = 0; i  data-ic-nb_streams; i++) {
+   data-enc = data-ic-streams[i]-codec;
+-  if (data-enc-codec_type == CODEC_TYPE_AUDIO) {
++  if (data-enc-codec_type == AVMEDIA_TYPE_AUDIO) {
+   audio_index = i;
+   break;
+   }



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:49
  Author: stephane
Revision: 146347

db-move: moved moc from [staging] to [testing] (x86_64)

Added:
  moc/repos/testing-x86_64/
  moc/repos/testing-x86_64/PKGBUILD
(from rev 146321, moc/repos/staging-x86_64/PKGBUILD)
  moc/repos/testing-x86_64/gcc-undefined-symbols.diff
(from rev 146321, moc/repos/staging-x86_64/gcc-undefined-symbols.diff)
  moc/repos/testing-x86_64/moc-ffmpeg.patch
(from rev 146321, moc/repos/staging-x86_64/moc-ffmpeg.patch)
Deleted:
  moc/repos/staging-x86_64/

+
 PKGBUILD   |   44 +++
 gcc-undefined-symbols.diff |   12 +++
 moc-ffmpeg.patch   |   26 +
 3 files changed, 82 insertions(+)

Copied: moc/repos/testing-x86_64/PKGBUILD (from rev 146321, 
moc/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:52:49 UTC (rev 146347)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=moc
+pkgver=20110528
+pkgrel=5
+pkgdesc=An ncurses console audio player with support for the mp3, ogg, and 
wave formats
+arch=('i686' 'x86_64')
+url=http://moc.daper.net/;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug')
+optdepends=('speex: for using the speex plugin' 
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin' 
+   'libmpcdec: for using the musepack plugin' 
+'wavpack: for using the wavpack plugin' 
+   'libmodplug: for using the modplug plugin')
+options=('!libtool')
+source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz \
+gcc-undefined-symbols.diff moc-ffmpeg.patch)
+sha1sums=('f79049136ce6616bfd6af2f5e08246a5921441cf'
+  'a811a4ac7e049914aab528d3f06a6be6634c2720'
+  'f7e8eb17a89fea1c08c8a68f5afd1ffdc641ce9d')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  patch -p0 -i ../gcc-undefined-symbols.diff
+  patch -p0 -i ../moc-ffmpeg.patch
+
+# Disabling aac to use the external ffmpeg to play them (FS#13164)
+  ./autogen.sh
+  ./configure --prefix=/usr --without-rcc --without-aac \
+--with-oss  --with-alsa  --with-jack --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate --with-curl --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}

Copied: moc/repos/testing-x86_64/gcc-undefined-symbols.diff (from rev 146321, 
moc/repos/staging-x86_64/gcc-undefined-symbols.diff)
===
--- testing-x86_64/gcc-undefined-symbols.diff   (rev 0)
+++ testing-x86_64/gcc-undefined-symbols.diff   2012-01-09 18:52:49 UTC (rev 
146347)
@@ -0,0 +1,12 @@
+--- decoder.c~ 2011-05-08 09:28:28.077137883 +0200
 decoder.c  2011-05-10 21:40:48.887941968 +0200
+@@ -259,6 +259,9 @@
+   for (i = 0; i  plugins_num; i++)
+   if (plugins[i].decoder-destroy)
+   plugins[i].decoder-destroy ();
++  for (i = 0; i  plugins_num; i++)
++  if (plugins[i].handle)
++lt_dlclose(plugins[i].handle);
+ 
+   if (lt_dlexit())
+   logit (lt_exit() failed: %s, lt_dlerror());

Copied: moc/repos/testing-x86_64/moc-ffmpeg.patch (from rev 146321, 
moc/repos/staging-x86_64/moc-ffmpeg.patch)
===
--- testing-x86_64/moc-ffmpeg.patch (rev 0)
+++ testing-x86_64/moc-ffmpeg.patch 2012-01-09 18:52:49 UTC (rev 146347)
@@ -0,0 +1,26 @@
+Index: decoder_plugins/ffmpeg/ffmpeg.c
+===
+--- decoder_plugins/ffmpeg/ffmpeg.c(revision 2307)
 decoder_plugins/ffmpeg/ffmpeg.c(working copy)
+@@ -28,12 +28,6 @@
+ #include ffmpeg/avformat.h
+ #endif
+ 
+-/* libavformat's API will be changing at version 53, but at present there
+- * appears to be no guidance on what will replace the deprecated fields. */
+-#ifndef FF_API_OLD_METADATA
+-#define FF_API_OLD_METADATA(LIBAVFORMAT_VERSION_MAJOR  53)
+-#endif
+-
+ /* FFmpeg also likes common names, without that, our common.h and log.h
+  * would not be included. */
+ #undef COMMON_H
+@@ -137,7 +131,7 @@
+   av_read_play (data-ic);
+   for (i = 0; i  data-ic-nb_streams; i++) {
+   data-enc = data-ic-streams[i]-codec;
+-  if (data-enc-codec_type == CODEC_TYPE_AUDIO) {
++  if (data-enc-codec_type == AVMEDIA_TYPE_AUDIO) {
+   audio_index = i;
+   break;
+   }



[arch-commits] Commit in openldap/repos (7 files)

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:50
  Author: stephane
Revision: 146348

db-move: moved openldap from [staging] to [testing] (i686)

Added:
  openldap/repos/testing-i686/
  openldap/repos/testing-i686/PKGBUILD
(from rev 146321, openldap/repos/staging-i686/PKGBUILD)
  openldap/repos/testing-i686/ntlm.patch
(from rev 146321, openldap/repos/staging-i686/ntlm.patch)
  openldap/repos/testing-i686/openldap.install
(from rev 146321, openldap/repos/staging-i686/openldap.install)
  openldap/repos/testing-i686/slapd
(from rev 146321, openldap/repos/staging-i686/slapd)
  openldap/repos/testing-i686/slapd.default
(from rev 146321, openldap/repos/staging-i686/slapd.default)
Deleted:
  openldap/repos/staging-i686/

--+
 PKGBUILD |   96 ++
 ntlm.patch   |  230 +
 openldap.install |   20 
 slapd|   49 +++
 slapd.default|6 +
 5 files changed, 401 insertions(+)

Copied: openldap/repos/testing-i686/PKGBUILD (from rev 146321, 
openldap/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:50 UTC (rev 146348)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer:
+
+pkgbase=openldap
+pkgname=('libldap' 'openldap')
+pkgver=2.4.28
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.openldap.org/;
+license=('custom')
+makedepends=('libfetch' 'libltdl' 'libsasl' 'e2fsprogs' 'util-linux')
+source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
+slapd slapd.default ntlm.patch)
+sha1sums=('d888beae1723002a5a2ff5509d3040df40885774'
+  'bd1ea19256d3d467f1f803e0f4046ef50f17628f'
+  'd89b8a533045123f1ab46c9c430cf132d58a20a4'
+  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  patch -Np1 -i ${srcdir}/ntlm.patch
+  sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' 
libraries/{liblber,libldap,libldap_r}/Makefile.in
+  sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP run LDAP_DIRSEP 
ldapi|#define LDAPI_SOCK LDAP_DIRSEP run LDAP_DIRSEP openldap LDAP_DIRSEP 
ldapi|' include/ldap_defaults.h
+  sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.conf
+  sed -i 's|-$(MKDIR) $(DESTDIR)$(localstatedir)/run|-$(MKDIR) 
$(DESTDIR)/run/openldap|' servers/slapd/Makefile.in
+
+  LDFLAGS=$LDFLAGS -L\${pkgdir}\/libldap/usr/lib 
+  ./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib \
+--sysconfdir=/etc --localstatedir=/var/lib/openldap \
+--enable-ipv6 --enable-syslog --enable-local \
+--enable-bdb --enable-hdb \
+--enable-crypt --enable-dynamic \
+--with-threads  --disable-wrappers \
+--enable-spasswd --with-cyrus-sasl \
+--enable-overlays=mod --enable-modules=yes
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make test
+}
+
+package_libldap() {
+  pkgdesc=Lightweight Directory Access Protocol (LDAP) client libraries
+  depends=('libsasl' 'libfetch' 'e2fsprogs')
+  backup=('etc/openldap/ldap.conf')
+  options=('!libtool')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  for dir in include libraries doc/man/man3 ; do
+pushd ${dir}
+make DESTDIR=${pkgdir} install
+popd
+  done
+  install -Dm644 doc/man/man5/ldap.conf.5.tmp 
${pkgdir}/usr/share/man/man5/ldap.conf.5
+  
+# get rid of duplicate default conf files
+  rm ${pkgdir}/etc/openldap/*.default
+
+  ln -sf liblber.so ${pkgdir}/usr/lib/liblber.so.2
+  ln -sf libldap.so ${pkgdir}/usr/lib/libldap.so.2
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_openldap() {
+  pkgdesc=Lightweight Directory Access Protocol (LDAP) client and server
+  depends=(libldap=${pkgver} 'libltdl' 'util-linux')
+  backup=('etc/openldap/slapd.conf' 'etc/conf.d/slapd')
+  options=('!libtool' 'emptydirs')
+  install=openldap.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  for dir in clients servers doc/man/man{1,5,8} ; do
+pushd ${dir}
+make DESTDIR=${pkgdir} install
+popd
+  done
+  rm ${pkgdir}/usr/share/man/man5/ldap.conf.5
+  rm -r ${pkgdir}/run
+
+# get rid of duplicate default conf files
+  rm ${pkgdir}/etc/openldap/*.default
+
+  ln -s ../lib/slapd ${pkgdir}/usr/sbin/slapd
+
+  chown root:439 ${pkgdir}/etc/openldap/{slapd.conf,DB_CONFIG.example}
+  chmod 640 ${pkgdir}/etc/openldap/{slapd.conf,DB_CONFIG.example}
+
+  install -dm700 -o 439 -g 439 ${pkgdir}/var/lib/openldap
+  install -dm700 -o 439 -g 439 ${pkgdir}/etc/openldap/slapd.d
+  install -Dm755 ${srcdir}/slapd ${pkgdir}/etc/rc.d/slapd
+  install -Dm644 ${srcdir}/slapd.default ${pkgdir}/etc/conf.d/slapd
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: openldap/repos/testing-i686/ntlm.patch (from rev 146321, 
openldap/repos/staging-i686/ntlm.patch)

[arch-commits] Commit in openldap/repos (7 files)

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:51
  Author: stephane
Revision: 146349

db-move: moved openldap from [staging] to [testing] (x86_64)

Added:
  openldap/repos/testing-x86_64/
  openldap/repos/testing-x86_64/PKGBUILD
(from rev 146321, openldap/repos/staging-x86_64/PKGBUILD)
  openldap/repos/testing-x86_64/ntlm.patch
(from rev 146321, openldap/repos/staging-x86_64/ntlm.patch)
  openldap/repos/testing-x86_64/openldap.install
(from rev 146321, openldap/repos/staging-x86_64/openldap.install)
  openldap/repos/testing-x86_64/slapd
(from rev 146321, openldap/repos/staging-x86_64/slapd)
  openldap/repos/testing-x86_64/slapd.default
(from rev 146321, openldap/repos/staging-x86_64/slapd.default)
Deleted:
  openldap/repos/staging-x86_64/

--+
 PKGBUILD |   96 ++
 ntlm.patch   |  230 +
 openldap.install |   20 
 slapd|   49 +++
 slapd.default|6 +
 5 files changed, 401 insertions(+)

Copied: openldap/repos/testing-x86_64/PKGBUILD (from rev 146321, 
openldap/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:52:51 UTC (rev 146349)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer:
+
+pkgbase=openldap
+pkgname=('libldap' 'openldap')
+pkgver=2.4.28
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.openldap.org/;
+license=('custom')
+makedepends=('libfetch' 'libltdl' 'libsasl' 'e2fsprogs' 'util-linux')
+source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
+slapd slapd.default ntlm.patch)
+sha1sums=('d888beae1723002a5a2ff5509d3040df40885774'
+  'bd1ea19256d3d467f1f803e0f4046ef50f17628f'
+  'd89b8a533045123f1ab46c9c430cf132d58a20a4'
+  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  patch -Np1 -i ${srcdir}/ntlm.patch
+  sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' 
libraries/{liblber,libldap,libldap_r}/Makefile.in
+  sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP run LDAP_DIRSEP 
ldapi|#define LDAPI_SOCK LDAP_DIRSEP run LDAP_DIRSEP openldap LDAP_DIRSEP 
ldapi|' include/ldap_defaults.h
+  sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.conf
+  sed -i 's|-$(MKDIR) $(DESTDIR)$(localstatedir)/run|-$(MKDIR) 
$(DESTDIR)/run/openldap|' servers/slapd/Makefile.in
+
+  LDFLAGS=$LDFLAGS -L\${pkgdir}\/libldap/usr/lib 
+  ./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib \
+--sysconfdir=/etc --localstatedir=/var/lib/openldap \
+--enable-ipv6 --enable-syslog --enable-local \
+--enable-bdb --enable-hdb \
+--enable-crypt --enable-dynamic \
+--with-threads  --disable-wrappers \
+--enable-spasswd --with-cyrus-sasl \
+--enable-overlays=mod --enable-modules=yes
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make test
+}
+
+package_libldap() {
+  pkgdesc=Lightweight Directory Access Protocol (LDAP) client libraries
+  depends=('libsasl' 'libfetch' 'e2fsprogs')
+  backup=('etc/openldap/ldap.conf')
+  options=('!libtool')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  for dir in include libraries doc/man/man3 ; do
+pushd ${dir}
+make DESTDIR=${pkgdir} install
+popd
+  done
+  install -Dm644 doc/man/man5/ldap.conf.5.tmp 
${pkgdir}/usr/share/man/man5/ldap.conf.5
+  
+# get rid of duplicate default conf files
+  rm ${pkgdir}/etc/openldap/*.default
+
+  ln -sf liblber.so ${pkgdir}/usr/lib/liblber.so.2
+  ln -sf libldap.so ${pkgdir}/usr/lib/libldap.so.2
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_openldap() {
+  pkgdesc=Lightweight Directory Access Protocol (LDAP) client and server
+  depends=(libldap=${pkgver} 'libltdl' 'util-linux')
+  backup=('etc/openldap/slapd.conf' 'etc/conf.d/slapd')
+  options=('!libtool' 'emptydirs')
+  install=openldap.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  for dir in clients servers doc/man/man{1,5,8} ; do
+pushd ${dir}
+make DESTDIR=${pkgdir} install
+popd
+  done
+  rm ${pkgdir}/usr/share/man/man5/ldap.conf.5
+  rm -r ${pkgdir}/run
+
+# get rid of duplicate default conf files
+  rm ${pkgdir}/etc/openldap/*.default
+
+  ln -s ../lib/slapd ${pkgdir}/usr/sbin/slapd
+
+  chown root:439 ${pkgdir}/etc/openldap/{slapd.conf,DB_CONFIG.example}
+  chmod 640 ${pkgdir}/etc/openldap/{slapd.conf,DB_CONFIG.example}
+
+  install -dm700 -o 439 -g 439 ${pkgdir}/var/lib/openldap
+  install -dm700 -o 439 -g 439 ${pkgdir}/etc/openldap/slapd.d
+  install -Dm755 ${srcdir}/slapd ${pkgdir}/etc/rc.d/slapd
+  install -Dm644 ${srcdir}/slapd.default ${pkgdir}/etc/conf.d/slapd
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: openldap/repos/testing-x86_64/ntlm.patch (from rev 146321, 
openldap/repos/staging-x86_64/ntlm.patch)

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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:52
  Author: stephane
Revision: 146350

db-move: moved pam from [staging] to [testing] (i686)

Added:
  pam/repos/testing-i686/
  pam/repos/testing-i686/PKGBUILD
(from rev 146321, pam/repos/staging-i686/PKGBUILD)
  pam/repos/testing-i686/other
(from rev 146321, pam/repos/staging-i686/other)
  pam/repos/testing-i686/pam.install
(from rev 146321, pam/repos/staging-i686/pam.install)
Deleted:
  pam/repos/staging-i686/

-+
 PKGBUILD|   60 ++
 other   |5 
 pam.install |   12 +++
 3 files changed, 77 insertions(+)

Copied: pam/repos/testing-i686/PKGBUILD (from rev 146321, 
pam/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:52 UTC (rev 146350)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=pam
+pkgver=1.1.5
+pkgrel=2
+pkgdesc=PAM (Pluggable Authentication Modules) library
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.kernel.org/pub/linux/libs/pam/;
+depends=('glibc' 'db' 'cracklib' 'libtirpc')
+makedepends=('flex' 'w3m' 'docbook-xml=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/pam.d/other etc/default/passwd etc/environment)
+source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
+
#http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
+ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2
+other)
+options=('!libtool' '!emptydirs')
+md5sums=('927ee5585bdec5256c75117e9348aa47'
+ 'e2788389a6c59224110a45fcff30e02b'
+ '6e6c8719e5989d976a14610f340bd33a')
+
+build() {
+  cd $srcdir/Linux-PAM-$pkgver
+  ./configure --sysconfdir=/etc DESTDIR=$pkgdir --libdir=/lib
+  make
+}
+
+package() {
+  cd $srcdir/Linux-PAM-$pkgver
+  make INSTALL=/bin/install DESTDIR=$pkgdir install
+  install -D -m644 ../other $pkgdir/etc/pam.d/other
+  # build pam_unix2 module
+  # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
+  cd $srcdir/pam_unix2-2.6
+  ./configure
+  make
+  make DESTDIR=$pkgdir install
+  # add the realtime permissions for audio users
+  sed -i 's|# End of file||' $pkgdir/etc/security/limits.conf
+  cat $pkgdir/etc/security/limits.conf _EOT
+*   -   rtprio  0
+*   -   nice0
+@audio  -   rtprio  65
+@audio  -   nice   -10
+@audio  -   memlock 4
+_EOT
+  # fix some missing symlinks from old pam for compatibility
+  cd $pkgdir/lib/security
+  ln -s pam_unix.so pam_unix_acct.so
+  ln -s pam_unix.so pam_unix_auth.so
+  ln -s pam_unix.so pam_unix_passwd.so
+  ln -s pam_unix.so pam_unix_session.so
+  # set unix_chkpwd uid
+  chmod +s $pkgdir/sbin/unix_chkpwd
+}
+md5sums=('927ee5585bdec5256c75117e9348aa47'
+ 'e2788389a6c59224110a45fcff30e02b'
+ '6e6c8719e5989d976a14610f340bd33a')

Copied: pam/repos/testing-i686/other (from rev 146321, 
pam/repos/staging-i686/other)
===
--- testing-i686/other  (rev 0)
+++ testing-i686/other  2012-01-09 18:52:52 UTC (rev 146350)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so

Copied: pam/repos/testing-i686/pam.install (from rev 146321, 
pam/repos/staging-i686/pam.install)
===
--- testing-i686/pam.install(rev 0)
+++ testing-i686/pam.install2012-01-09 18:52:52 UTC (rev 146350)
@@ -0,0 +1,12 @@
+# arg 1:  the new package version
+post_install() {
+  # need to run this immediately -- pacman only runs it at the end of
+  # all package installs
+  /sbin/ldconfig -r .
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  post_install $1
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:55
  Author: stephane
Revision: 146352

db-move: moved perl from [staging] to [testing] (i686)

Added:
  perl/repos/testing-i686/
  
perl/repos/testing-i686/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
(from rev 146321, 
perl/repos/staging-i686/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch)
  perl/repos/testing-i686/ChangeLog
(from rev 146321, perl/repos/staging-i686/ChangeLog)
  perl/repos/testing-i686/PKGBUILD
(from rev 146321, perl/repos/staging-i686/PKGBUILD)
  perl/repos/testing-i686/fix-h2ph-and-tests.patch
(from rev 146321, perl/repos/staging-i686/fix-h2ph-and-tests.patch)
  perl/repos/testing-i686/perl.install
(from rev 146321, perl/repos/staging-i686/perl.install)
  perl/repos/testing-i686/perlbin.csh
(from rev 146321, perl/repos/staging-i686/perlbin.csh)
  perl/repos/testing-i686/perlbin.sh
(from rev 146321, perl/repos/staging-i686/perlbin.sh)
  perl/repos/testing-i686/provides.pl
(from rev 146321, perl/repos/staging-i686/provides.pl)
Deleted:
  perl/repos/staging-i686/

-+
 0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch |   83 ++
 ChangeLog   |   66 ++
 PKGBUILD|  117 
 fix-h2ph-and-tests.patch|  104 +++
 perl.install|   10 
 perlbin.csh |   15 
 perlbin.sh  |   18 
 provides.pl |  286 
++
 8 files changed, 699 insertions(+)

Copied: 
perl/repos/testing-i686/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
 (from rev 146321, 
perl/repos/staging-i686/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch)
===
--- 
testing-i686/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
(rev 0)
+++ 
testing-i686/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
2012-01-09 18:52:55 UTC (rev 146352)
@@ -0,0 +1,83 @@
+From bb249b0b26c2e79a6f55355ef94889070f07fd21 Mon Sep 17 00:00:00 2001
+From: Niko Tyni nt...@debian.org
+Date: Thu, 28 Apr 2011 09:18:54 +0300
+Subject: [PATCH] Append CFLAGS and LDFLAGS to their Config.pm counterparts in
+ EU::CBuilder
+
+Since ExtUtils::CBuilder 0.27_04 (bleadperl commit 06e8058f27e4),
+CFLAGS and LDFLAGS from the environment have overridden the Config.pm
+ccflags and ldflags settings. This can cause binary incompatibilities
+between the core Perl and extensions built with EU::CBuilder.
+
+Append to the Config.pm values rather than overriding them.
+---
+ .../lib/ExtUtils/CBuilder/Base.pm  |6 +++-
+ dist/ExtUtils-CBuilder/t/04-base.t |   25 +++-
+ 2 files changed, 28 insertions(+), 3 deletions(-)
+
+diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
+index b572312..2255c51 100644
+--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
 b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
+@@ -40,11 +40,13 @@ sub new {
+ $self-{config}{$k} = $v unless exists $self-{config}{$k};
+   }
+   $self-{config}{cc} = $ENV{CC} if defined $ENV{CC};
+-  $self-{config}{ccflags} = $ENV{CFLAGS} if defined $ENV{CFLAGS};
++  $self-{config}{ccflags} = join( , $self-{config}{ccflags}, $ENV{CFLAGS})
++ if defined $ENV{CFLAGS};
+   $self-{config}{cxx} = $ENV{CXX} if defined $ENV{CXX};
+   $self-{config}{cxxflags} = $ENV{CXXFLAGS} if defined $ENV{CXXFLAGS};
+   $self-{config}{ld} = $ENV{LD} if defined $ENV{LD};
+-  $self-{config}{ldflags} = $ENV{LDFLAGS} if defined $ENV{LDFLAGS};
++  $self-{config}{ldflags} = join( , $self-{config}{ldflags}, 
$ENV{LDFLAGS})
++ if defined $ENV{LDFLAGS};
+ 
+   unless ( exists $self-{config}{cxx} ) {
+ my ($ccpath, $ccbase, $ccsfx ) = fileparse($self-{config}{cc}, 
qr/\.[^.]*/);
+diff --git a/dist/ExtUtils-CBuilder/t/04-base.t 
b/dist/ExtUtils-CBuilder/t/04-base.t
+index c3bf6b5..1bb15aa 100644
+--- a/dist/ExtUtils-CBuilder/t/04-base.t
 b/dist/ExtUtils-CBuilder/t/04-base.t
+@@ -1,7 +1,7 @@
+ #! perl -w
+ 
+ use strict;
+-use Test::More tests = 50;
++use Test::More tests = 64;
+ use Config;
+ use Cwd;
+ use File::Path qw( mkpath );
+@@ -326,6 +326,29 @@ is_deeply( $mksymlists_args,
+ _prepare_mksymlists_args(): got expected arguments for Mksymlists,
+ );
+ 
++my %testvars = (
++CFLAGS  = 'ccflags',
++LDFLAGS = 'ldflags',
++);
++
++while (my ($VAR, $var) = each %testvars) {
++local $ENV{$VAR};
++$base = ExtUtils::CBuilder::Base-new( quiet = 1 );
++ok( $base, ExtUtils::CBuilder::Base-new() 

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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:53
  Author: stephane
Revision: 146351

db-move: moved pam from [staging] to [testing] (x86_64)

Added:
  pam/repos/testing-x86_64/
  pam/repos/testing-x86_64/PKGBUILD
(from rev 146321, pam/repos/staging-x86_64/PKGBUILD)
  pam/repos/testing-x86_64/other
(from rev 146321, pam/repos/staging-x86_64/other)
  pam/repos/testing-x86_64/pam.install
(from rev 146321, pam/repos/staging-x86_64/pam.install)
Deleted:
  pam/repos/staging-x86_64/

-+
 PKGBUILD|   60 ++
 other   |5 
 pam.install |   12 +++
 3 files changed, 77 insertions(+)

Copied: pam/repos/testing-x86_64/PKGBUILD (from rev 146321, 
pam/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:52:53 UTC (rev 146351)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=pam
+pkgver=1.1.5
+pkgrel=2
+pkgdesc=PAM (Pluggable Authentication Modules) library
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.kernel.org/pub/linux/libs/pam/;
+depends=('glibc' 'db' 'cracklib' 'libtirpc')
+makedepends=('flex' 'w3m' 'docbook-xml=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/pam.d/other etc/default/passwd etc/environment)
+source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
+
#http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
+ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2
+other)
+options=('!libtool' '!emptydirs')
+md5sums=('927ee5585bdec5256c75117e9348aa47'
+ 'e2788389a6c59224110a45fcff30e02b'
+ '6e6c8719e5989d976a14610f340bd33a')
+
+build() {
+  cd $srcdir/Linux-PAM-$pkgver
+  ./configure --sysconfdir=/etc DESTDIR=$pkgdir --libdir=/lib
+  make
+}
+
+package() {
+  cd $srcdir/Linux-PAM-$pkgver
+  make INSTALL=/bin/install DESTDIR=$pkgdir install
+  install -D -m644 ../other $pkgdir/etc/pam.d/other
+  # build pam_unix2 module
+  # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
+  cd $srcdir/pam_unix2-2.6
+  ./configure
+  make
+  make DESTDIR=$pkgdir install
+  # add the realtime permissions for audio users
+  sed -i 's|# End of file||' $pkgdir/etc/security/limits.conf
+  cat $pkgdir/etc/security/limits.conf _EOT
+*   -   rtprio  0
+*   -   nice0
+@audio  -   rtprio  65
+@audio  -   nice   -10
+@audio  -   memlock 4
+_EOT
+  # fix some missing symlinks from old pam for compatibility
+  cd $pkgdir/lib/security
+  ln -s pam_unix.so pam_unix_acct.so
+  ln -s pam_unix.so pam_unix_auth.so
+  ln -s pam_unix.so pam_unix_passwd.so
+  ln -s pam_unix.so pam_unix_session.so
+  # set unix_chkpwd uid
+  chmod +s $pkgdir/sbin/unix_chkpwd
+}
+md5sums=('927ee5585bdec5256c75117e9348aa47'
+ 'e2788389a6c59224110a45fcff30e02b'
+ '6e6c8719e5989d976a14610f340bd33a')

Copied: pam/repos/testing-x86_64/other (from rev 146321, 
pam/repos/staging-x86_64/other)
===
--- testing-x86_64/other(rev 0)
+++ testing-x86_64/other2012-01-09 18:52:53 UTC (rev 146351)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so

Copied: pam/repos/testing-x86_64/pam.install (from rev 146321, 
pam/repos/staging-x86_64/pam.install)
===
--- testing-x86_64/pam.install  (rev 0)
+++ testing-x86_64/pam.install  2012-01-09 18:52:53 UTC (rev 146351)
@@ -0,0 +1,12 @@
+# arg 1:  the new package version
+post_install() {
+  # need to run this immediately -- pacman only runs it at the end of
+  # all package installs
+  /sbin/ldconfig -r .
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  post_install $1
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:56
  Author: stephane
Revision: 146353

db-move: moved perl from [staging] to [testing] (x86_64)

Added:
  perl/repos/testing-x86_64/
  
perl/repos/testing-x86_64/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
(from rev 146321, 
perl/repos/staging-x86_64/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch)
  perl/repos/testing-x86_64/ChangeLog
(from rev 146321, perl/repos/staging-x86_64/ChangeLog)
  perl/repos/testing-x86_64/PKGBUILD
(from rev 146321, perl/repos/staging-x86_64/PKGBUILD)
  perl/repos/testing-x86_64/fix-h2ph-and-tests.patch
(from rev 146321, perl/repos/staging-x86_64/fix-h2ph-and-tests.patch)
  perl/repos/testing-x86_64/perl.install
(from rev 146321, perl/repos/staging-x86_64/perl.install)
  perl/repos/testing-x86_64/perlbin.csh
(from rev 146321, perl/repos/staging-x86_64/perlbin.csh)
  perl/repos/testing-x86_64/perlbin.sh
(from rev 146321, perl/repos/staging-x86_64/perlbin.sh)
  perl/repos/testing-x86_64/provides.pl
(from rev 146321, perl/repos/staging-x86_64/provides.pl)
Deleted:
  perl/repos/staging-x86_64/

-+
 0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch |   83 ++
 ChangeLog   |   66 ++
 PKGBUILD|  117 
 fix-h2ph-and-tests.patch|  104 +++
 perl.install|   10 
 perlbin.csh |   15 
 perlbin.sh  |   18 
 provides.pl |  286 
++
 8 files changed, 699 insertions(+)

Copied: 
perl/repos/testing-x86_64/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
 (from rev 146321, 
perl/repos/staging-x86_64/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch)
===
--- 
testing-x86_64/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch  
(rev 0)
+++ 
testing-x86_64/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch  
2012-01-09 18:52:56 UTC (rev 146353)
@@ -0,0 +1,83 @@
+From bb249b0b26c2e79a6f55355ef94889070f07fd21 Mon Sep 17 00:00:00 2001
+From: Niko Tyni nt...@debian.org
+Date: Thu, 28 Apr 2011 09:18:54 +0300
+Subject: [PATCH] Append CFLAGS and LDFLAGS to their Config.pm counterparts in
+ EU::CBuilder
+
+Since ExtUtils::CBuilder 0.27_04 (bleadperl commit 06e8058f27e4),
+CFLAGS and LDFLAGS from the environment have overridden the Config.pm
+ccflags and ldflags settings. This can cause binary incompatibilities
+between the core Perl and extensions built with EU::CBuilder.
+
+Append to the Config.pm values rather than overriding them.
+---
+ .../lib/ExtUtils/CBuilder/Base.pm  |6 +++-
+ dist/ExtUtils-CBuilder/t/04-base.t |   25 +++-
+ 2 files changed, 28 insertions(+), 3 deletions(-)
+
+diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
+index b572312..2255c51 100644
+--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
 b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
+@@ -40,11 +40,13 @@ sub new {
+ $self-{config}{$k} = $v unless exists $self-{config}{$k};
+   }
+   $self-{config}{cc} = $ENV{CC} if defined $ENV{CC};
+-  $self-{config}{ccflags} = $ENV{CFLAGS} if defined $ENV{CFLAGS};
++  $self-{config}{ccflags} = join( , $self-{config}{ccflags}, $ENV{CFLAGS})
++ if defined $ENV{CFLAGS};
+   $self-{config}{cxx} = $ENV{CXX} if defined $ENV{CXX};
+   $self-{config}{cxxflags} = $ENV{CXXFLAGS} if defined $ENV{CXXFLAGS};
+   $self-{config}{ld} = $ENV{LD} if defined $ENV{LD};
+-  $self-{config}{ldflags} = $ENV{LDFLAGS} if defined $ENV{LDFLAGS};
++  $self-{config}{ldflags} = join( , $self-{config}{ldflags}, 
$ENV{LDFLAGS})
++ if defined $ENV{LDFLAGS};
+ 
+   unless ( exists $self-{config}{cxx} ) {
+ my ($ccpath, $ccbase, $ccsfx ) = fileparse($self-{config}{cc}, 
qr/\.[^.]*/);
+diff --git a/dist/ExtUtils-CBuilder/t/04-base.t 
b/dist/ExtUtils-CBuilder/t/04-base.t
+index c3bf6b5..1bb15aa 100644
+--- a/dist/ExtUtils-CBuilder/t/04-base.t
 b/dist/ExtUtils-CBuilder/t/04-base.t
+@@ -1,7 +1,7 @@
+ #! perl -w
+ 
+ use strict;
+-use Test::More tests = 50;
++use Test::More tests = 64;
+ use Config;
+ use Cwd;
+ use File::Path qw( mkpath );
+@@ -326,6 +326,29 @@ is_deeply( $mksymlists_args,
+ _prepare_mksymlists_args(): got expected arguments for Mksymlists,
+ );
+ 
++my %testvars = (
++CFLAGS  = 'ccflags',
++LDFLAGS = 'ldflags',
++);
++
++while (my ($VAR, $var) = each %testvars) {
++local $ENV{$VAR};
++$base = ExtUtils::CBuilder::Base-new( quiet = 1 );
++ok( 

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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:57
  Author: stephane
Revision: 146354

db-move: moved php from [staging] to [testing] (i686)

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 146321, php/repos/staging-i686/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 146321, php/repos/staging-i686/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 146321, php/repos/staging-i686/logrotate.d.php-fpm)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 146321, php/repos/staging-i686/php-fpm.conf.in.patch)
  php/repos/testing-i686/php.ini.patch
(from rev 146321, php/repos/staging-i686/php.ini.patch)
  php/repos/testing-i686/rc.d.php-fpm
(from rev 146321, php/repos/staging-i686/rc.d.php-fpm)
Deleted:
  php/repos/staging-i686/

---+
 PKGBUILD  |  365 
 apache.conf   |   13 +
 logrotate.d.php-fpm   |6 
 php-fpm.conf.in.patch |   80 ++
 php.ini.patch |  126 
 rc.d.php-fpm  |  158 
 6 files changed, 748 insertions(+)

Copied: php/repos/testing-i686/PKGBUILD (from rev 146321, 
php/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:57 UTC (rev 146354)
@@ -0,0 +1,365 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.3.8
+_suhosinver=5.3.7-0.9.10
+pkgrel=7
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
+ 'sqlite3' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 
'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
+http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz;
+http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz.sig;
+'php.ini.patch' 'apache.conf' 'rc.d.php-fpm' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm')
+md5sums=('704cd414a0565d905e1074ffdc1fadfb'
+ '08582e502fed8221c6577042ca45ddb8'
+ '5bf4473f658404aa9a97bf026ecef8e9'
+ '65606c606df97a0760dfe5aaf9893afc'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ 'b01be5f816988fcee7e78225836e5e27'
+ '09005dabd90c48ddd392b3dbf05f8a82'
+ '07c4e412909ac65a44ec90e7a2c4bade')
+
+build() {
+   phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --prefix=/usr \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --enable-inline-optimization \
+   --disable-debug \
+   --disable-rpath \
+   --disable-static \
+   --enable-shared \
+   --mandir=/usr/share/man \
+   --without-pear \
+   
+
+   phpextensions=--enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-gd-native-ttf \
+   --enable-intl=shared \
+   --enable-json=shared \
+   --enable-mbregex \
+   --enable-mbstring \
+   --enable-pdo \
+   --enable-phar=shared \
+   --enable-posix=shared \
+   --enable-session \
+   --enable-shmop=shared \
+   --enable-soap=shared \
+   --enable-sockets=shared \
+   --enable-sqlite-utf8 \
+   --enable-sysvmsg=shared \
+   --enable-sysvsem=shared \
+   --enable-sysvshm=shared \
+   --enable-xml \
+   --enable-zip=shared \
+   --with-bz2=shared \
+   --with-curl=shared \
+   --with-db4=/usr \
+   --with-enchant=shared,/usr \
+   --with-freetype-dir=shared,/usr \
+   --with-gd=shared \
+   --with-gdbm=shared \
+   --with-gettext=shared \
+   --with-gmp=shared \
+   --with-iconv=shared \
+   --with-icu-dir=/usr \
+ 

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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:53:02
  Author: stephane
Revision: 146355

db-move: moved php from [staging] to [testing] (x86_64)

Added:
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 146321, php/repos/staging-x86_64/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 146321, php/repos/staging-x86_64/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 146321, php/repos/staging-x86_64/logrotate.d.php-fpm)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 146321, php/repos/staging-x86_64/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php.ini.patch
(from rev 146321, php/repos/staging-x86_64/php.ini.patch)
  php/repos/testing-x86_64/rc.d.php-fpm
(from rev 146321, php/repos/staging-x86_64/rc.d.php-fpm)
Deleted:
  php/repos/staging-x86_64/

---+
 PKGBUILD  |  365 
 apache.conf   |   13 +
 logrotate.d.php-fpm   |6 
 php-fpm.conf.in.patch |   80 ++
 php.ini.patch |  126 
 rc.d.php-fpm  |  158 
 6 files changed, 748 insertions(+)

Copied: php/repos/testing-x86_64/PKGBUILD (from rev 146321, 
php/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:53:02 UTC (rev 146355)
@@ -0,0 +1,365 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.3.8
+_suhosinver=5.3.7-0.9.10
+pkgrel=7
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
+ 'sqlite3' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 
'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
+http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz;
+http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz.sig;
+'php.ini.patch' 'apache.conf' 'rc.d.php-fpm' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm')
+md5sums=('704cd414a0565d905e1074ffdc1fadfb'
+ '08582e502fed8221c6577042ca45ddb8'
+ '5bf4473f658404aa9a97bf026ecef8e9'
+ '65606c606df97a0760dfe5aaf9893afc'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ 'b01be5f816988fcee7e78225836e5e27'
+ '09005dabd90c48ddd392b3dbf05f8a82'
+ '07c4e412909ac65a44ec90e7a2c4bade')
+
+build() {
+   phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --prefix=/usr \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --enable-inline-optimization \
+   --disable-debug \
+   --disable-rpath \
+   --disable-static \
+   --enable-shared \
+   --mandir=/usr/share/man \
+   --without-pear \
+   
+
+   phpextensions=--enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-gd-native-ttf \
+   --enable-intl=shared \
+   --enable-json=shared \
+   --enable-mbregex \
+   --enable-mbstring \
+   --enable-pdo \
+   --enable-phar=shared \
+   --enable-posix=shared \
+   --enable-session \
+   --enable-shmop=shared \
+   --enable-soap=shared \
+   --enable-sockets=shared \
+   --enable-sqlite-utf8 \
+   --enable-sysvmsg=shared \
+   --enable-sysvsem=shared \
+   --enable-sysvshm=shared \
+   --enable-xml \
+   --enable-zip=shared \
+   --with-bz2=shared \
+   --with-curl=shared \
+   --with-db4=/usr \
+   --with-enchant=shared,/usr \
+   --with-freetype-dir=shared,/usr \
+   --with-gd=shared \
+   --with-gdbm=shared \
+   --with-gettext=shared \
+   --with-gmp=shared \
+   --with-iconv=shared \
+ 

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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:53:07
  Author: stephane
Revision: 146357

db-move: moved postfix from [staging] to [testing] (x86_64)

Added:
  postfix/repos/testing-x86_64/
  postfix/repos/testing-x86_64/PKGBUILD
(from rev 146321, postfix/repos/staging-x86_64/PKGBUILD)
  postfix/repos/testing-x86_64/aliases.patch
(from rev 146321, postfix/repos/staging-x86_64/aliases.patch)
  postfix/repos/testing-x86_64/install
(from rev 146321, postfix/repos/staging-x86_64/install)
  postfix/repos/testing-x86_64/rc.d
(from rev 146321, postfix/repos/staging-x86_64/rc.d)
Deleted:
  postfix/repos/staging-x86_64/

---+
 PKGBUILD  |   64 
 aliases.patch |   18 +++
 install   |   34 +
 rc.d  |   36 +++
 4 files changed, 152 insertions(+)

Copied: postfix/repos/testing-x86_64/PKGBUILD (from rev 146321, 
postfix/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:53:07 UTC (rev 146357)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.8.7
+pkgrel=2
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('81c87aceff4d9af67a304354bab9c99ac98fc8a0'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   ' OPT=${CFLAGS} ${LDFLAGS}
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh postfix-install -non-interactive \
+   install_root=${pkgdir} \
+   daemon_directory=/usr/lib/${pkgname} \
+   sample_directory=/etc/${pkgname}/sample \
+   manpage_directory=/usr/share/man
+
+   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   cd ${pkgdir}
+   patch -p0 -i ${srcdir}/aliases.patch
+}

Copied: postfix/repos/testing-x86_64/aliases.patch (from rev 146321, 
postfix/repos/staging-x86_64/aliases.patch)
===
--- testing-x86_64/aliases.patch(rev 0)
+++ testing-x86_64/aliases.patch2012-01-09 18:53:07 UTC (rev 146357)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with newaliases or sendmail -bi.  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases
+ #alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
++alias_database = $alias_maps
+ 
+ # ADDRESS EXTENSIONS (e.g., user+foo)
+ #

Copied: postfix/repos/testing-x86_64/install (from rev 146321, 
postfix/repos/staging-x86_64/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2012-01-09 18:53:07 UTC (rev 146357)
@@ -0,0 +1,34 @@
+post_install() {
+   getent group postdrop /dev/null || groupadd -g 75 postdrop /dev/null
+   getent group postfix  /dev/null || groupadd -g 73 postfix  /dev/null
+   getent passwd postfix 

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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:53:09
  Author: stephane
Revision: 146358

db-move: moved redland from [staging] to [testing] (i686)

Added:
  redland/repos/testing-i686/
  redland/repos/testing-i686/PKGBUILD
(from rev 146321, redland/repos/staging-i686/PKGBUILD)
  redland/repos/testing-i686/rpath.diff
(from rev 146321, redland/repos/staging-i686/rpath.diff)
Deleted:
  redland/repos/staging-i686/

+
 PKGBUILD   |   79 +++
 rpath.diff |   11 
 2 files changed, 90 insertions(+)

Copied: redland/repos/testing-i686/PKGBUILD (from rev 146321, 
redland/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:53:09 UTC (rev 146358)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Francois Charette francois.archlinux.org 
+
+pkgbase=redland
+epoch=1
+pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
+pkgver=1.0.15
+pkgrel=3
+url=http://librdf.org/;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('rasqal=0.9.28' 'raptor=2.0.6' 'db=5.3' 'postgresql-libs' 
'libmysqlclient' 'unixodbc' 'sqlite3')
+options=('!libtool')
+source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc}
+rpath.diff)
+sha1sums=('e93d6fafaeebdf9f15a1044be6f4a88270f007af'
+  '3aeef38a7247ae33db6a0a19511ef4132240164b'
+  'f5db05c925b6bcd6402d5abd75c648b137f069c7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-release \
+   --disable-static \
+   --with-raptor=system \
+   --with-rasqal=system \
+   --with-sqlite=3
+
+  # nuke rpath
+  patch -Np0 -i ${srcdir}/rpath.diff
+
+  make
+}
+
+package_redland() {
+ pkgdesc=Library that provides a high-level interface to RDF data
+ depends=('rasqal=0.9.26' 'raptor=2.0.6' 'libltdl')
+ 
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib/redland
+}
+
+package_redland-storage-mysql() {
+ pkgdesc=MySQL storage support for Redland
+ depends=('redland' 'libmysqlclient')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_mysql.so 
${pkgdir}/usr/lib/redland/librdf_storage_mysql.so
+}
+
+package_redland-storage-postgresql() {
+ pkgdesc=PostgreSQL storage support for Redland
+ depends=('redland' 'postgresql-libs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_postgresql.so 
${pkgdir}/usr/lib/redland/
+}
+
+package_redland-storage-virtuoso() {
+ pkgdesc=Virtuoso storage support for Redland
+ depends=('redland' 'unixodbc' 'db')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_virtuoso.so 
${pkgdir}/usr/lib/redland/
+}
+
+package_redland-storage-sqlite() {
+ pkgdesc=SQLite storage support for Redland
+ depends=('redland' 'sqlite3' 'db')
+ 
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_sqlite.so ${pkgdir}/usr/lib/redland/
+}

Copied: redland/repos/testing-i686/rpath.diff (from rev 146321, 
redland/repos/staging-i686/rpath.diff)
===
--- testing-i686/rpath.diff (rev 0)
+++ testing-i686/rpath.diff 2012-01-09 18:53:09 UTC (rev 146358)
@@ -0,0 +1,11 @@
+--- libtool2011-02-20 10:46:47.0 +0100
 libtool.new2011-02-20 10:52:58.285764909 +0100
+@@ -324,7 +324,7 @@
+ 
+ # Flag to hardcode $libdir into a binary during linking.
+ # This must work even if $libdir does not exist
+-hardcode_libdir_flag_spec=\${wl}-rpath \${wl}\$libdir
++hardcode_libdir_flag_spec= 
+ 
+ # If ld is used when linking, flag to hardcode $libdir into a binary
+ # during linking.  This must work even if $libdir does not exist.



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:53:10
  Author: stephane
Revision: 146359

db-move: moved redland from [staging] to [testing] (x86_64)

Added:
  redland/repos/testing-x86_64/
  redland/repos/testing-x86_64/PKGBUILD
(from rev 146321, redland/repos/staging-x86_64/PKGBUILD)
  redland/repos/testing-x86_64/rpath.diff
(from rev 146321, redland/repos/staging-x86_64/rpath.diff)
Deleted:
  redland/repos/staging-x86_64/

+
 PKGBUILD   |   79 +++
 rpath.diff |   11 
 2 files changed, 90 insertions(+)

Copied: redland/repos/testing-x86_64/PKGBUILD (from rev 146321, 
redland/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:53:10 UTC (rev 146359)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Francois Charette francois.archlinux.org 
+
+pkgbase=redland
+epoch=1
+pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
+pkgver=1.0.15
+pkgrel=3
+url=http://librdf.org/;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('rasqal=0.9.28' 'raptor=2.0.6' 'db=5.3' 'postgresql-libs' 
'libmysqlclient' 'unixodbc' 'sqlite3')
+options=('!libtool')
+source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc}
+rpath.diff)
+sha1sums=('e93d6fafaeebdf9f15a1044be6f4a88270f007af'
+  '3aeef38a7247ae33db6a0a19511ef4132240164b'
+  'f5db05c925b6bcd6402d5abd75c648b137f069c7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-release \
+   --disable-static \
+   --with-raptor=system \
+   --with-rasqal=system \
+   --with-sqlite=3
+
+  # nuke rpath
+  patch -Np0 -i ${srcdir}/rpath.diff
+
+  make
+}
+
+package_redland() {
+ pkgdesc=Library that provides a high-level interface to RDF data
+ depends=('rasqal=0.9.26' 'raptor=2.0.6' 'libltdl')
+ 
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib/redland
+}
+
+package_redland-storage-mysql() {
+ pkgdesc=MySQL storage support for Redland
+ depends=('redland' 'libmysqlclient')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_mysql.so 
${pkgdir}/usr/lib/redland/librdf_storage_mysql.so
+}
+
+package_redland-storage-postgresql() {
+ pkgdesc=PostgreSQL storage support for Redland
+ depends=('redland' 'postgresql-libs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_postgresql.so 
${pkgdir}/usr/lib/redland/
+}
+
+package_redland-storage-virtuoso() {
+ pkgdesc=Virtuoso storage support for Redland
+ depends=('redland' 'unixodbc' 'db')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_virtuoso.so 
${pkgdir}/usr/lib/redland/
+}
+
+package_redland-storage-sqlite() {
+ pkgdesc=SQLite storage support for Redland
+ depends=('redland' 'sqlite3' 'db')
+ 
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_sqlite.so ${pkgdir}/usr/lib/redland/
+}

Copied: redland/repos/testing-x86_64/rpath.diff (from rev 146321, 
redland/repos/staging-x86_64/rpath.diff)
===
--- testing-x86_64/rpath.diff   (rev 0)
+++ testing-x86_64/rpath.diff   2012-01-09 18:53:10 UTC (rev 146359)
@@ -0,0 +1,11 @@
+--- libtool2011-02-20 10:46:47.0 +0100
 libtool.new2011-02-20 10:52:58.285764909 +0100
+@@ -324,7 +324,7 @@
+ 
+ # Flag to hardcode $libdir into a binary during linking.
+ # This must work even if $libdir does not exist
+-hardcode_libdir_flag_spec=\${wl}-rpath \${wl}\$libdir
++hardcode_libdir_flag_spec= 
+ 
+ # If ld is used when linking, flag to hardcode $libdir into a binary
+ # during linking.  This must work even if $libdir does not exist.



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:53:11
  Author: stephane
Revision: 146360

db-move: moved ruby from [staging] to [testing] (i686)

Added:
  ruby/repos/testing-i686/
  ruby/repos/testing-i686/PKGBUILD
(from rev 146321, ruby/repos/staging-i686/PKGBUILD)
Deleted:
  ruby/repos/staging-i686/

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

Copied: ruby/repos/testing-i686/PKGBUILD (from rev 146321, 
ruby/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:53:11 UTC (rev 146360)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Jeramy Rutley jrut...@gmail.com
+
+pkgbase=ruby
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p0
+pkgrel=3
+pkgdesc=An object-oriented language for quick and easy programming
+arch=('i686' 'x86_64')
+url=http://www.ruby-lang.org/en/;
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.ruby-lang.org/pub/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver//_/-}.tar.bz2)
+sha1sums=('f63c116411b981ef54c2caeefb9ccc4d71a5d2cf')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver//_/-}
+  DOXYGEN=/usr/bin/doxygen PKG_CONFIG=/usr/bin/pkg-config ./configure 
--prefix=/usr --sysconfdir=/etc \
+  --enable-shared --enable-pthread --disable-rpath
+  make
+}
+
+package_ruby() {
+  depends=('openssl' 'libffi' 'libyaml')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  optdepends=('tk: for Ruby/TK')
+
+  cd ${srcdir}/${pkgbase}-${pkgver//_/-}
+  make DESTDIR=${pkgdir} install-nodoc
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/${pkgname}/BSDL
+}
+
+package_ruby-docs() {
+  pkgdesc=Documentation files for ruby
+
+  cd ${srcdir}/${pkgbase}-${pkgver//_/-}
+  make DESTDIR=${pkgdir} install-doc install-capi
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/${pkgname}/BSDL
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:53:12
  Author: stephane
Revision: 146361

db-move: moved ruby from [staging] to [testing] (x86_64)

Added:
  ruby/repos/testing-x86_64/
  ruby/repos/testing-x86_64/PKGBUILD
(from rev 146321, ruby/repos/staging-x86_64/PKGBUILD)
Deleted:
  ruby/repos/staging-x86_64/

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

Copied: ruby/repos/testing-x86_64/PKGBUILD (from rev 146321, 
ruby/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:53:12 UTC (rev 146361)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Jeramy Rutley jrut...@gmail.com
+
+pkgbase=ruby
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p0
+pkgrel=3
+pkgdesc=An object-oriented language for quick and easy programming
+arch=('i686' 'x86_64')
+url=http://www.ruby-lang.org/en/;
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.ruby-lang.org/pub/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver//_/-}.tar.bz2)
+sha1sums=('f63c116411b981ef54c2caeefb9ccc4d71a5d2cf')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver//_/-}
+  DOXYGEN=/usr/bin/doxygen PKG_CONFIG=/usr/bin/pkg-config ./configure 
--prefix=/usr --sysconfdir=/etc \
+  --enable-shared --enable-pthread --disable-rpath
+  make
+}
+
+package_ruby() {
+  depends=('openssl' 'libffi' 'libyaml')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  optdepends=('tk: for Ruby/TK')
+
+  cd ${srcdir}/${pkgbase}-${pkgver//_/-}
+  make DESTDIR=${pkgdir} install-nodoc
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/${pkgname}/BSDL
+}
+
+package_ruby-docs() {
+  pkgdesc=Documentation files for ruby
+
+  cd ${srcdir}/${pkgbase}-${pkgver//_/-}
+  make DESTDIR=${pkgdir} install-doc install-capi
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/${pkgname}/BSDL
+}



[arch-commits] Commit in subversion/repos (7 files)

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:53:14
  Author: stephane
Revision: 146362

db-move: moved subversion from [staging] to [testing] (i686)

Added:
  subversion/repos/testing-i686/
  subversion/repos/testing-i686/PKGBUILD
(from rev 146321, subversion/repos/staging-i686/PKGBUILD)
  subversion/repos/testing-i686/subversion.rpath.fix.patch
(from rev 146321, subversion/repos/staging-i686/subversion.rpath.fix.patch)
  subversion/repos/testing-i686/svn
(from rev 146321, subversion/repos/staging-i686/svn)
  subversion/repos/testing-i686/svnserve
(from rev 146321, subversion/repos/staging-i686/svnserve)
  subversion/repos/testing-i686/svnserve.conf
(from rev 146321, subversion/repos/staging-i686/svnserve.conf)
Deleted:
  subversion/repos/staging-i686/

+
 PKGBUILD   |   76 +++
 subversion.rpath.fix.patch |   10 +
 svn|   11 ++
 svnserve   |   42 +++
 svnserve.conf  |7 +++
 5 files changed, 146 insertions(+)

Copied: subversion/repos/testing-i686/PKGBUILD (from rev 146321, 
subversion/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:53:14 UTC (rev 146362)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=subversion
+pkgver=1.7.2
+pkgrel=2
+pkgdesc=A Modern Concurrent Version Control System
+arch=('i686' 'x86_64')
+license=('APACHE')
+depends=('neon' 'apr-util' 'sqlite3' 'file')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
+'python2: for some hook scripts' 'ruby: for some hook scripts')
+makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
+ 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+url=http://subversion.apache.org/;
+provides=('svn')
+options=('!makeflags' '!libtool')
+source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
+svnserve svn svnserve.conf subversion.rpath.fix.patch)
+sha1sums=('8c0824aeb7f42da1ff4f7cd296877af7f59812bb'
+  '66293923ddc1b12a43b0e86f6b6a3c23b70df6ae'
+  '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
+  '73b36c046c09cec2093354911c89e3ba8056af6c'
+  'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
+  '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
+
+   patch -p0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+
+   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
+   --with-zlib=/usr --with-neon=/usr --with-apxs \
+   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
+   --enable-javahl --with-gnome-keyring --with-kwallet
+
+   make external-all
+   make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
+   make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl # swig-rb
+}
+
+#check() {
+#   cd ${srcdir}/${pkgname}-${pkgver}
+#   export LANG=C LC_ALL=C
+#   make check check-swig-pl check-swig-py check-javahl CLEANUP=yes # 
check-swig-rb
+#}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   export LD_LIBRARY_PATH=${pkgdir}/usr/lib:$LD_LIBRARY_PATH
+   make DESTDIR=${pkgdir} INSTALLDIRS=vendor \
+ swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
+ install install-swig-py install-swig-pl install-javahl # install-swig-rb
+
+   install -d ${pkgdir}/usr/share/subversion
+   cp -a tools/hook-scripts ${pkgdir}/usr/share/subversion/
+   rm -f ${pkgdir}/usr/share/subversion/hook-scripts/*.in
+
+   rm -f ${pkgdir}/usr/lib/perl5/vendor_perl/auto/SVN/_Core/.packlist
+   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+
+   install -D -m 755 ${srcdir}/svnserve ${pkgdir}/etc/rc.d/svnserve
+   install -D -m 644 ${srcdir}/svn ${pkgdir}/etc/xinetd.d/svn
+   install -D -m 644 ${srcdir}/svnserve.conf ${pkgdir}/etc/conf.d/svnserve
+
+   # bash completion
+   install -Dm 644 tools/client-side/bash_completion \
+ ${pkgdir}/etc/bash_completion.d/subversion
+}

Copied: subversion/repos/testing-i686/subversion.rpath.fix.patch (from rev 
146321, subversion/repos/staging-i686/subversion.rpath.fix.patch)
===
--- testing-i686/subversion.rpath.fix.patch (rev 0)
+++ testing-i686/subversion.rpath.fix.patch 2012-01-09 18:53:14 UTC (rev 
146362)
@@ -0,0 +1,10 @@
+--- 

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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:53:05
  Author: stephane
Revision: 146356

db-move: moved postfix from [staging] to [testing] (i686)

Added:
  postfix/repos/testing-i686/
  postfix/repos/testing-i686/PKGBUILD
(from rev 146321, postfix/repos/staging-i686/PKGBUILD)
  postfix/repos/testing-i686/aliases.patch
(from rev 146321, postfix/repos/staging-i686/aliases.patch)
  postfix/repos/testing-i686/install
(from rev 146321, postfix/repos/staging-i686/install)
  postfix/repos/testing-i686/rc.d
(from rev 146321, postfix/repos/staging-i686/rc.d)
Deleted:
  postfix/repos/staging-i686/

---+
 PKGBUILD  |   64 
 aliases.patch |   18 +++
 install   |   34 +
 rc.d  |   36 +++
 4 files changed, 152 insertions(+)

Copied: postfix/repos/testing-i686/PKGBUILD (from rev 146321, 
postfix/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:53:05 UTC (rev 146356)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.8.7
+pkgrel=2
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('81c87aceff4d9af67a304354bab9c99ac98fc8a0'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   ' OPT=${CFLAGS} ${LDFLAGS}
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh postfix-install -non-interactive \
+   install_root=${pkgdir} \
+   daemon_directory=/usr/lib/${pkgname} \
+   sample_directory=/etc/${pkgname}/sample \
+   manpage_directory=/usr/share/man
+
+   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   cd ${pkgdir}
+   patch -p0 -i ${srcdir}/aliases.patch
+}

Copied: postfix/repos/testing-i686/aliases.patch (from rev 146321, 
postfix/repos/staging-i686/aliases.patch)
===
--- testing-i686/aliases.patch  (rev 0)
+++ testing-i686/aliases.patch  2012-01-09 18:53:05 UTC (rev 146356)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with newaliases or sendmail -bi.  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases
+ #alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
++alias_database = $alias_maps
+ 
+ # ADDRESS EXTENSIONS (e.g., user+foo)
+ #

Copied: postfix/repos/testing-i686/install (from rev 146321, 
postfix/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2012-01-09 18:53:05 UTC (rev 146356)
@@ -0,0 +1,34 @@
+post_install() {
+   getent group postdrop /dev/null || groupadd -g 75 postdrop /dev/null
+   getent group postfix  /dev/null || groupadd -g 73 postfix  /dev/null
+   getent passwd postfix /dev/null || useradd -u 73 -d 
/var/spool/postfix -g 

[arch-commits] Commit in subversion/repos (7 files)

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:53:15
  Author: stephane
Revision: 146363

db-move: moved subversion from [staging] to [testing] (x86_64)

Added:
  subversion/repos/testing-x86_64/
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 146321, subversion/repos/staging-x86_64/PKGBUILD)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 146321, 
subversion/repos/staging-x86_64/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 146321, subversion/repos/staging-x86_64/svn)
  subversion/repos/testing-x86_64/svnserve
(from rev 146321, subversion/repos/staging-x86_64/svnserve)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 146321, subversion/repos/staging-x86_64/svnserve.conf)
Deleted:
  subversion/repos/staging-x86_64/

+
 PKGBUILD   |   76 +++
 subversion.rpath.fix.patch |   10 +
 svn|   11 ++
 svnserve   |   42 +++
 svnserve.conf  |7 +++
 5 files changed, 146 insertions(+)

Copied: subversion/repos/testing-x86_64/PKGBUILD (from rev 146321, 
subversion/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:53:15 UTC (rev 146363)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=subversion
+pkgver=1.7.2
+pkgrel=2
+pkgdesc=A Modern Concurrent Version Control System
+arch=('i686' 'x86_64')
+license=('APACHE')
+depends=('neon' 'apr-util' 'sqlite3' 'file')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
+'python2: for some hook scripts' 'ruby: for some hook scripts')
+makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
+ 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+url=http://subversion.apache.org/;
+provides=('svn')
+options=('!makeflags' '!libtool')
+source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
+svnserve svn svnserve.conf subversion.rpath.fix.patch)
+sha1sums=('8c0824aeb7f42da1ff4f7cd296877af7f59812bb'
+  '66293923ddc1b12a43b0e86f6b6a3c23b70df6ae'
+  '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
+  '73b36c046c09cec2093354911c89e3ba8056af6c'
+  'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
+  '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
+
+   patch -p0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+
+   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
+   --with-zlib=/usr --with-neon=/usr --with-apxs \
+   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
+   --enable-javahl --with-gnome-keyring --with-kwallet
+
+   make external-all
+   make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
+   make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl # swig-rb
+}
+
+#check() {
+#   cd ${srcdir}/${pkgname}-${pkgver}
+#   export LANG=C LC_ALL=C
+#   make check check-swig-pl check-swig-py check-javahl CLEANUP=yes # 
check-swig-rb
+#}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   export LD_LIBRARY_PATH=${pkgdir}/usr/lib:$LD_LIBRARY_PATH
+   make DESTDIR=${pkgdir} INSTALLDIRS=vendor \
+ swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
+ install install-swig-py install-swig-pl install-javahl # install-swig-rb
+
+   install -d ${pkgdir}/usr/share/subversion
+   cp -a tools/hook-scripts ${pkgdir}/usr/share/subversion/
+   rm -f ${pkgdir}/usr/share/subversion/hook-scripts/*.in
+
+   rm -f ${pkgdir}/usr/lib/perl5/vendor_perl/auto/SVN/_Core/.packlist
+   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+
+   install -D -m 755 ${srcdir}/svnserve ${pkgdir}/etc/rc.d/svnserve
+   install -D -m 644 ${srcdir}/svn ${pkgdir}/etc/xinetd.d/svn
+   install -D -m 644 ${srcdir}/svnserve.conf ${pkgdir}/etc/conf.d/svnserve
+
+   # bash completion
+   install -Dm 644 tools/client-side/bash_completion \
+ ${pkgdir}/etc/bash_completion.d/subversion
+}

Copied: subversion/repos/testing-x86_64/subversion.rpath.fix.patch (from rev 
146321, subversion/repos/staging-x86_64/subversion.rpath.fix.patch)
===
--- testing-x86_64/subversion.rpath.fix.patch   (rev 0)
+++ testing-x86_64/subversion.rpath.fix.patch   2012-01-09 18:53:15 UTC (rev 
146363)

[arch-commits] Commit in windowmaker-crm-git/trunk (PKGBUILD)

2012-01-09 Thread Daniel Isenmann
Date: Monday, January 9, 2012 @ 14:01:29
  Author: daniel
Revision: 146364

upgpkg: windowmaker-crm-git 20120109-1

New git snapshot

Modified:
  windowmaker-crm-git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 18:53:15 UTC (rev 146363)
+++ PKGBUILD2012-01-09 19:01:29 UTC (rev 146364)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Isenmann dan...@archlinux.org
 
 pkgname=windowmaker-crm-git
-pkgver=20110909
+pkgver=20120109
 pkgrel=1
 pkgdesc=An X11 window manager with a NEXTSTEP look and feel - git version 
from Carlos R. Mafra
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 provides=('windowmaker')
 conflicts=('windowmaker')
 source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz 
wmaker.desktop)
-md5sums=('594f66f40130fe49b6350579f4d54c2b'
+md5sums=('abe70f9cc7606c73a9bbe498cacf925a'
  '2fba97bebfd691836b92b8f0db79ff13')
 
 build() {
@@ -23,8 +23,14 @@
   ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
 --with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
 --enable-usermenu --enable-modelock --enable-xrandr
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make
+}
+
+package() {
+  cd $srcdir/windowmaker-$pkgver
+  
+  make DESTDIR=$pkgdir install
   install -D -m644 COPYING.WTFPL 
$pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
   install -D -m644 $srcdir/wmaker.desktop 
$pkgdir/usr/share/xsessions/wmaker.desktop
+
 }



[arch-commits] Commit in windowmaker-crm-git/repos (12 files)

2012-01-09 Thread Daniel Isenmann
Date: Monday, January 9, 2012 @ 14:01:56
  Author: daniel
Revision: 146365

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

Added:
  windowmaker-crm-git/repos/extra-i686/PKGBUILD
(from rev 146364, windowmaker-crm-git/trunk/PKGBUILD)
  windowmaker-crm-git/repos/extra-i686/libpng-1.4.patch
(from rev 146364, windowmaker-crm-git/trunk/libpng-1.4.patch)
  windowmaker-crm-git/repos/extra-i686/wmaker.desktop
(from rev 146364, windowmaker-crm-git/trunk/wmaker.desktop)
  windowmaker-crm-git/repos/extra-x86_64/PKGBUILD
(from rev 146364, windowmaker-crm-git/trunk/PKGBUILD)
  windowmaker-crm-git/repos/extra-x86_64/libpng-1.4.patch
(from rev 146364, windowmaker-crm-git/trunk/libpng-1.4.patch)
  windowmaker-crm-git/repos/extra-x86_64/wmaker.desktop
(from rev 146364, windowmaker-crm-git/trunk/wmaker.desktop)
Deleted:
  windowmaker-crm-git/repos/extra-i686/PKGBUILD
  windowmaker-crm-git/repos/extra-i686/libpng-1.4.patch
  windowmaker-crm-git/repos/extra-i686/wmaker.desktop
  windowmaker-crm-git/repos/extra-x86_64/PKGBUILD
  windowmaker-crm-git/repos/extra-x86_64/libpng-1.4.patch
  windowmaker-crm-git/repos/extra-x86_64/wmaker.desktop

---+
 extra-i686/PKGBUILD   |   66 +---
 extra-i686/libpng-1.4.patch   |   24 +++---
 extra-i686/wmaker.desktop |   10 +++---
 extra-x86_64/PKGBUILD |   66 +---
 extra-x86_64/libpng-1.4.patch |   24 +++---
 extra-x86_64/wmaker.desktop   |   10 +++---
 6 files changed, 106 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-09 19:01:29 UTC (rev 146364)
+++ extra-i686/PKGBUILD 2012-01-09 19:01:56 UTC (rev 146365)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-
-pkgname=windowmaker-crm-git
-pkgver=20110909
-pkgrel=1
-pkgdesc=An X11 window manager with a NEXTSTEP look and feel - git version 
from Carlos R. Mafra
-arch=(i686 x86_64)
-url=http://www.windowmaker.org;
-license=('GPL' 'custom')
-depends=('libxinerama' 'libxrandr' 'libpng' 'libxpm' 'libxft' 'libtiff=3.9.1' 
'giflib' 'libxmu')
-options=('!libtool')
-provides=('windowmaker')
-conflicts=('windowmaker')
-source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz 
wmaker.desktop)
-md5sums=('594f66f40130fe49b6350579f4d54c2b'
- '2fba97bebfd691836b92b8f0db79ff13')
-
-build() {
-  cd $srcdir/windowmaker-$pkgver
-  [ -z $LINGUAS ]  export LINGUAS=`ls po/*.po | sed 
's:po/\(.*\)\.po$:\1:'`
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
---with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
---enable-usermenu --enable-modelock --enable-xrandr
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
-  install -D -m644 COPYING.WTFPL 
$pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
-  install -D -m644 $srcdir/wmaker.desktop 
$pkgdir/usr/share/xsessions/wmaker.desktop
-}

Copied: windowmaker-crm-git/repos/extra-i686/PKGBUILD (from rev 146364, 
windowmaker-crm-git/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-09 19:01:56 UTC (rev 146365)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=windowmaker-crm-git
+pkgver=20120109
+pkgrel=1
+pkgdesc=An X11 window manager with a NEXTSTEP look and feel - git version 
from Carlos R. Mafra
+arch=(i686 x86_64)
+url=http://www.windowmaker.org;
+license=('GPL' 'custom')
+depends=('libxinerama' 'libxrandr' 'libpng' 'libxpm' 'libxft' 'libtiff=3.9.1' 
'giflib' 'libxmu')
+options=('!libtool')
+provides=('windowmaker')
+conflicts=('windowmaker')
+source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz 
wmaker.desktop)
+md5sums=('abe70f9cc7606c73a9bbe498cacf925a'
+ '2fba97bebfd691836b92b8f0db79ff13')
+
+build() {
+  cd $srcdir/windowmaker-$pkgver
+  [ -z $LINGUAS ]  export LINGUAS=`ls po/*.po | sed 
's:po/\(.*\)\.po$:\1:'`
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
+--with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
+--enable-usermenu --enable-modelock --enable-xrandr
+  make
+}
+
+package() {
+  cd $srcdir/windowmaker-$pkgver
+  
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.WTFPL 
$pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
+  install -D -m644 $srcdir/wmaker.desktop 
$pkgdir/usr/share/xsessions/wmaker.desktop
+
+}

Deleted: extra-i686/libpng-1.4.patch
===
--- extra-i686/libpng-1.4.patch 2012-01-09 19:01:29 UTC (rev 146364)
+++ extra-i686/libpng-1.4.patch 2012-01-09 19:01:56 UTC (rev 146365)
@@ -1,12 +0,0 @@
-diff -Naur windowmaker-20091221-orig/wrlib/load.c 
windowmaker-20091221/wrlib

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

2012-01-09 Thread Ronald van Haren
Date: Monday, January 9, 2012 @ 14:31:46
  Author: ronald
Revision: 146366

mv instead of copying with install...

Modified:
  grub2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 19:01:56 UTC (rev 146365)
+++ PKGBUILD2012-01-09 19:31:46 UTC (rev 146366)
@@ -262,8 +262,8 @@

# move grub2 fonts from /usr/lib/grub to /usr/share/grub - incorrect 
path due to grub2_automake_1.11.2_pkglib_to_pkgdata.patch
install -d ${pkgdir}/usr/share/grub
-   install -Dm644 ${pkgdir}/usr/lib/grub/{ascii,euro,unicode}.pf2 
${pkgdir}/usr/share/grub/
-   install -Dm644 ${pkgdir}/usr/lib/grub/{ascii,widthspec}.h 
${pkgdir}/usr/share/grub/
+   mv -f ${pkgdir}/usr/lib/grub/{ascii,euro,unicode}.pf2 
${pkgdir}/usr/share/grub/
+   mv -f ${pkgdir}/usr/lib/grub/{ascii,widthspec}.h 
${pkgdir}/usr/share/grub/

 }
 



[arch-commits] Commit in java7-openjdk/trunk (6 files)

2012-01-09 Thread andyrtr
Date: Monday, January 9, 2012 @ 15:13:32
  Author: andyrtr
Revision: 146367

upgpkg: java7-openjdk 7.b147_2.0-5

split jre into headless and addon desktop pkg to have a nice option for growing 
dependencies FS#27621; put more config files under backup control; move menu 
entries into jre desktop pkg; tighten denpendencies; move some deps to optdepts

Added:
  java7-openjdk/trunk/glibc2_15.diff
  java7-openjdk/trunk/jre7-openjdk-headless.install
Modified:
  java7-openjdk/trunk/PKGBUILD  (contents, properties)
  java7-openjdk/trunk/jre7-openjdk.install
Deleted:
  java7-openjdk/trunk/jconsole.desktop
  java7-openjdk/trunk/policytool.desktop

---+
 PKGBUILD  |  235 +++-
 glibc2_15.diff|  232 +++
 jconsole.desktop  |   10 -
 jre7-openjdk-headless.install |   15 ++
 jre7-openjdk.install  |6 -
 policytool.desktop|   10 -
 6 files changed, 407 insertions(+), 101 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 19:31:46 UTC (rev 146366)
+++ PKGBUILD2012-01-09 20:13:32 UTC (rev 146367)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Andreas Radke andy...@archlinux.org
 # Contributor: Jan de Groot j...@archlinux.org
 # Contributor: Guillaume ALAUX guilla...@archlinux.org
@@ -2,3 +3,4 @@
 
-pkgname=('jre7-openjdk' 'jdk7-openjdk' 'openjdk7-src')
+pkgname=('jre7-openjdk-headless' 'jre7-openjdk' 'jdk7-openjdk' 'openjdk7-src') 
+ # ToDo -demo -doc packages, see Debian file lists 
http://packages.debian.org/source/wheezy/openjdk-7
 pkgbase=java7-openjdk
@@ -19,23 +21,29 @@
 _LANGTOOLS_CHANGESET=9b85f1265346
 _OPENJDK_CHANGESET=0a76e5390e68
 
+_bootstrap=0 # 0/1 for quick build or full bootstrap
+
 pkgver=${_java_ver}.${_openjdk_build}_${_icedtea_ver}
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url=http://icedtea.classpath.org;
 license=('custom')
-makedepends=('libcups' 'libxp' 'libxtst' 'libxi' 'libxt' 'libxslt' 'freetype2' 
#'eclipse-ecj' only for bootstrapping
- 'alsa-lib' 'xalan-java' 'glib2' 'gtk2' 'apache-ant=1.6.5' 
'giflib'
- 'libjpeg=6b' 'zlib' 'rhino' 'libpulse=0.9.11' 'zip' 'unzip' 
'cpio' 'lcms2')
-source=( #ftp://ftp.archlinux.org/other/$pkgname/icedtea7-${_date}-hg.tar.xz
-
http://icedtea.classpath.org/download/source/icedtea-${_icedtea_ver}.tar.gz
-
http://icedtea.classpath.org/hg/icedtea7-forest/archive/${_OPENJDK_CHANGESET}.tar.gz
   # openjdk.tar.gz
-
http://icedtea.classpath.org/hg/icedtea7-forest/corba/archive/${_CORBA_CHANGESET}.tar.gz
   # corba.tar.gz
-
http://icedtea.classpath.org/hg/icedtea7-forest/jaxp/archive/${_JAXP_CHANGESET}.tar.gz
 # jaxp.tar.gz
-
http://icedtea.classpath.org/hg/icedtea7-forest/jaxws/archive/${_JAXWS_CHANGESET}.tar.gz
   # jaxws.tar.gz
-
http://icedtea.classpath.org/hg/icedtea7-forest/jdk/archive/${_JDK_CHANGESET}.tar.gz
   # jdk.tar.gz
-
http://icedtea.classpath.org/hg/icedtea7-forest/langtools/archive/${_LANGTOOLS_CHANGESET}.tar.gz
# langtools.tar.gz
-
http://icedtea.classpath.org/hg/icedtea7-forest/hotspot/archive/${_HOTSPOT_CHANGESET}.tar.gz
   # hotspot.tar.gz
+options=('!emptydirs')
+makedepends=('jdk7-openjdk' 'libxp' 'libxslt' 
+ 'alsa-lib' 'apache-ant=1.8.1' 'giflib'
+ 'rhino' 'libpulse=0.9.11' 'zip' 'unzip' 'cpio' 'fastjar') # 
fastjar`?
+[ $_bootstrap = 1 ]  makedepends=(${makedepends[@]} 'eclipse-ecj')
+
+_url=http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/archive
+#_url=http://icedtea.classpath.org/hg/icedtea7-forest/archive
+source=(http://icedtea.classpath.org/download/source/icedtea-${_icedtea_ver}.tar.gz
+${_url}/${_OPENJDK_CHANGESET}.tar.gz   
# openjdk.tar.gz
+${_url}/${_CORBA_CHANGESET}.tar.gz 
# corba.tar.gz
+${_url}/${_JAXP_CHANGESET}.tar.gz  
# jaxp.tar.gz
+${_url}/${_JAXWS_CHANGESET}.tar.gz 
# jaxws.tar.gz
+${_url}/${_JDK_CHANGESET}.tar.gz   
# jdk.tar.gz
+${_url}/${_LANGTOOLS_CHANGESET}.tar.gz 
# langtools.tar.gz
+${_url}/${_HOTSPOT_CHANGESET}.tar.gz   
# hotspot.tar.gz
 fontconfig-paths.diff
 fix_corba_cmds_path.diff
 openjdk7_fix_jdk_cmds_path.diff
@@ -44,8 +52,7 @@
 jdk7-openjdk.profile.csh
 jre7-openjdk.profile
 jre7-openjdk.profile.csh
-jconsole.desktop
-policytool.desktop)
+   glibc2_15.diff)
 
 

[arch-commits] Commit in java7-openjdk/repos (26 files)

2012-01-09 Thread andyrtr
Date: Monday, January 9, 2012 @ 15:15:28
  Author: andyrtr
Revision: 146368

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

Added:
  java7-openjdk/repos/testing-i686/
  java7-openjdk/repos/testing-i686/PKGBUILD
(from rev 146367, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/testing-i686/fix_corba_cmds_path.diff
(from rev 146367, java7-openjdk/trunk/fix_corba_cmds_path.diff)
  java7-openjdk/repos/testing-i686/fontconfig-paths.diff
(from rev 146367, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/testing-i686/glibc2_15.diff
(from rev 146367, java7-openjdk/trunk/glibc2_15.diff)
  java7-openjdk/repos/testing-i686/jdk7-openjdk.profile
(from rev 146367, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/testing-i686/jdk7-openjdk.profile.csh
(from rev 146367, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/testing-i686/jre7-openjdk-headless.install
(from rev 146367, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/testing-i686/jre7-openjdk.install
(from rev 146367, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/testing-i686/jre7-openjdk.profile
(from rev 146367, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/testing-i686/jre7-openjdk.profile.csh
(from rev 146367, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/testing-i686/openjdk7_fix_jdk_cmds_path.diff
(from rev 146367, java7-openjdk/trunk/openjdk7_fix_jdk_cmds_path.diff)
  java7-openjdk/repos/testing-i686/openjdk7_nonreparenting-wm.diff
(from rev 146367, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
  java7-openjdk/repos/testing-x86_64/
  java7-openjdk/repos/testing-x86_64/PKGBUILD
(from rev 146367, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/testing-x86_64/fix_corba_cmds_path.diff
(from rev 146367, java7-openjdk/trunk/fix_corba_cmds_path.diff)
  java7-openjdk/repos/testing-x86_64/fontconfig-paths.diff
(from rev 146367, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/testing-x86_64/glibc2_15.diff
(from rev 146367, java7-openjdk/trunk/glibc2_15.diff)
  java7-openjdk/repos/testing-x86_64/jdk7-openjdk.profile
(from rev 146367, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/testing-x86_64/jdk7-openjdk.profile.csh
(from rev 146367, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/testing-x86_64/jre7-openjdk-headless.install
(from rev 146367, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/testing-x86_64/jre7-openjdk.install
(from rev 146367, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/testing-x86_64/jre7-openjdk.profile
(from rev 146367, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/testing-x86_64/jre7-openjdk.profile.csh
(from rev 146367, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/testing-x86_64/openjdk7_fix_jdk_cmds_path.diff
(from rev 146367, java7-openjdk/trunk/openjdk7_fix_jdk_cmds_path.diff)
  java7-openjdk/repos/testing-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 146367, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)

+
 testing-i686/PKGBUILD  |  346 +++
 testing-i686/fix_corba_cmds_path.diff  |   33 ++
 testing-i686/fontconfig-paths.diff |  134 
 testing-i686/glibc2_15.diff|  232 +++
 testing-i686/jdk7-openjdk.profile  |6 
 testing-i686/jdk7-openjdk.profile.csh  |1 
 testing-i686/jre7-openjdk-headless.install |   15 
 testing-i686/jre7-openjdk.install  |   18 +
 testing-i686/jre7-openjdk.profile  |5 
 testing-i686/jre7-openjdk.profile.csh  |5 
 testing-i686/openjdk7_fix_jdk_cmds_path.diff   |   24 +
 testing-i686/openjdk7_nonreparenting-wm.diff   |   58 +++
 testing-x86_64/PKGBUILD|  346 +++
 testing-x86_64/fix_corba_cmds_path.diff|   33 ++
 testing-x86_64/fontconfig-paths.diff   |  134 
 testing-x86_64/glibc2_15.diff  |  232 +++
 testing-x86_64/jdk7-openjdk.profile|6 
 testing-x86_64/jdk7-openjdk.profile.csh|1 
 testing-x86_64/jre7-openjdk-headless.install   |   15 
 testing-x86_64/jre7-openjdk.install|   18 +
 testing-x86_64/jre7-openjdk.profile|5 
 testing-x86_64/jre7-openjdk.profile.csh|5 
 testing-x86_64/openjdk7_fix_jdk_cmds_path.diff |   24 +
 testing-x86_64/openjdk7_nonreparenting-wm.diff |   58 +++
 24 files changed, 1754 insertions(+)

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


[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 15:59:51
  Author: ibiru
Revision: 146369

update to 3.2.3

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 20:15:28 UTC (rev 146368)
+++ PKGBUILD2012-01-09 20:59:51 UTC (rev 146369)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=('i686' 'x86_64')
 depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
@@ -12,7 +12,7 @@
 url=http://www.gnome.org;
 license=('GPL')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
+sha256sums=('8760814491fa1ecf8806b31231b30c5f20169790abdc6b78a2faa194fde3987c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 15:59:59
  Author: ibiru
Revision: 146370

update to 3.2.3

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 20:59:51 UTC (rev 146369)
+++ PKGBUILD2012-01-09 20:59:59 UTC (rev 146370)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc=Manage your email, contacts and schedule
 arch=('i686' 'x86_64')
@@ -15,11 +15,11 @@
 options=('!libtool' '!emptydirs')
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('03c68242bbf494dda3bf34f52ec843c282c9bb07f9415a69fe58237c7efbbe7d')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a25d523e775c022ec9e68d7b989316e7252b687d70b9db2f60b72bb833099e9d')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
   --libexecdir=/usr/lib \
@@ -35,11 +35,11 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  make -C plugins/tnef-attachments DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+  make -C plugins/tnef-attachments DESTDIR=$pkgdir install
 
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-3.2 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-3.2 $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
 }



[arch-commits] Commit in evolution-data-server/repos (4 files)

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 16:02:00
  Author: ibiru
Revision: 146371

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 146370, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 146370, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-09 20:59:59 UTC (rev 146370)
+++ extra-i686/PKGBUILD 2012-01-09 21:02:00 UTC (rev 146371)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.2.2
-pkgrel=1
-pkgdesc=Centralized access to appointments and contacts
-arch=('i686' 'x86_64')
-depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
-options=('!libtool')
-url=http://www.gnome.org;
-license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 146370, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-09 21:02:00 UTC (rev 146371)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('8760814491fa1ecf8806b31231b30c5f20169790abdc6b78a2faa194fde3987c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-09 20:59:59 UTC (rev 146370)
+++ extra-x86_64/PKGBUILD   2012-01-09 21:02:00 UTC (rev 146371)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.2.2
-pkgrel=1
-pkgdesc=Centralized access to appointments and contacts
-arch=('i686' 'x86_64')
-depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
-options=('!libtool')
-url=http://www.gnome.org;
-license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append 

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

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 16:08:55
  Author: ibiru
Revision: 146372

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

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

+
 extra-i686/PKGBUILD|   90 +++
 extra-i686/evolution.install   |   48 ++--
 extra-x86_64/PKGBUILD  |   90 +++
 extra-x86_64/evolution.install |   48 ++--
 4 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-09 21:02:00 UTC (rev 146371)
+++ extra-i686/PKGBUILD 2012-01-09 21:08:55 UTC (rev 146372)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution
-pkgver=3.2.2
-pkgrel=1
-pkgdesc=Manage your email, contacts and schedule
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('03c68242bbf494dda3bf34f52ec843c282c9bb07f9415a69fe58237c7efbbe7d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --disable-scrollkeeper \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-image-inline
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-  make -C plugins/tnef-attachments
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  make -C plugins/tnef-attachments DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-3.2 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 146371, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-09 21:08:55 UTC (rev 146372)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a25d523e775c022ec9e68d7b989316e7252b687d70b9db2f60b72bb833099e9d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --disable-scrollkeeper \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-image-inline
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+  make -C plugins/tnef-attachments
+}
+
+package() {
+  cd 

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

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 16:38:23
  Author: ibiru
Revision: 146373

 update to 3.2.3

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 21:08:55 UTC (rev 146372)
+++ PKGBUILD2012-01-09 21:38:23 UTC (rev 146373)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f6a557a93e632e19cde1501f6f0540f67e41c193120d7297268662ddc7927439')
+sha256sums=('0c26fb822ced5bca7c6888ade35f47821317fa45e33a93c8a2a81fcb06d6f483')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 16:40:58
  Author: ibiru
Revision: 146374

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 146373, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 146373, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-09 21:38:23 UTC (rev 146373)
+++ extra-i686/PKGBUILD 2012-01-09 21:40:58 UTC (rev 146374)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.2.2
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f6a557a93e632e19cde1501f6f0540f67e41c193120d7297268662ddc7927439')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 146373, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-09 21:40:58 UTC (rev 146374)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0c26fb822ced5bca7c6888ade35f47821317fa45e33a93c8a2a81fcb06d6f483')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-09 21:38:23 UTC (rev 146373)
+++ extra-x86_64/PKGBUILD   2012-01-09 21:40:58 UTC (rev 146374)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.2.2
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f6a557a93e632e19cde1501f6f0540f67e41c193120d7297268662ddc7927439')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 146373, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-09 21:40:58 UTC (rev 146374)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0c26fb822ced5bca7c6888ade35f47821317fa45e33a93c8a2a81fcb06d6f483')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make 

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

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 16:49:37
  Author: ibiru
Revision: 146375

fix quoting ups

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 21:40:58 UTC (rev 146374)
+++ PKGBUILD2012-01-09 21:49:37 UTC (rev 146375)
@@ -3,7 +3,7 @@
 
 pkgname=evolution
 pkgver=3.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Manage your email, contacts and schedule
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -40,6 +40,6 @@
   make -C plugins/tnef-attachments DESTDIR=$pkgdir install
 
   install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-3.2 $pkgdir/etc/gconf/schemas/*.schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-3.2 $pkgdir/etc/gconf/schemas/*.schemas
   rm -f $pkgdir/etc/gconf/schemas/*.schemas
 }



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

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 16:56:36
  Author: ibiru
Revision: 146376

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

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

+
 extra-i686/PKGBUILD|   90 +++
 extra-i686/evolution.install   |   48 ++--
 extra-x86_64/PKGBUILD  |   90 +++
 extra-x86_64/evolution.install |   48 ++--
 4 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-09 21:49:37 UTC (rev 146375)
+++ extra-i686/PKGBUILD 2012-01-09 21:56:36 UTC (rev 146376)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution
-pkgver=3.2.3
-pkgrel=1
-pkgdesc=Manage your email, contacts and schedule
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a25d523e775c022ec9e68d7b989316e7252b687d70b9db2f60b72bb833099e9d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --disable-scrollkeeper \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-image-inline
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-  make -C plugins/tnef-attachments
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-  make -C plugins/tnef-attachments DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-3.2 $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 146375, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-09 21:56:36 UTC (rev 146376)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.2.3
+pkgrel=2
+pkgdesc=Manage your email, contacts and schedule
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a25d523e775c022ec9e68d7b989316e7252b687d70b9db2f60b72bb833099e9d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --disable-scrollkeeper \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-image-inline
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+  make -C plugins/tnef-attachments
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make 

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

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 17:02:06
  Author: ibiru
Revision: 146377

 update to 3.2.3

Modified:
  evolution-groupwise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 21:56:36 UTC (rev 146376)
+++ PKGBUILD2012-01-09 22:02:06 UTC (rev 146377)
@@ -3,8 +3,8 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=evolution-groupwise
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 pkgdesc=GroupWise connector for evolution
 arch=(i686 x86_64)
 url=http://projects.gnome.org/evolution/;
@@ -13,14 +13,14 @@
 makedepends=(intltool evolution)
 optdepends=('evolution: evolution plugin')
 options=(!libtool)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('3a5a1590b92144e465b09abc0fdaefc6d6bf9a5465d0b07e01171ddfef4aebbf')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9972cf6ab05168e2364f7d7af1a5d9dd2bb994ab833fc2aaf926a4390e6b8062')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var  --disable-static
   make
 }
 



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

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 17:04:09
  Author: ibiru
Revision: 146378

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

Added:
  evolution-groupwise/repos/extra-i686/PKGBUILD
(from rev 146377, evolution-groupwise/trunk/PKGBUILD)
  evolution-groupwise/repos/extra-x86_64/PKGBUILD
(from rev 146377, evolution-groupwise/trunk/PKGBUILD)
Deleted:
  evolution-groupwise/repos/extra-i686/PKGBUILD
  evolution-groupwise/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-09 22:02:06 UTC (rev 146377)
+++ extra-i686/PKGBUILD 2012-01-09 22:04:09 UTC (rev 146378)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=evolution-groupwise
-pkgver=3.2.1
-pkgrel=1
-pkgdesc=GroupWise connector for evolution
-arch=(i686 x86_64)
-url=http://projects.gnome.org/evolution/;
-license=(LGPL)
-depends=('evolution-data-server' 'gtkhtml4')
-makedepends=(intltool evolution)
-optdepends=('evolution: evolution plugin')
-options=(!libtool)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('3a5a1590b92144e465b09abc0fdaefc6d6bf9a5465d0b07e01171ddfef4aebbf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-

Copied: evolution-groupwise/repos/extra-i686/PKGBUILD (from rev 146377, 
evolution-groupwise/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-09 22:04:09 UTC (rev 146378)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=evolution-groupwise
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=GroupWise connector for evolution
+arch=(i686 x86_64)
+url=http://projects.gnome.org/evolution/;
+license=(LGPL)
+depends=('evolution-data-server' 'gtkhtml4')
+makedepends=(intltool evolution)
+optdepends=('evolution: evolution plugin')
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9972cf6ab05168e2364f7d7af1a5d9dd2bb994ab833fc2aaf926a4390e6b8062')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var  --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-09 22:02:06 UTC (rev 146377)
+++ extra-x86_64/PKGBUILD   2012-01-09 22:04:09 UTC (rev 146378)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=evolution-groupwise
-pkgver=3.2.1
-pkgrel=1
-pkgdesc=GroupWise connector for evolution
-arch=(i686 x86_64)
-url=http://projects.gnome.org/evolution/;
-license=(LGPL)
-depends=('evolution-data-server' 'gtkhtml4')
-makedepends=(intltool evolution)
-optdepends=('evolution: evolution plugin')
-options=(!libtool)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('3a5a1590b92144e465b09abc0fdaefc6d6bf9a5465d0b07e01171ddfef4aebbf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-

Copied: evolution-groupwise/repos/extra-x86_64/PKGBUILD (from rev 146377, 
evolution-groupwise/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-09 22:04:09 UTC (rev 146378)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=evolution-groupwise
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=GroupWise connector for evolution
+arch=(i686 x86_64)
+url=http://projects.gnome.org/evolution/;
+license=(LGPL)
+depends=('evolution-data-server' 'gtkhtml4')
+makedepends=(intltool evolution)
+optdepends=('evolution: evolution plugin')
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9972cf6ab05168e2364f7d7af1a5d9dd2bb994ab833fc2aaf926a4390e6b8062')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  

[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 17:10:44
  Author: ibiru
Revision: 146379

db 5.3.15 rebuild

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 22:04:09 UTC (rev 146378)
+++ PKGBUILD2012-01-09 22:10:44 UTC (rev 146379)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Centralized access to appointments and contacts
 arch=('i686' 'x86_64')
 depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')



[arch-commits] Commit in evolution-data-server/repos (4 files)

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 17:12:06
  Author: ibiru
Revision: 146380

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

Added:
  evolution-data-server/repos/testing-i686/PKGBUILD
(from rev 146379, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/testing-x86_64/PKGBUILD
(from rev 146379, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/testing-i686/PKGBUILD
  evolution-data-server/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-01-09 22:10:44 UTC (rev 146379)
+++ testing-i686/PKGBUILD   2012-01-09 22:12:06 UTC (rev 146380)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.2.2
-pkgrel=2
-pkgdesc=Centralized access to appointments and contacts
-arch=('i686' 'x86_64')
-depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
-options=('!libtool')
-url=http://www.gnome.org;
-license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-data-server/repos/testing-i686/PKGBUILD (from rev 146379, 
evolution-data-server/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 22:12:06 UTC (rev 146380)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.2.3
+pkgrel=2
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('8760814491fa1ecf8806b31231b30c5f20169790abdc6b78a2faa194fde3987c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-01-09 22:10:44 UTC (rev 146379)
+++ testing-x86_64/PKGBUILD 2012-01-09 22:12:06 UTC (rev 146380)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.2.2
-pkgrel=2
-pkgdesc=Centralized access to appointments and contacts
-arch=('i686' 'x86_64')
-depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
-options=('!libtool')
-url=http://www.gnome.org;
-license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  

[arch-commits] Commit in intel-ucode/repos (5 files)

2012-01-09 Thread Thomas Bächler
Date: Monday, January 9, 2012 @ 18:03:21
  Author: thomas
Revision: 146381

archrelease: copy trunk to extra-any

Added:
  intel-ucode/repos/extra-any/
  intel-ucode/repos/extra-any/LICENSE
(from rev 146380, intel-ucode/trunk/LICENSE)
  intel-ucode/repos/extra-any/PKGBUILD
(from rev 146380, intel-ucode/trunk/PKGBUILD)
  intel-ucode/repos/extra-any/intel-microcode2ucode.c
(from rev 146380, intel-ucode/trunk/intel-microcode2ucode.c)
  intel-ucode/repos/extra-any/intel-ucode.install
(from rev 146380, intel-ucode/trunk/intel-ucode.install)

-+
 LICENSE |  123 ++
 PKGBUILD|   31 
 intel-microcode2ucode.c |  163 ++
 intel-ucode.install |8 ++
 4 files changed, 325 insertions(+)

Copied: intel-ucode/repos/extra-any/LICENSE (from rev 146380, 
intel-ucode/trunk/LICENSE)
===
--- extra-any/LICENSE   (rev 0)
+++ extra-any/LICENSE   2012-01-09 23:03:21 UTC (rev 146381)
@@ -0,0 +1,123 @@
+INTEL SOFTWARE LICENSE AGREEMENT
+
+IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
+Do not use or load this software and any associated materials (collectively,
+the Software) until you have carefully read the following terms and
+conditions. By loading or using the Software, you agree to the terms of this
+Agreement. If you do not wish to so agree, do not install or use the Software.
+
+LICENSES: Please Note:
+- If you are a network administrator, the Site License below shall
+apply to you.
+- If you are an end user, the Single User License shall apply to you.
+- If you are an original equipment manufacturer (OEM), the OEM License
+shall apply to you.
+
+SITE LICENSE. You may copy the Software onto your organization's computers
+for your organization's use, and you may make a reasonable number of
+back-up copies of the Software, subject to these conditions:
+
+1. This Software is licensed for use only in conjunction with Intel
+component products. Use of the Software in conjunction with non-Intel
+component products is not licensed hereunder.
+2. You may not copy, modify, rent, sell, distribute or transfer any part
+of the Software except as provided in this Agreement, and you agree to
+prevent unauthorized copying of the Software.
+3. You may not reverse engineer, decompile, or disassemble the Software.
+4. You may not sublicense or permit simultaneous use of the Software by
+more than one user.
+5. The Software may include portions offered on terms in addition to those
+set out here, as set out in a license accompanying those portions.
+
+SINGLE USER LICENSE. You may copy the Software onto a single computer for
+your personal, noncommercial use, and you may make one back-up copy of the
+Software, subject to these conditions:
+
+1. This Software is licensed for use only in conjunction with Intel
+component products. Use of the Software in conjunction with non-Intel
+component products is not licensed hereunder.
+2. You may not copy, modify, rent, sell, distribute or transfer any part
+of the Software except as provided in this Agreement, and you agree to
+prevent unauthorized copying of the Software.
+3. You may not reverse engineer, decompile, or disassemble the Software.
+4. You may not sublicense or permit simultaneous use of the Software by
+more than one user.
+5. The Software may include portions offered on terms in addition to those
+set out here, as set out in a license accompanying those portions.
+
+OEM LICENSE: You may reproduce and distribute the Software only as an
+integral part of or incorporated in Your product or as a standalone
+Software maintenance update for existing end users of Your products,
+excluding any other standalone products, subject to these conditions:
+
+1. This Software is licensed for use only in conjunction with Intel
+component products. Use of the Software in conjunction with non-Intel
+component products is not licensed hereunder.
+2. You may not copy, modify, rent, sell, distribute or transfer any part
+of the Software except as provided in this Agreement, and you agree to
+prevent unauthorized copying of the Software.
+3. You may not reverse engineer, decompile, or disassemble the Software.
+4. You may only distribute the Software to your customers pursuant to a
+written license agreement. Such license agreement may be a break-the-
+seal license agreement. At a minimum such license shall safeguard
+Intel's ownership rights to the Software.
+5. The Software may include portions offered on terms in addition to those
+set out here, as set out in a license accompanying those portions.
+
+NO OTHER RIGHTS. No rights or licenses are granted by Intel to You, expressly
+or by implication, with respect to any proprietary information or patent,
+copyright, mask work, trademark, trade secret, or other intellectual property
+right owned or 

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

2012-01-09 Thread Thomas Bächler
Date: Monday, January 9, 2012 @ 18:03:37
  Author: thomas
Revision: 146382

archrelease: copy trunk to extra-any

Added:
  amd-ucode/repos/extra-any/
  amd-ucode/repos/extra-any/PKGBUILD
(from rev 146381, amd-ucode/trunk/PKGBUILD)
  amd-ucode/repos/extra-any/amd-ucode.install
(from rev 146381, amd-ucode/trunk/amd-ucode.install)

---+
 PKGBUILD  |   22 ++
 amd-ucode.install |7 +++
 2 files changed, 29 insertions(+)

Copied: amd-ucode/repos/extra-any/PKGBUILD (from rev 146381, 
amd-ucode/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-01-09 23:03:37 UTC (rev 146382)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=amd-ucode
+_realver=2011-01-11
+pkgver=${_realver//-/\.}
+pkgrel=1
+pkgdesc=Microcode update files for AMD family 10h, 11h, and 14h CPUs
+arch=('any')
+license=('custom')
+url=http://www.amd64.org/support/microcode.html;
+install=${pkgname}.install
+source=(http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar
+http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar.asc)
+sha256sums=('60c42629f3c91f97a350bc6a3ad0a256f7b794bfab1f143d7f1924a70728f4ec'
+'95776930cf0a02d5be07b1d0f0156f07ffc87137839a2f5e077978fccc08e509')
+
+package() {
+  cd ${srcdir}/${pkgname}-${_realver}
+  install -D -m644 microcode_amd.bin 
${pkgdir}/lib/firmware/amd-ucode/microcode_amd.bin
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: amd-ucode/repos/extra-any/amd-ucode.install (from rev 146381, 
amd-ucode/trunk/amd-ucode.install)
===
--- extra-any/amd-ucode.install (rev 0)
+++ extra-any/amd-ucode.install 2012-01-09 23:03:37 UTC (rev 146382)
@@ -0,0 +1,7 @@
+post_install() {
+  echo
+  echo == To apply the microcode update on boot, load the 'microcode' module
+  echo == by adding it to the MODULES array in rc.conf:
+  echo ==  MODULES=(... microcode)
+  echo
+}



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

2012-01-09 Thread Thomas Bächler
Date: Monday, January 9, 2012 @ 18:04:31
  Author: thomas
Revision: 146383

db-remove: microcode_ctl removed by thomas

Deleted:
  microcode_ctl/repos/extra-i686/



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

2012-01-09 Thread Thomas Bächler
Date: Monday, January 9, 2012 @ 18:04:40
  Author: thomas
Revision: 146384

db-remove: microcode_ctl removed by thomas

Deleted:
  microcode_ctl/repos/extra-x86_64/



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

2012-01-09 Thread Eric Bélanger
Date: Monday, January 9, 2012 @ 18:16:23
  Author: eric
Revision: 146385

Add nice support to cron job (close FS#27875)

Modified:
  logrotate/trunk/PKGBUILD
  logrotate/trunk/logrotate.cron.daily

--+
 PKGBUILD |2 +-
 logrotate.cron.daily |   23 ++-
 2 files changed, 23 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 23:04:40 UTC (rev 146384)
+++ PKGBUILD2012-01-09 23:16:23 UTC (rev 146385)
@@ -19,7 +19,7 @@
 md5sums=('bd2e20d8dc644291b08f9215397d28a5'
  'fc8e4e15211d8aefd431d0e2e96223c4'
  '462a5f364717461537eb2ae6394ad23e'
- '8e23d5d4cc29b1e055b24df87e355cdc')
+ 'aa8ac8283908b6114483a293adcb650f')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}

Modified: logrotate.cron.daily
===
--- logrotate.cron.daily2012-01-09 23:04:40 UTC (rev 146384)
+++ logrotate.cron.daily2012-01-09 23:16:23 UTC (rev 146385)
@@ -1,3 +1,24 @@
 #!/bin/sh
 
-/usr/sbin/logrotate /etc/logrotate.conf
+# nicenesses range from -20 (most favorable scheduling) to 19 (least favorable)
+NICE=19
+
+# 0 for none, 1 for real time, 2 for best-effort, 3 for idle
+IONICE_CLASS=2
+
+# 0-7 (for IONICE_CLASS 1 and 2 only), 0=highest, 7=lowest
+IONICE_PRIORITY=7
+
+CMD_LOGROTATE=/usr/sbin/logrotate /etc/logrotate.conf
+ 
+if [ -x /usr/bin/nice ]; then
+  CMD_LOGROTATE=/usr/bin/nice -n ${NICE:-19} ${CMD_LOGROTATE}
+fi
+ 
+if [ -x /usr/bin/ionice ]; then
+  CMD_LOGROTATE=/usr/bin/ionice -c ${IONICE_CLASS:-2} -n 
${IONICE_PRIORITY:-7} ${CMD_LOGROTATE}
+fi
+ 
+${CMD_LOGROTATE}
+ 
+exit 0



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

2012-01-09 Thread Eric Bélanger
Date: Monday, January 9, 2012 @ 18:28:23
  Author: eric
Revision: 146386

Use buildin regex (close FS#27878)

Modified:
  wxgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 23:16:23 UTC (rev 146385)
+++ PKGBUILD2012-01-09 23:28:23 UTC (rev 146386)
@@ -18,7 +18,7 @@
   cd ${srcdir}/wxPython-src-${pkgver}
 #  cd ${srcdir}/wxGTK-${pkgver}
   ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx  --disable-optimize --enable-mediactrl 
--with-regex=sys \
+--enable-graphics_ctx  --disable-optimize --enable-mediactrl 
--with-regex=builtin \
 --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
 --disable-precomp-headers
   make



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

2012-01-09 Thread Eric Bélanger
Date: Monday, January 9, 2012 @ 19:34:48
  Author: eric
Revision: 146387

upgpkg: proftpd 1:1.3.4a-2

Rebuilt against openssl 1.0.0.f (close FS#27881)

Modified:
  proftpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 23:28:23 UTC (rev 146386)
+++ PKGBUILD2012-01-10 00:34:48 UTC (rev 146387)
@@ -4,7 +4,7 @@
 
 pkgname=proftpd
 pkgver=1.3.4a
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=A high-performance, scalable FTP server
 arch=('i686' 'x86_64')



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

2012-01-09 Thread Eric Bélanger
Date: Monday, January 9, 2012 @ 19:35:24
  Author: eric
Revision: 146388

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

Added:
  proftpd/repos/extra-i686/PKGBUILD
(from rev 146387, proftpd/trunk/PKGBUILD)
  proftpd/repos/extra-i686/proftpd
(from rev 146387, proftpd/trunk/proftpd)
  proftpd/repos/extra-i686/proftpd.conf.d
(from rev 146387, proftpd/trunk/proftpd.conf.d)
  proftpd/repos/extra-i686/proftpd.logrotate
(from rev 146387, proftpd/trunk/proftpd.logrotate)
  proftpd/repos/extra-x86_64/PKGBUILD
(from rev 146387, proftpd/trunk/PKGBUILD)
  proftpd/repos/extra-x86_64/proftpd
(from rev 146387, proftpd/trunk/proftpd)
  proftpd/repos/extra-x86_64/proftpd.conf.d
(from rev 146387, proftpd/trunk/proftpd.conf.d)
  proftpd/repos/extra-x86_64/proftpd.logrotate
(from rev 146387, proftpd/trunk/proftpd.logrotate)
Deleted:
  proftpd/repos/extra-i686/PKGBUILD
  proftpd/repos/extra-i686/proftpd
  proftpd/repos/extra-i686/proftpd.conf.d
  proftpd/repos/extra-i686/proftpd.logrotate
  proftpd/repos/extra-x86_64/PKGBUILD
  proftpd/repos/extra-x86_64/proftpd
  proftpd/repos/extra-x86_64/proftpd.conf.d
  proftpd/repos/extra-x86_64/proftpd.logrotate

+
 extra-i686/PKGBUILD|  102 +++
 extra-i686/proftpd |   82 +++
 extra-i686/proftpd.conf.d  |8 +--
 extra-i686/proftpd.logrotate   |   10 +--
 extra-x86_64/PKGBUILD  |  102 +++
 extra-x86_64/proftpd   |   82 +++
 extra-x86_64/proftpd.conf.d|8 +--
 extra-x86_64/proftpd.logrotate |   10 +--
 8 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-10 00:34:48 UTC (rev 146387)
+++ extra-i686/PKGBUILD 2012-01-10 00:35:24 UTC (rev 146388)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=proftpd
-pkgver=1.3.4a
-pkgrel=1
-epoch=1
-pkgdesc=A high-performance, scalable FTP server
-arch=('i686' 'x86_64')
-url=http://www.proftpd.org;
-license=('GPL')
-depends=('libldap' 'libmysqlclient' 'postgresql-libs')
-backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
-source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2{,.asc}
-'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
-sha1sums=('18ea33d8b9f858b6e735cc81af900f0eebee8d25'
-  '195b06e28e503f5e5ef355c3332884cc5e7954a9'
-  'b7819d725817e55b69c73e2572c21a05db48cc86'
-  '83c38ec40efb7cc09d9824b98e65cd948a195cc6'
-  'f34f60cb4fb1f4af7be7aca427cbad3cad22bbb9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---disable-pam \
-
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
---sysconfdir=/etc \
---localstatedir=/var/run \
---enable-ctrls \
---enable-ipv6 \
---with-includes=/usr/include/mysql:/usr/include/postgresql \
---with-libraries=/usr/lib/mysql:/usr/lib/postgresql \
---enable-nls
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  sed -i 's|nogroup|nobody|g' ${pkgdir}/etc/proftpd.conf
-
-  install -Dm644 ../proftpd.logrotate ${pkgdir}/etc/logrotate.d/proftpd
-  install -Dm644 ../proftpd.conf.d ${pkgdir}/etc/conf.d/proftpd
-  install -Dm755 ../proftpd ${pkgdir}/etc/rc.d/proftpd
-  install -Dm755 contrib/xferstats.holger-preiss ${pkgdir}/usr/bin/ftpstats
-}

Copied: proftpd/repos/extra-i686/PKGBUILD (from rev 146387, 
proftpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-10 00:35:24 UTC (rev 146388)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=proftpd
+pkgver=1.3.4a
+pkgrel=2
+epoch=1
+pkgdesc=A high-performance, scalable FTP server
+arch=('i686' 'x86_64')
+url=http://www.proftpd.org;
+license=('GPL')
+depends=('libldap' 'libmysqlclient' 'postgresql-libs')
+backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
+source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2{,.asc}
+'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
+sha1sums=('18ea33d8b9f858b6e735cc81af900f0eebee8d25'
+  '195b06e28e503f5e5ef355c3332884cc5e7954a9'
+  'b7819d725817e55b69c73e2572c21a05db48cc86'
+  '83c38ec40efb7cc09d9824b98e65cd948a195cc6'
+  'f34f60cb4fb1f4af7be7aca427cbad3cad22bbb9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-pam \
+

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

2012-01-09 Thread Eric Bélanger
Date: Monday, January 9, 2012 @ 22:20:24
  Author: eric
Revision: 146389

upgpkg: hplip 3.11.12-1

Upstream update, Remove hal fdi file (close FS#27886)

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-10 00:35:24 UTC (rev 146388)
+++ PKGBUILD2012-01-10 03:20:24 UTC (rev 146389)
@@ -3,8 +3,8 @@
 # Contributor: Morgan LEFIEUX com...@archlinuxfr.org
 
 pkgname=hplip
-pkgver=3.11.10
-pkgrel=2
+pkgver=3.11.12
+pkgrel=1
 pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
 arch=('i686' 'x86_64')
 url=http://hplipopensource.com;
@@ -25,8 +25,8 @@
 options=('!libtool')
 install=hplip.install
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('6143f30f3b6905ef22105176a3b80db0'
- '396bbd8c5cc92aa8295e5bcb508692f3')
+md5sums=('a29628107801f09161c57aa0515fe7f7'
+ '85d13b3f45829a60c040e686bee8080e')
 
 build() {
  cd $srcdir/$pkgname-$pkgver
@@ -39,11 +39,6 @@
  sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
  sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
 
- # fix sysfs rules
- sed -i -e s|SYSFS|ATTR|g \
--e s|sysfs|attr|g \
-   data/rules/56-hpmud_support.rules
-
  ./configure --prefix=/usr \
  --enable-qt4 \
  --enable-foomatic-rip-hplip-install \
@@ -65,4 +60,6 @@
  make rulesdir=/lib/udev/rules.d DESTDIR=$pkgdir/ install
  # remove config provided by sane and autostart of hp-daemon
  rm -rf $pkgdir/etc/{sane.d,xdg}
+ # remove HAL .fdi file because HAL is no longer used
+ rm -rf $pkgdir/usr/share/hal
 }



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

2012-01-09 Thread Eric Bélanger
Date: Monday, January 9, 2012 @ 22:20:49
  Author: eric
Revision: 146390

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

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

--+
 testing-i686/PKGBUILD|   65 +
 testing-i686/hplip.install   |   10 ++
 testing-x86_64/PKGBUILD  |   65 +
 testing-x86_64/hplip.install |   10 ++
 4 files changed, 150 insertions(+)

Copied: hplip/repos/testing-i686/PKGBUILD (from rev 146389, 
hplip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-10 03:20:49 UTC (rev 146390)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Rémy Oudompheng r...@archlinux.org
+# Contributor: Morgan LEFIEUX com...@archlinuxfr.org
+
+pkgname=hplip
+pkgver=3.11.12
+pkgrel=1
+pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
+arch=('i686' 'x86_64')
+url=http://hplipopensource.com;
+license=('GPL')
+depends=('python2' 'ghostscript=8.64-6' 'foomatic-db' 'foomatic-db-engine'
+'net-snmp=5.7.1')
+makedepends=('python2-qt' 'python2-gobject2' 'sane' 'rpcbind' 'cups')
+optdepends=('cups: for printing support'
+'dbus-python: for dbus support'
+'sane: for scanner support'
+'python-imaging: for commandline scanning support'
+'python-notify: for Desktop notification support'
+'rpcbind: for network support'
+'python2-qt: for running hp-toolbox'
+'python2-gobject2: for running hp-toolbox'
+'hplip-plugin: binary blobs for specific devices')
+replaces=('hpijs')
+options=('!libtool')
+install=hplip.install
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('a29628107801f09161c57aa0515fe7f7'
+ '85d13b3f45829a60c040e686bee8080e')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ export PYTHON=python2
+ find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} +
+ sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' base/magic.py
+ sed -i 's|python ./print.py|python2 ./print.py|' scan.py
+ sed -i 's|python ./testpage.py|python2 ./testpage.py|' setup.py
+ sed -i 's|python ./setup.py|python2 ./setup.py|' ui4/devmgr5.py 
ui4/nodevicesdialog.py 
+ sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
+ sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
+
+ ./configure --prefix=/usr \
+ --enable-qt4 \
+ --enable-foomatic-rip-hplip-install \
+ --enable-foomatic-ppd-install \
+ --enable-hpcups-install \
+ --enable-new-hpcups \
+ --enable-cups-ppd-install \
+ --enable-cups-drv-install \
+ --enable-hpijs-install \
+ --enable-foomatic-drv-install \
+ --enable-pp-build \
+ --enable-udev-acl-rules
+
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make rulesdir=/lib/udev/rules.d DESTDIR=$pkgdir/ install
+ # remove config provided by sane and autostart of hp-daemon
+ rm -rf $pkgdir/etc/{sane.d,xdg}
+ # remove HAL .fdi file because HAL is no longer used
+ rm -rf $pkgdir/usr/share/hal
+}

Copied: hplip/repos/testing-i686/hplip.install (from rev 146389, 
hplip/trunk/hplip.install)
===
--- testing-i686/hplip.install  (rev 0)
+++ testing-i686/hplip.install  2012-01-10 03:20:49 UTC (rev 146390)
@@ -0,0 +1,10 @@
+post_install() {
+  cat  EOF
+
+NOTE
+
+# If you want to use this driver with sane:
+#  echo hpaio  /etc/sane.d/dll.conf
+
+EOF
+}

Copied: hplip/repos/testing-x86_64/PKGBUILD (from rev 146389, 
hplip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-10 03:20:49 UTC (rev 146390)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Rémy Oudompheng r...@archlinux.org
+# Contributor: Morgan LEFIEUX com...@archlinuxfr.org
+
+pkgname=hplip
+pkgver=3.11.12
+pkgrel=1
+pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
+arch=('i686' 'x86_64')
+url=http://hplipopensource.com;
+license=('GPL')
+depends=('python2' 'ghostscript=8.64-6' 'foomatic-db' 'foomatic-db-engine'
+'net-snmp=5.7.1')
+makedepends=('python2-qt' 'python2-gobject2' 'sane' 'rpcbind' 'cups')
+optdepends=('cups: for printing support'
+

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

2012-01-09 Thread Eric Bélanger
Date: Monday, January 9, 2012 @ 22:43:26
  Author: eric
Revision: 146391

Add comment in PKGBUILD

Modified:
  bash-completion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-10 03:20:49 UTC (rev 146390)
+++ PKGBUILD2012-01-10 03:43:26 UTC (rev 146391)
@@ -11,7 +11,6 @@
 license=('GPL')
 depends=('bash')
 
source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a1262659b4bbf44dc9e59d034de505ec')
 sha1sums=('6a46b93f44c56cc336632ab28d90c0595fbcc98f')
 
 build() {
@@ -24,6 +23,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
+# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
   rm -r ${pkgdir}/etc/profile.d
 # Doesn't work on Arch Linux and cause problems (FS#20112)
   rm ${pkgdir}/etc/bash_completion.d/service