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

2011-08-28 Thread Tobias Powalowski
Date: Sunday, August 28, 2011 @ 03:36:48
  Author: tpowa
Revision: 136371

upgpkg: samba 3.6.0-7

revert to old static building until all issues with waf are fixed.

Modified:
  samba/trunk/PKGBUILD

--+
 PKGBUILD |  115 ++---
 1 file changed, 35 insertions(+), 80 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-28 01:02:45 UTC (rev 136370)
+++ PKGBUILD2011-08-28 07:36:48 UTC (rev 136371)
@@ -8,12 +8,11 @@
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
 _realver=3.6.0
-pkgrel=6
+pkgrel=7
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
-makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam'
-'gamin' 'gnutls=2.4.1' 'talloc' 'tdb' 'python2')
+makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 'fam' 
'gnutls=2.4.1' 'talloc' 'tdb')
 options=(!makeflags)
 source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
 samba samba.logrotate
@@ -25,37 +24,27 @@
 
 build() {
   cd ${srcdir}/${pkgbase}-${_realver}/source3
-  sed -i s/env python/env python2/g ../buildtools/bin/waf 
-  ./autogen-waf.sh
-  # everything needs to be specified :/
-  ../buildtools/bin/waf configure --prefix=/usr \
-  --with-privatedir=/etc/samba/private \
+  ./configure --prefix=/usr \
   --libdir=/usr/lib/ \
-  --with-modulesdir=/usr/lib/samba \
-  --with-swatdir=/usr/share/samba/swat \
   --localstatedir=/var \
   --with-configdir=/etc/samba \
   --with-lockdir=/var/cache/samba \
-  --with-cachedir=/var/cache/samba \
-  --with-statedir=/var/cache/samba \
   --with-piddir=/var/run/samba \
-  --with-logfilebase=/var/log/samba \
-  --sysconfdir=/etc \
-  --with-dnsupdate \
+  --with-fhs \
   --with-pam \
   --with-pam_smbpass \
   --with-pammodulesdir=/lib/security \
   --with-ads \
   --with-acl-support \
+  --with-cifsmount \
+  --with-libsmbclient \
   --with-syslog \
+  --enable-external-libtalloc \
+  --disable-dnssd \
   --disable-avahi \
-  
--with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2 \
-  --disable-rpath \
-  --disable-rpath-private-install \
-  --disable-rpath-install
-  #fix the shitty build system!
-   sed -i -e 's#/etc/smb.conf#/etc/samba/smb.conf#g' 
bin/default/source3/include/config.h
-  ../buildtools/bin/waf build ${MAKEFLAGS} 
+  --with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash \
+  --enable-external-libtdb
+  make
 }
 
 package_smbclient () {
@@ -64,23 +53,9 @@
   cd ${srcdir}/${pkgbase}-${_realver}/source3
   mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/lib
   install -m755 
bin/{smbclient,rpcclient,smbspool,smbtree,smbcacls,smbcquotas,smbget,net,nmblookup}
 ${pkgdir}/usr/bin/
-  for i in libreplace.so libsmbregistry.so libsecurity.so librpccommon.so 
libdcerpc-samba.so libpassdb.so libLIBCLI_SPOOLSS.so libprinting_migrate.so 
libsamba3core.so libndr-samba.so libsamba-util-common.so libads.so 
libtdb-wrap.so libaddns.so libcliauth.so libwinbind-client.so; do
-install -m644 -D bin/shared/private/$i ${pkgdir}/usr/lib/$i
+  for i in libnetapi* libwbclient* libsmbclient*;do
+  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
   done
-  for i in libsmbconf libnetapi libwbclient libsmbclient; do
-install -m644 -D bin/shared/$i.so.0  ${pkgdir}/usr/lib/$i.so.0
-ln -sf /usr/lib/$i.so.0  ${pkgdir}/usr/lib/$i.so
-  done
-  mkdir ${pkgdir}/usr/lib/libsmb
-  ln -sf /usr/lib/libsmbclient.so.0  ${pkgdir}/usr/lib/libsmb/libsmbclient.so.0
-  ln -sf /usr/lib/libsmbclient.so.0  ${pkgdir}/usr/lib/libsmb/libsmbclient.so
-  for i in libndr-krb5pac libndr-standard libndr; do
-install -m644 -D bin/shared/$i.so.0 ${pkgdir}/usr/lib/$i.so.0.0.1
-ln -sf /usr/lib/$i.so.0.0.1 ${pkgdir}/usr/lib/$i.so.0
-ln -sf /usr/lib/$i.so.0.0.1 ${pkgdir}/usr/lib/$i.so
-  done
-  install -m644 -D bin/shared/private/libtevent.so.0 
${pkgdir}/usr/lib/libtevent.so.0.9.11
-  ln -sf /usr/lib/libtevent.so.0.9.11  ${pkgdir}/usr/lib/libtevent.so.0
   install -m755 script/smbtar ${pkgdir}/usr/bin/
   mkdir -p ${pkgdir}/usr/lib/cups/backend
   ln -sf /usr/bin/smbspool ${pkgdir}/usr/lib/cups/backend/smb
@@ -102,56 +77,37 @@
 etc/samba/smb.conf
 etc/xinetd.d/swat
 etc/conf.d/samba)
-depends=('db' 'popt' 'libcups' 'acl' 'libldap' smbclient=$pkgver 'libcap' 
'krb5' 'pam' 'gamin' 'gnutls' 'e2fsprogs' 'tdb' 'talloc')
-optdepends=('python2: for python bindings')
+depends=('db' 'popt' 'libcups' 'acl' 'libldap' smbclient=$pkgver 'libcap' 
'krb5' 

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

2011-08-28 Thread Tobias Powalowski
Date: Sunday, August 28, 2011 @ 03:39:12
  Author: tpowa
Revision: 136372

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

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

---+
 extra-i686/PKGBUILD   |  321 +++-
 extra-i686/fix-ipv6-mount.patch   |   22 +-
 extra-i686/samba  |  114 ++--
 extra-i686/samba.conf.d   |   14 -
 extra-i686/samba.logrotate|   18 +-
 extra-i686/samba.pam  |6 
 extra-i686/swat.xinetd|   20 +-
 extra-x86_64/PKGBUILD |  321 +++-
 extra-x86_64/fix-ipv6-mount.patch |   22 +-
 extra-x86_64/samba|  114 ++--
 extra-x86_64/samba.conf.d |   14 -
 extra-x86_64/samba.logrotate  |   18 +-
 extra-x86_64/samba.pam|6 
 extra-x86_64/swat.xinetd  |   20 +-
 14 files changed, 470 insertions(+), 560 deletions(-)

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


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

2011-08-28 Thread Pierre Schmitz
Date: Sunday, August 28, 2011 @ 04:49:24
  Author: pierre
Revision: 136373

upgpkg: run-parts 4.0.2-1

* rebuild with new upstream version
* add man page translations

Modified:
  run-parts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-28 07:39:12 UTC (rev 136372)
+++ PKGBUILD2011-08-28 08:49:24 UTC (rev 136373)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=run-parts
-pkgver=3.4.4
+pkgver=4.0.2
 pkgrel=1
 pkgdesc='run scripts or programs in a directory'
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('glibc')
 
source=(http://ftp.de.debian.org/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.gz;)
-sha256sums=('f5d6f6116bb2b474399c07f519c3a30bcda5c85994b43195fdf09508031c72fe')
+sha256sums=('c2fca92e93437ea5f0904f12847779d67b13d4b9d6ca85b8213e678a03ed76dc')
 
 build() {
cd $srcdir/debianutils-$pkgver
@@ -22,4 +22,7 @@
cd $srcdir/debianutils-$pkgver
install -D -m755 run-parts $pkgdir/usr/bin/run-parts
install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+   for l in po4a/*/run-parts.8; do
+   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
+   done
 }



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

2011-08-28 Thread Pierre Schmitz
Date: Sunday, August 28, 2011 @ 04:50:02
  Author: pierre
Revision: 136374

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

Added:
  run-parts/repos/testing-i686/
  run-parts/repos/testing-i686/PKGBUILD
(from rev 136373, run-parts/trunk/PKGBUILD)
  run-parts/repos/testing-x86_64/
  run-parts/repos/testing-x86_64/PKGBUILD
(from rev 136373, run-parts/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: run-parts/repos/testing-i686/PKGBUILD (from rev 136373, 
run-parts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-28 08:50:02 UTC (rev 136374)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=run-parts
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=(http://ftp.de.debian.org/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.gz;)
+sha256sums=('c2fca92e93437ea5f0904f12847779d67b13d4b9d6ca85b8213e678a03ed76dc')
+
+build() {
+   cd $srcdir/debianutils-$pkgver
+   ./configure --prefix=/usr
+   make run-parts
+}
+
+package() {
+   cd $srcdir/debianutils-$pkgver
+   install -D -m755 run-parts $pkgdir/usr/bin/run-parts
+   install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+   for l in po4a/*/run-parts.8; do
+   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
+   done
+}

Copied: run-parts/repos/testing-x86_64/PKGBUILD (from rev 136373, 
run-parts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-28 08:50:02 UTC (rev 136374)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=run-parts
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=(http://ftp.de.debian.org/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.gz;)
+sha256sums=('c2fca92e93437ea5f0904f12847779d67b13d4b9d6ca85b8213e678a03ed76dc')
+
+build() {
+   cd $srcdir/debianutils-$pkgver
+   ./configure --prefix=/usr
+   make run-parts
+}
+
+package() {
+   cd $srcdir/debianutils-$pkgver
+   install -D -m755 run-parts $pkgdir/usr/bin/run-parts
+   install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+   for l in po4a/*/run-parts.8; do
+   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
+   done
+}



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

2011-08-28 Thread Pierre Schmitz
Date: Sunday, August 28, 2011 @ 04:53:55
  Author: pierre
Revision: 136375

upgpkg: ca-certificates 20110502-1

upsteam update

Modified:
  ca-certificates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-28 08:50:02 UTC (rev 136374)
+++ PKGBUILD2011-08-28 08:53:55 UTC (rev 136375)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=ca-certificates
-pkgver=20110421
-pkgrel=3
+pkgver=20110502
+pkgrel=1
 pkgdesc='Common CA certificates'
 arch=('any')
 url='http://packages.qa.debian.org/c/ca-certificates.html'
@@ -13,7 +13,7 @@
 makedepends=('python2')
 install='ca-certificates.install'
 backup=('etc/ca-certificates.conf')
-sha256sums=('30069a2a39ddd0cda32851a8292d2f489e0bed40a64a19e6e384d4d37d9fc418')
+sha256sums=('e758c99c73b77eaa32d7e1212a01ee5bd77b0534a2fc34425714854175d0afb2')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2011-08-28 Thread Pierre Schmitz
Date: Sunday, August 28, 2011 @ 04:54:20
  Author: pierre
Revision: 136376

archrelease: copy trunk to testing-any

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

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

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

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



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

2011-08-28 Thread Pierre Schmitz
Date: Sunday, August 28, 2011 @ 05:04:25
  Author: pierre
Revision: 136377

upgpkg: ca-certificates-java 20110816-1

upstream update

Modified:
  ca-certificates-java/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-28 08:54:20 UTC (rev 136376)
+++ PKGBUILD2011-08-28 09:04:25 UTC (rev 136377)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=ca-certificates-java
-pkgver=20110426
-pkgrel=4
+pkgver=20110816
+pkgrel=1
 pkgdesc='Common CA certificates (JKS keystore)'
 arch=('any')
 url='http://packages.qa.debian.org/c/ca-certificates-java.html'
@@ -14,7 +14,7 @@
 backup=('etc/default/cacerts')
 
source=(http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz;
 'init-jks-keystore' 'jks-keystore.hook')
-md5sums=('8ecea60210dd89f9cf73caabf1cf6955'
+md5sums=('489ffd28f8e0b1f6317d92d445af7248'
  '0fd9b0831a8499a4a246e2ecb998c438'
  '84fe0a111e9fe5afadaad8573430a9d1')
 



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

2011-08-28 Thread Pierre Schmitz
Date: Sunday, August 28, 2011 @ 05:05:21
  Author: pierre
Revision: 136378

archrelease: copy trunk to testing-any

Added:
  ca-certificates-java/repos/testing-any/
  ca-certificates-java/repos/testing-any/PKGBUILD
(from rev 136377, ca-certificates-java/trunk/PKGBUILD)
  ca-certificates-java/repos/testing-any/ca-certificates-java.install
(from rev 136377, ca-certificates-java/trunk/ca-certificates-java.install)
  ca-certificates-java/repos/testing-any/init-jks-keystore
(from rev 136377, ca-certificates-java/trunk/init-jks-keystore)
  ca-certificates-java/repos/testing-any/jks-keystore.hook
(from rev 136377, ca-certificates-java/trunk/jks-keystore.hook)

--+
 PKGBUILD |   34 ++
 ca-certificates-java.install |   18 ++
 init-jks-keystore|   11 +++
 jks-keystore.hook|   16 
 4 files changed, 79 insertions(+)

Copied: ca-certificates-java/repos/testing-any/PKGBUILD (from rev 136377, 
ca-certificates-java/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-08-28 09:05:21 UTC (rev 136378)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=ca-certificates-java
+pkgver=20110816
+pkgrel=1
+pkgdesc='Common CA certificates (JKS keystore)'
+arch=('any')
+url='http://packages.qa.debian.org/c/ca-certificates-java.html'
+license=('GPL')
+depends=('ca-certificates')
+makedepends=('openjdk6')
+install='ca-certificates-java.install'
+backup=('etc/default/cacerts')
+source=(http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz;
+'init-jks-keystore' 'jks-keystore.hook')
+md5sums=('489ffd28f8e0b1f6317d92d445af7248'
+ '0fd9b0831a8499a4a246e2ecb998c438'
+ '84fe0a111e9fe5afadaad8573430a9d1')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   javac UpdateCertificates.java
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   install -d -m755 ${pkgdir}/etc/ssl/certs/java
+   install -D -m600 debian/default ${pkgdir}/etc/default/cacerts
+   install -D -m755 UpdateCertificates.class 
${pkgdir}/usr/share/ca-certificates-java/UpdateCertificates.class
+   install -D -m755 ${srcdir}/init-jks-keystore 
${pkgdir}/usr/sbin/init-jks-keystore
+   install -D -m755 ${srcdir}/jks-keystore.hook 
${pkgdir}/etc/ca-certificates/update.d/jks-keystore
+}

Copied: ca-certificates-java/repos/testing-any/ca-certificates-java.install 
(from rev 136377, ca-certificates-java/trunk/ca-certificates-java.install)
===
--- testing-any/ca-certificates-java.install(rev 0)
+++ testing-any/ca-certificates-java.install2011-08-28 09:05:21 UTC (rev 
136378)
@@ -0,0 +1,18 @@
+post_install() {
+   if [ ! -f etc/ssl/certs/java/cacerts ]; then
+   if which java /dev/null 21; then
+   usr/sbin/init-jks-keystore
+   fi
+   fi
+}
+
+post_upgrade() {
+   if [ $(vercmp $2 20110426-2) -lt 0 ]; then
+   mv etc/ssl/certs/java/cacerts etc/ssl/certs/java/cacerts.pacsave
+   fi
+   post_install
+}
+
+post_remove() {
+   rm -rf etc/ssl/certs/java
+}

Copied: ca-certificates-java/repos/testing-any/init-jks-keystore (from rev 
136377, ca-certificates-java/trunk/init-jks-keystore)
===
--- testing-any/init-jks-keystore   (rev 0)
+++ testing-any/init-jks-keystore   2011-08-28 09:05:21 UTC (rev 136378)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+storepass='changeit'
+. /etc/default/cacerts
+
+CLASSPATH=/usr/share/ca-certificates-java
+export CLASSPATH
+
+find /etc/ssl/certs -name '*.pem' -printf +%p\n | \
+   java UpdateCertificates -storepass ${storepass} /dev/null
+echo done.

Copied: ca-certificates-java/repos/testing-any/jks-keystore.hook (from rev 
136377, ca-certificates-java/trunk/jks-keystore.hook)
===
--- testing-any/jks-keystore.hook   (rev 0)
+++ testing-any/jks-keystore.hook   2011-08-28 09:05:21 UTC (rev 136378)
@@ -0,0 +1,16 @@
+#! /bin/sh
+
+storepass='changeit'
+. /etc/default/cacerts
+
+echo 
+if [ $cacerts_updates != yes ] || [ $CACERT_UPDATES = disabled ]; then
+   echo updates of cacerts keystore disabled.
+   exit 0
+fi
+
+CLASSPATH=/usr/share/ca-certificates-java
+export CLASSPATH
+
+java UpdateCertificates -storepass $storepass
+echo done.



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

2011-08-28 Thread Ionut Biru
Date: Sunday, August 28, 2011 @ 05:44:29
  Author: ibiru
Revision: 136379

get opencl from 280.13 version. now they support 1.1 in 280 series

Modified:
  libcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-28 09:05:21 UTC (rev 136378)
+++ PKGBUILD2011-08-28 09:44:29 UTC (rev 136379)
@@ -2,8 +2,8 @@
 #Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=libcl
-pkgver=1.0
-_pkgver=275.19
+pkgver=1.1
+_pkgver=280.13
 pkgrel=1
 pkgdesc=OpenCL library and ICD loader from NVIDIA
 arch=('i686' 'x86_64')
@@ -16,12 +16,12 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${_pkgver}
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
-md5sums=('9e74b1913ff5eb6786600d47b64ba57d')
+md5sums=('c3992c8cef02b7773a398640d8830e77')
 elif [ $CARCH = x86_64 ]; then
 _arch='x86_64'
 _pkg=NVIDIA-Linux-${_arch}-${_pkgver}-no-compat32
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
-md5sums=('45a6074db3efe961d025afa7a89fa036')
+md5sums=('05e62b61feb34bf412f83ca1074e1917')
 fi
 build() {
 cd $srcdir



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

2011-08-28 Thread Ionut Biru
Date: Sunday, August 28, 2011 @ 05:45:32
  Author: ibiru
Revision: 136380

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-28 09:44:29 UTC (rev 136379)
+++ extra-i686/PKGBUILD 2011-08-28 09:45:32 UTC (rev 136380)
@@ -1,37 +0,0 @@
-# $Id$
-#Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libcl
-pkgver=1.0
-_pkgver=275.19
-pkgrel=1
-pkgdesc=OpenCL library and ICD loader from NVIDIA
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('gcc-libs')
-license=('custom')
-options=('!strip')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${_pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
-md5sums=('9e74b1913ff5eb6786600d47b64ba57d')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${_pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
-md5sums=('45a6074db3efe961d025afa7a89fa036')
-fi
-build() {
-cd $srcdir
-sh ${_pkg}.run --extract-only
-}
-
-package() {
-cd $srcdir/${_pkg}
-install -D -m755 libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1.0.0
-ln -s /usr/lib/libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1
-ln -s /usr/lib/libOpenCL.so.1 $pkgdir/usr/lib/libOpenCL.so
-install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libcl/repos/extra-i686/PKGBUILD (from rev 136379, libcl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-28 09:45:32 UTC (rev 136380)
@@ -0,0 +1,37 @@
+# $Id$
+#Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libcl
+pkgver=1.1
+_pkgver=280.13
+pkgrel=1
+pkgdesc=OpenCL library and ICD loader from NVIDIA
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('gcc-libs')
+license=('custom')
+options=('!strip')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${_pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
+md5sums=('c3992c8cef02b7773a398640d8830e77')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+_pkg=NVIDIA-Linux-${_arch}-${_pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
+md5sums=('05e62b61feb34bf412f83ca1074e1917')
+fi
+build() {
+cd $srcdir
+sh ${_pkg}.run --extract-only
+}
+
+package() {
+cd $srcdir/${_pkg}
+install -D -m755 libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1.0.0
+ln -s /usr/lib/libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1
+ln -s /usr/lib/libOpenCL.so.1 $pkgdir/usr/lib/libOpenCL.so
+install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-28 09:44:29 UTC (rev 136379)
+++ extra-x86_64/PKGBUILD   2011-08-28 09:45:32 UTC (rev 136380)
@@ -1,37 +0,0 @@
-# $Id$
-#Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libcl
-pkgver=1.0
-_pkgver=275.19
-pkgrel=1
-pkgdesc=OpenCL library and ICD loader from NVIDIA
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('gcc-libs')
-license=('custom')
-options=('!strip')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${_pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
-md5sums=('9e74b1913ff5eb6786600d47b64ba57d')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${_pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
-md5sums=('45a6074db3efe961d025afa7a89fa036')
-fi
-build() {
-cd $srcdir
-sh ${_pkg}.run --extract-only
-}
-
-package() {
-cd $srcdir/${_pkg}
-install -D -m755 libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1.0.0
-ln -s /usr/lib/libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1
-ln -s /usr/lib/libOpenCL.so.1 $pkgdir/usr/lib/libOpenCL.so
-install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libcl/repos/extra-x86_64/PKGBUILD (from rev 136379, 
libcl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD 

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

2011-08-28 Thread Ionut Biru
Date: Sunday, August 28, 2011 @ 05:47:26
  Author: ibiru
Revision: 136381

db-move: moved netcfg from [testing] to [core] (any)

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 136380, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

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

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2011-08-28 09:45:32 UTC (rev 136380)
+++ core-any/PKGBUILD   2011-08-28 09:47:26 UTC (rev 136381)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-
-pkgname=netcfg
-pkgver=2.6.7
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=(coreutils dhcpcd=4.0 iproute2)
-optdepends=('dialog: Required for menu based profile selector'
-'bridge-utils: To set up bridge connections'
-'wpa_supplicant: required for wireless network support'
-'wpa_actiond: Required for automatic wireless connection with 
rc.d/net-auto-wireless'
-'ifplugd: Required for automatic wired connection with 
rc.d/net-auto-wired'
-'wireless_tools: Required to support obsolete IWCONFIG option'
-'net-tools: required to support obsolete IFOPTS option'
-)
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
-arch=(any)
-md5sums=('ee44d3b1122d49d17369994a3ab94573')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 136380, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2011-08-28 09:47:26 UTC (rev 136381)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+
+pkgname=netcfg
+pkgver=2.6.8
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd=4.0 iproute2)
+optdepends=('dialog: Required for menu based profile selector'
+'bridge-utils: To set up bridge connections'
+'wpa_supplicant: required for wireless network support'
+'wpa_actiond: Required for automatic wireless connection with 
rc.d/net-auto-wireless'
+'ifplugd: Required for automatic wired connection with 
rc.d/net-auto-wired'
+'wireless_tools: Required to support obsolete IWCONFIG option'
+'net-tools: required to support obsolete IFOPTS option'
+)
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
+arch=(any)
+md5sums=('8ea930ff39f5b08751372d32a5681478')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+}
+



[arch-commits] Commit in claws-mail/trunk (PKGBUILD claws-notify-crash.patch)

2011-08-28 Thread andyrtr
Date: Sunday, August 28, 2011 @ 11:18:31
  Author: andyrtr
Revision: 136382

upgpkg: claws-mail 3.7.10-1

upstream update 3.7.10

Modified:
  claws-mail/trunk/PKGBUILD
Deleted:
  claws-mail/trunk/claws-notify-crash.patch

--+
 PKGBUILD |   11 ---
 claws-notify-crash.patch |   18 --
 2 files changed, 4 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-28 09:47:26 UTC (rev 136381)
+++ PKGBUILD2011-08-28 15:18:31 UTC (rev 136382)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=claws-mail
-pkgver=3.7.9
-pkgrel=5
+pkgver=3.7.10
+pkgrel=1
 pkgdesc=A GTK+ based e-mail client.
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -19,15 +19,12 @@
 provides=('claws')
 options=(!libtool)
 install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2
-claws-notify-crash.patch)
-md5sums=('2f9d2dcabf84e312cfeb56efa799b5b3'
- '9a2903449f679344b5f5f51c91825b45')
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('fcf58dcff52f0908ff3bc368d820408b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  patch -Np0 -i $srcdir/claws-notify-crash.patch
   sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
 
   ./configure --prefix=/usr --disable-static \

Deleted: claws-notify-crash.patch
===
--- claws-notify-crash.patch2011-08-28 09:47:26 UTC (rev 136381)
+++ claws-notify-crash.patch2011-08-28 15:18:31 UTC (rev 136382)
@@ -1,18 +0,0 @@
-Index: src/main.c
-===
-RCS file: //claws/src/main.c,v
-retrieving revision 1.115.2.237
-retrieving revision 1.115.2.238
-diff -u -r1.115.2.237 -r1.115.2.238
 src/main.c 10 Apr 2011 17:19:04 -  1.115.2.237
-+++ src/main.c 30 Apr 2011 19:27:15 -  1.115.2.238
-@@ -331,7 +331,7 @@
-   gtk_widget_show(hack);
-   }
- 
--  xdisplay = gdk_display_get_default();
-+  xdisplay = GDK_DISPLAY_XDISPLAY(gdk_display_get_default());
-   sn_display = sn_display_new(xdisplay,
-   sn_error_trap_push,
-   sn_error_trap_pop);
-



[arch-commits] Commit in claws-mail-extra-plugins/trunk (2 files)

2011-08-28 Thread andyrtr
Date: Sunday, August 28, 2011 @ 13:24:10
  Author: andyrtr
Revision: 136384

upgpkg: claws-mail-extra-plugins 3.7.10-1

upstream update 3.7.10; add new gdata plugin

Modified:
  claws-mail-extra-plugins/trunk/PKGBUILD
Deleted:
  
claws-mail-extra-plugins/trunk/claws-mail-notification-0.26-libnotify-0.7.patch

--+
 PKGBUILD |   20 ++--
 claws-mail-notification-0.26-libnotify-0.7.patch |   25 -
 2 files changed, 8 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-28 15:19:35 UTC (rev 136383)
+++ PKGBUILD2011-08-28 17:24:10 UTC (rev 136384)
@@ -3,16 +3,16 @@
 # Contributor: Mildred mildred593 at online dot fr
 
 pkgname=claws-mail-extra-plugins
-pkgver=3.7.9
-pkgrel=4
+pkgver=3.7.10
+pkgrel=1
 pkgdesc=Extra plugins for claws-mail
 url=http://www.claws-mail.org/plugins.php?branch=EXT;
 license=('GPL3')
 arch=('i686' 'x86_64')
-depends=('claws-mail=3.7.8')
+depends=('claws-mail=3.7.10')
 makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.7'
  'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.3.13'
- 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra')
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
 optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
 'perl: for perl plugin'
 'libnotify: for notification plugin'
@@ -24,17 +24,16 @@
 'libytnef: for tnef_parse plugin'
 'libwebkit: for the fancy webkit html plugin'
 'libsoup-gnome: for the fancy webkit html plugin'
-'python2: for python plugin')
+'python2: for python plugin'
+   'libgdata: for gdata plugin')
 conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
 replaces=('sylpheed-claws-extra-plugins')
 options=('!libtool' '!strip')
-source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2
-claws-mail-notification-0.26-libnotify-0.7.patch)
-md5sums=('3d1ebc48f686ab10702380c776b5d5d0'
- 'a02be84594ebd28b18811ccc358509be')
+source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
+md5sums=('fe782b2d4762c9727e22c1bb7979f7d6')
 
 build() {
   cd $srcdir/claws-mail-extra-plugins-$pkgver
@@ -46,9 +45,6 @@
 [[ $dir != geolocation_plugin-* ]]  (
   cd $dir
 
-  [[ $dir == notification_plugin-* ]] 
-patch -Np2 -i 
$srcdir/claws-mail-notification-0.26-libnotify-0.7.patch
-
   ./configure --prefix=/usr --disable-static
   make
 )

Deleted: claws-mail-notification-0.26-libnotify-0.7.patch
===
--- claws-mail-notification-0.26-libnotify-0.7.patch2011-08-28 15:19:35 UTC 
(rev 136383)
+++ claws-mail-notification-0.26-libnotify-0.7.patch2011-08-28 17:24:10 UTC 
(rev 136384)
@@ -1,25 +0,0 @@
-diff -Nur 
claws-mail-extra-plugins-3.7.6-orig/notification_plugin-0.25/src/notification_popup.c
 
claws-mail-extra-plugins-3.7.6/notification_plugin-0.25/src/notification_popup.c
 
claws-mail-extra-plugins-3.7.6-orig/notification_plugin-0.25/src/notification_popup.c
  2009-04-26 03:05:05.0 +0200
-+++ 
claws-mail-extra-plugins-3.7.6/notification_plugin-0.25/src/notification_popup.c
   2010-11-12 13:39:02.363909583 +0100
-@@ -339,7 +339,7 @@
- break;
-   }
- 
--  ppopup-notification = notify_notification_new(summary, utf8_str, NULL, 
NULL);
-+  ppopup-notification = notify_notification_new(summary, utf8_str, NULL);
-   g_free(utf8_str);
-   if(ppopup-notification == NULL) {
- debug_print(Notification Plugin: Failed to create a new 
-diff -Nur 
claws-mail-extra-plugins-3.7.6-orig/notification_plugin-0.25/src/notification_trayicon.c
 
claws-mail-extra-plugins-3.7.6/notification_plugin-0.25/src/notification_trayicon.c
 
claws-mail-extra-plugins-3.7.6-orig/notification_plugin-0.25/src/notification_trayicon.c
   2010-03-25 09:56:34.0 +0100
-+++ 
claws-mail-extra-plugins-3.7.6/notification_plugin-0.25/src/notification_trayicon.c
2010-11-12 13:38:30.809340907 +0100
-@@ -589,8 +589,7 @@
-   summary  = notification_trayicon_popup_assemble_summary();
-   utf8_str = notification_trayicon_popup_assemble_body(msginfo);
- 
--  popup.notification = notify_notification_new(summary, utf8_str, NULL, NULL);
--  notify_notification_attach_to_status_icon(popup.notification, trayicon);
-+  popup.notification = notify_notification_new(summary, utf8_str, NULL);
- 
-   g_free(summary);
-   g_free(utf8_str);



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

2011-08-28 Thread andyrtr
Date: Sunday, August 28, 2011 @ 13:24:51
  Author: andyrtr
Revision: 136385

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

Added:
  claws-mail-extra-plugins/repos/staging-i686/
  claws-mail-extra-plugins/repos/staging-i686/PKGBUILD
(from rev 136384, claws-mail-extra-plugins/trunk/PKGBUILD)
  claws-mail-extra-plugins/repos/staging-x86_64/
  claws-mail-extra-plugins/repos/staging-x86_64/PKGBUILD
(from rev 136384, claws-mail-extra-plugins/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   63 ++
 staging-x86_64/PKGBUILD |   63 ++
 2 files changed, 126 insertions(+)

Copied: claws-mail-extra-plugins/repos/staging-i686/PKGBUILD (from rev 136384, 
claws-mail-extra-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-08-28 17:24:51 UTC (rev 136385)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.7.10
+pkgrel=1
+pkgdesc=Extra plugins for claws-mail
+url=http://www.claws-mail.org/plugins.php?branch=EXT;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail=3.7.10')
+makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.3.13'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
+'python2: for python plugin'
+   'libgdata: for gdata plugin')
+conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
+   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
+   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
+   'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
+replaces=('sylpheed-claws-extra-plugins')
+options=('!libtool' '!strip')
+source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
+md5sums=('fe782b2d4762c9727e22c1bb7979f7d6')
+
+build() {
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+
+  # fix for python2
+  export PYTHON=/usr/bin/python2
+
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  (
+  cd $dir
+
+  ./configure --prefix=/usr --disable-static
+  make
+)
+  done
+}
+
+package() {
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  
+  make -C $dir DESTDIR=$pkgdir install
+  done
+
+  # fix fileconflict with libical, #11485
+  rm -f $pkgdir/usr/include/ical.h
+}

Copied: claws-mail-extra-plugins/repos/staging-x86_64/PKGBUILD (from rev 
136384, claws-mail-extra-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-08-28 17:24:51 UTC (rev 136385)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.7.10
+pkgrel=1
+pkgdesc=Extra plugins for claws-mail
+url=http://www.claws-mail.org/plugins.php?branch=EXT;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail=3.7.10')
+makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.3.13'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
+'python2: for python plugin'
+   'libgdata: for gdata plugin')

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

2011-08-28 Thread andyrtr
Date: Sunday, August 28, 2011 @ 13:30:30
  Author: andyrtr
Revision: 136386

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 136385, claws-mail/repos/staging-i686/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 136385, claws-mail/repos/staging-i686/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-i686/claws-notify-crash.patch
  claws-mail/repos/staging-i686/

--+
 PKGBUILD |  116 +
 claws-mail.install   |   29 ++-
 claws-notify-crash.patch |   18 --
 3 files changed, 72 insertions(+), 91 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-28 17:24:51 UTC (rev 136385)
+++ extra-i686/PKGBUILD 2011-08-28 17:30:30 UTC (rev 136386)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=claws-mail
-pkgver=3.7.9
-pkgrel=5
-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'
-'html2ps:  AUR pkg - adds support for printing html mails 
together with html plugins')
-replaces=('sylpheed-claws')
-provides=('claws')
-options=(!libtool)
-install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2
-claws-notify-crash.patch)
-md5sums=('2f9d2dcabf84e312cfeb56efa799b5b3'
- '9a2903449f679344b5f5f51c91825b45')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np0 -i $srcdir/claws-notify-crash.patch
-  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/extra-i686/PKGBUILD (from rev 136385, 
claws-mail/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-28 17:30:30 UTC (rev 136386)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.7.10
+pkgrel=1
+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=('fcf58dcff52f0908ff3bc368d820408b')
+
+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 

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

2011-08-28 Thread andyrtr
Date: Sunday, August 28, 2011 @ 13:30:31
  Author: andyrtr
Revision: 136387

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

Added:
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 136385, claws-mail/repos/staging-x86_64/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 136385, claws-mail/repos/staging-x86_64/claws-mail.install)
Deleted:
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install
  claws-mail/repos/extra-x86_64/claws-notify-crash.patch
  claws-mail/repos/staging-x86_64/

--+
 PKGBUILD |  116 +
 claws-mail.install   |   29 ++-
 claws-notify-crash.patch |   18 --
 3 files changed, 72 insertions(+), 91 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-28 17:30:30 UTC (rev 136386)
+++ extra-x86_64/PKGBUILD   2011-08-28 17:30:31 UTC (rev 136387)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=claws-mail
-pkgver=3.7.9
-pkgrel=5
-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'
-'html2ps:  AUR pkg - adds support for printing html mails 
together with html plugins')
-replaces=('sylpheed-claws')
-provides=('claws')
-options=(!libtool)
-install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2
-claws-notify-crash.patch)
-md5sums=('2f9d2dcabf84e312cfeb56efa799b5b3'
- '9a2903449f679344b5f5f51c91825b45')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np0 -i $srcdir/claws-notify-crash.patch
-  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/extra-x86_64/PKGBUILD (from rev 136385, 
claws-mail/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-08-28 17:30:31 UTC (rev 136387)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.7.10
+pkgrel=1
+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=('fcf58dcff52f0908ff3bc368d820408b')
+
+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 

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

2011-08-28 Thread andyrtr
Date: Sunday, August 28, 2011 @ 13:30:32
  Author: andyrtr
Revision: 136388

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

Added:
  claws-mail-extra-plugins/repos/extra-i686/PKGBUILD
(from rev 136385, claws-mail-extra-plugins/repos/staging-i686/PKGBUILD)
Deleted:
  claws-mail-extra-plugins/repos/extra-i686/PKGBUILD
  
claws-mail-extra-plugins/repos/extra-i686/claws-mail-notification-0.26-libnotify-0.7.patch
  claws-mail-extra-plugins/repos/staging-i686/

--+
 PKGBUILD |  130 ++---
 claws-mail-notification-0.26-libnotify-0.7.patch |   25 
 2 files changed, 63 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-28 17:30:31 UTC (rev 136387)
+++ extra-i686/PKGBUILD 2011-08-28 17:30:32 UTC (rev 136388)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Mildred mildred593 at online dot fr
-
-pkgname=claws-mail-extra-plugins
-pkgver=3.7.9
-pkgrel=4
-pkgdesc=Extra plugins for claws-mail
-url=http://www.claws-mail.org/plugins.php?branch=EXT;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('claws-mail=3.7.8')
-makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.7'
- 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.3.13'
- 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra')
-optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
-'perl: for perl plugin'
-'libnotify: for notification plugin'
-'libcanberra: for notification plugin'
-'dbus-core: for notification plugin'
-'libxml2: for gtkhtml2_viewer and rssyl plugins'
-'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
-'libarchive: for archive plugin'
-'libytnef: for tnef_parse plugin'
-'libwebkit: for the fancy webkit html plugin'
-'libsoup-gnome: for the fancy webkit html plugin'
-'python2: for python plugin')
-conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
-   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
-   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
-   'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
-replaces=('sylpheed-claws-extra-plugins')
-options=('!libtool' '!strip')
-source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2
-claws-mail-notification-0.26-libnotify-0.7.patch)
-md5sums=('3d1ebc48f686ab10702380c776b5d5d0'
- 'a02be84594ebd28b18811ccc358509be')
-
-build() {
-  cd $srcdir/claws-mail-extra-plugins-$pkgver
-
-  # fix for python2
-  export PYTHON=/usr/bin/python2
-
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]]  (
-  cd $dir
-
-  [[ $dir == notification_plugin-* ]] 
-patch -Np2 -i 
$srcdir/claws-mail-notification-0.26-libnotify-0.7.patch
-
-  ./configure --prefix=/usr --disable-static
-  make
-)
-  done
-}
-
-package() {
-  cd $srcdir/claws-mail-extra-plugins-$pkgver
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]]  
-  make -C $dir DESTDIR=$pkgdir install
-  done
-
-  # fix fileconflict with libical, #11485
-  rm -f $pkgdir/usr/include/ical.h
-}

Copied: claws-mail-extra-plugins/repos/extra-i686/PKGBUILD (from rev 136385, 
claws-mail-extra-plugins/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-28 17:30:32 UTC (rev 136388)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.7.10
+pkgrel=1
+pkgdesc=Extra plugins for claws-mail
+url=http://www.claws-mail.org/plugins.php?branch=EXT;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail=3.7.10')
+makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.3.13'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
+   

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

2011-08-28 Thread andyrtr
Date: Sunday, August 28, 2011 @ 13:30:33
  Author: andyrtr
Revision: 136389

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

Added:
  claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD
(from rev 136385, claws-mail-extra-plugins/repos/staging-x86_64/PKGBUILD)
Deleted:
  claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD
  
claws-mail-extra-plugins/repos/extra-x86_64/claws-mail-notification-0.26-libnotify-0.7.patch
  claws-mail-extra-plugins/repos/staging-x86_64/

--+
 PKGBUILD |  130 ++---
 claws-mail-notification-0.26-libnotify-0.7.patch |   25 
 2 files changed, 63 insertions(+), 92 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-28 17:30:32 UTC (rev 136388)
+++ extra-x86_64/PKGBUILD   2011-08-28 17:30:33 UTC (rev 136389)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Mildred mildred593 at online dot fr
-
-pkgname=claws-mail-extra-plugins
-pkgver=3.7.9
-pkgrel=4
-pkgdesc=Extra plugins for claws-mail
-url=http://www.claws-mail.org/plugins.php?branch=EXT;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('claws-mail=3.7.8')
-makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.7'
- 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.3.13'
- 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra')
-optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
-'perl: for perl plugin'
-'libnotify: for notification plugin'
-'libcanberra: for notification plugin'
-'dbus-core: for notification plugin'
-'libxml2: for gtkhtml2_viewer and rssyl plugins'
-'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
-'libarchive: for archive plugin'
-'libytnef: for tnef_parse plugin'
-'libwebkit: for the fancy webkit html plugin'
-'libsoup-gnome: for the fancy webkit html plugin'
-'python2: for python plugin')
-conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
-   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
-   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
-   'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
-replaces=('sylpheed-claws-extra-plugins')
-options=('!libtool' '!strip')
-source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2
-claws-mail-notification-0.26-libnotify-0.7.patch)
-md5sums=('3d1ebc48f686ab10702380c776b5d5d0'
- 'a02be84594ebd28b18811ccc358509be')
-
-build() {
-  cd $srcdir/claws-mail-extra-plugins-$pkgver
-
-  # fix for python2
-  export PYTHON=/usr/bin/python2
-
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]]  (
-  cd $dir
-
-  [[ $dir == notification_plugin-* ]] 
-patch -Np2 -i 
$srcdir/claws-mail-notification-0.26-libnotify-0.7.patch
-
-  ./configure --prefix=/usr --disable-static
-  make
-)
-  done
-}
-
-package() {
-  cd $srcdir/claws-mail-extra-plugins-$pkgver
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]]  
-  make -C $dir DESTDIR=$pkgdir install
-  done
-
-  # fix fileconflict with libical, #11485
-  rm -f $pkgdir/usr/include/ical.h
-}

Copied: claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD (from rev 136385, 
claws-mail-extra-plugins/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-08-28 17:30:33 UTC (rev 136389)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.7.10
+pkgrel=1
+pkgdesc=Extra plugins for claws-mail
+url=http://www.claws-mail.org/plugins.php?branch=EXT;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail=3.7.10')
+makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.3.13'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+

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

2011-08-28 Thread Ionut Biru
Date: Sunday, August 28, 2011 @ 13:53:59
  Author: ibiru
Revision: 136391

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-28 17:48:29 UTC (rev 136390)
+++ extra-i686/PKGBUILD 2011-08-28 17:53:59 UTC (rev 136391)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libnotify
-pkgver=0.7.3
-pkgrel=1
-pkgdesc=Desktop notification library
-arch=('i686' 'x86_64')
-url=http://library.gnome.org/devel/notification-spec/;
-license=('LGPL')
-depends=('gdk-pixbuf2')
-makedepends=('gtk3' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('322541fdf276eb803686df81763a5186af041b2ee3e9cc5fa1dc86c550388c88')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr --disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: libnotify/repos/extra-i686/PKGBUILD (from rev 136390, 
libnotify/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-28 17:53:59 UTC (rev 136391)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libnotify
+pkgver=0.7.4
+pkgrel=1
+pkgdesc=Desktop notification library
+arch=('i686' 'x86_64')
+url=http://library.gnome.org/devel/notification-spec/;
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('gtk3' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e3c58345112672c2cbb05a67512ff6c7028892df7a34746e2162fe76d9877019')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-28 17:48:29 UTC (rev 136390)
+++ extra-x86_64/PKGBUILD   2011-08-28 17:53:59 UTC (rev 136391)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libnotify
-pkgver=0.7.3
-pkgrel=1
-pkgdesc=Desktop notification library
-arch=('i686' 'x86_64')
-url=http://library.gnome.org/devel/notification-spec/;
-license=('LGPL')
-depends=('gdk-pixbuf2')
-makedepends=('gtk3' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('322541fdf276eb803686df81763a5186af041b2ee3e9cc5fa1dc86c550388c88')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr --disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: libnotify/repos/extra-x86_64/PKGBUILD (from rev 136390, 
libnotify/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-08-28 17:53:59 UTC (rev 136391)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libnotify
+pkgver=0.7.4
+pkgrel=1
+pkgdesc=Desktop notification library
+arch=('i686' 'x86_64')
+url=http://library.gnome.org/devel/notification-spec/;
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('gtk3' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e3c58345112672c2cbb05a67512ff6c7028892df7a34746e2162fe76d9877019')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}



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

2011-08-28 Thread Andrea Scarpino
Date: Sunday, August 28, 2011 @ 19:20:54
  Author: andrea
Revision: 136392

upgpkg: gpsd 3.1-1

upstream release

Modified:
  gpsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-28 17:53:59 UTC (rev 136391)
+++ PKGBUILD2011-08-28 23:20:54 UTC (rev 136392)
@@ -5,8 +5,8 @@
 # Contributor: Giacomo Rizzo a...@free-os.it
 
 pkgname=gpsd
-pkgver=3.0
-pkgrel=3
+pkgver=3.1
+pkgrel=1
 pkgdesc=GPS daemon and library to support USB/serial GPS devices
 arch=('i686' 'x86_64')
 url=http://gpsd.berlios.de;
@@ -20,7 +20,7 @@
 install=${pkgname}.install
 source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'gpsd' 'gpsd.conf.d')
-md5sums=('c63d41a26868e9bdd48d9e311a9cc42c'
+md5sums=('f280b914c19da3a91aa5e67d83d35033'
  '1f3402f8e33a7032b9ae6dfd077234f7'
  '3e963df3f9f7ef3572ecc648ae829315')
 



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

2011-08-28 Thread Andrea Scarpino
Date: Sunday, August 28, 2011 @ 19:22:26
  Author: andrea
Revision: 136393

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

Added:
  gpsd/repos/extra-i686/PKGBUILD
(from rev 136392, gpsd/trunk/PKGBUILD)
  gpsd/repos/extra-i686/gpsd
(from rev 136392, gpsd/trunk/gpsd)
  gpsd/repos/extra-i686/gpsd.conf.d
(from rev 136392, gpsd/trunk/gpsd.conf.d)
  gpsd/repos/extra-i686/gpsd.install
(from rev 136392, gpsd/trunk/gpsd.install)
  gpsd/repos/extra-x86_64/PKGBUILD
(from rev 136392, gpsd/trunk/PKGBUILD)
  gpsd/repos/extra-x86_64/gpsd
(from rev 136392, gpsd/trunk/gpsd)
  gpsd/repos/extra-x86_64/gpsd.conf.d
(from rev 136392, gpsd/trunk/gpsd.conf.d)
  gpsd/repos/extra-x86_64/gpsd.install
(from rev 136392, gpsd/trunk/gpsd.install)
Deleted:
  gpsd/repos/extra-i686/PKGBUILD
  gpsd/repos/extra-i686/gpsd
  gpsd/repos/extra-i686/gpsd.conf.d
  gpsd/repos/extra-i686/gpsd.install
  gpsd/repos/extra-x86_64/PKGBUILD
  gpsd/repos/extra-x86_64/gpsd
  gpsd/repos/extra-x86_64/gpsd.conf.d
  gpsd/repos/extra-x86_64/gpsd.install

---+
 extra-i686/PKGBUILD   |  150 ++--
 extra-i686/gpsd   |   88 -
 extra-i686/gpsd.conf.d|   10 +-
 extra-i686/gpsd.install   |   32 -
 extra-x86_64/PKGBUILD |  150 ++--
 extra-x86_64/gpsd |   88 -
 extra-x86_64/gpsd.conf.d  |   10 +-
 extra-x86_64/gpsd.install |   32 -
 8 files changed, 280 insertions(+), 280 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-28 23:20:54 UTC (rev 136392)
+++ extra-i686/PKGBUILD 2011-08-28 23:22:26 UTC (rev 136393)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: Giacomo Rizzo a...@free-os.it
-
-pkgname=gpsd
-pkgver=3.0
-pkgrel=3
-pkgdesc=GPS daemon and library to support USB/serial GPS devices
-arch=('i686' 'x86_64')
-url=http://gpsd.berlios.de;
-license=('BSD')
-depends=('python2' 'libusb' 'bluez' 'desktop-file-utils')
-optdepends=('php: generate a PHP status page for your GPS'
-'php-gd: image support for the PHP status page')
-makedepends=('scons' 'docbook-xsl' 'chrpath')
-backup=('etc/conf.d/gpsd' 'lib/udev/rules.d/99-gpsd-usb.rules')
-options=('!libtool' '!buildflags')
-install=${pkgname}.install
-source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'gpsd' 'gpsd.conf.d')
-md5sums=('c63d41a26868e9bdd48d9e311a9cc42c'
- '1f3402f8e33a7032b9ae6dfd077234f7'
- '3e963df3f9f7ef3572ecc648ae829315')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # fix python 2.7 path
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
--e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-$(find . -name '*.py')
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' gegps gpscat gpsfake \
-gpsprof xgps xgpsspeed
-
-  scons prefix=/usr \
-systemd=yes \
-libQgpsmm=no \
-PYTHONPATH=/usr/bin/python2
-  scons build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Fix man pages path (FS#21715)
-  sed -i 's|.so gps.1|.so man1/gps.1|' cgps.1 lcdgps.1 xgps.1 xgpsspeed.1
-
-  export DESTDIR=${pkgdir}
-  scons install
-
-  install -D -m644 ${srcdir}/gpsd.conf.d ${pkgdir}/etc/conf.d/gpsd
-
-  install -D -m644 gpsd.rules ${pkgdir}/lib/udev/rules.d/99-gpsd-usb.rules
-
-  sed -i 's|/etc/default/gpsd|/etc/conf.d/gpsd|' gpsd.hotplug
-  install -D -m755 gpsd.hotplug ${pkgdir}/lib/udev/gpsd.hotplug
-
-  # GPSD needs RPATH
-  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgps{,d}.so.20.0.0
-  chrpath -r /usr/lib/ 
${pkgdir}/usr/bin/{gpsdecode,gpsctl,gpspipe,gpxlogger,lcdgps}
-  chrpath -r /usr/lib/ ${pkgdir}/usr/sbin/{gpsd,gpsdctl}
-
-  install -D -m644 packaging/X11/xgps.desktop \
-${pkgdir}/usr/share/applications/xgps.desktop
-  install -D -m644 packaging/X11/xgpsspeed.desktop \
-${pkgdir}/usr/share/applications/xgpsspeed.desktop
-  install -D -m644 packaging/X11/gpsd-logo.png \
-${pkgdir}/usr/share/gpsd/gpsd-logo.png
-
-  install -D -m755 ${srcdir}/gpsd ${pkgdir}/etc/rc.d/gpsd
-
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: gpsd/repos/extra-i686/PKGBUILD (from rev 136392, gpsd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-28 23:22:26 UTC (rev 136393)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Giacomo Rizzo a...@free-os.it
+
+pkgname=gpsd
+pkgver=3.1
+pkgrel=1
+pkgdesc=GPS 

[arch-commits] Commit in kdeplasma-applets-networkmanagement/trunk (PKGBUILD)

2011-08-28 Thread Andrea Scarpino
Date: Sunday, August 28, 2011 @ 19:40:31
  Author: andrea
Revision: 136394

upgpkg: kdeplasma-applets-networkmanagement 1:git20110828-1

new snapshot

Modified:
  kdeplasma-applets-networkmanagement/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-28 23:22:26 UTC (rev 136393)
+++ PKGBUILD2011-08-28 23:40:31 UTC (rev 136394)
@@ -4,8 +4,8 @@
 
 pkgname=kdeplasma-applets-networkmanagement
 epoch=1
-pkgver=git20110824
-_commit=c5f1957540effcc5ffa840970aec7f8906c1548d
+pkgver=git20110828
+_commit=d248768561b8d11e76482fb0f685d7b78dd8c140
 pkgrel=1
 pkgdesc=KDE control panel and widget network connections
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'openconnect: Cisco AnyConnect compatible VPN client')
 install=${pkgname}.install
 
source=(${pkgname}-${pkgver}.tar.gz::http://quickgit.kde.org/?p=networkmanagement.gita=snapshoth=${_commit};)
-md5sums=('1fece6742fbeceffaabdc6c9bbdc9e36')
+md5sums=('9cc7ab53a3c48209869d6e5ca8dbe6df')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (8 files)

2011-08-28 Thread Andrea Scarpino
Date: Sunday, August 28, 2011 @ 19:41:22
  Author: andrea
Revision: 136395

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

Added:
  kdeplasma-applets-networkmanagement/repos/extra-i686/PKGBUILD
(from rev 136394, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
  
kdeplasma-applets-networkmanagement/repos/extra-i686/kdeplasma-applets-networkmanagement.install
(from rev 136394, 
kdeplasma-applets-networkmanagement/trunk/kdeplasma-applets-networkmanagement.install)
  kdeplasma-applets-networkmanagement/repos/extra-x86_64/PKGBUILD
(from rev 136394, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
  
kdeplasma-applets-networkmanagement/repos/extra-x86_64/kdeplasma-applets-networkmanagement.install
(from rev 136394, 
kdeplasma-applets-networkmanagement/trunk/kdeplasma-applets-networkmanagement.install)
Deleted:
  kdeplasma-applets-networkmanagement/repos/extra-i686/PKGBUILD
  
kdeplasma-applets-networkmanagement/repos/extra-i686/kdeplasma-applets-networkmanagement.install
  kdeplasma-applets-networkmanagement/repos/extra-x86_64/PKGBUILD
  
kdeplasma-applets-networkmanagement/repos/extra-x86_64/kdeplasma-applets-networkmanagement.install

--+
 extra-i686/PKGBUILD  |   72 ++---
 extra-i686/kdeplasma-applets-networkmanagement.install   |   22 +--
 extra-x86_64/PKGBUILD|   72 ++---
 extra-x86_64/kdeplasma-applets-networkmanagement.install |   22 +--
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-28 23:40:31 UTC (rev 136394)
+++ extra-i686/PKGBUILD 2011-08-28 23:41:22 UTC (rev 136395)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 105813 2011-01-12 00:25:58Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Jakub Schmidtke sjakub-at-gmail.com
-
-pkgname=kdeplasma-applets-networkmanagement
-epoch=1
-pkgver=git20110824
-_commit=c5f1957540effcc5ffa840970aec7f8906c1548d
-pkgrel=1
-pkgdesc=KDE control panel and widget network connections
-arch=('i686' 'x86_64')
-url=http://www.kde.org/;
-license=('GPL')
-depends=('kdebase-workspace' 'networkmanager')
-makedepends=('cmake' 'python2' 'automoc4' 'mobile-broadband-provider-info'
- 'openconnect')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect compatible VPN client')
-install=${pkgname}.install
-source=(${pkgname}-${pkgver}.tar.gz::http://quickgit.kde.org/?p=networkmanagement.gita=snapshoth=${_commit};)
-md5sums=('1fece6742fbeceffaabdc6c9bbdc9e36')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../networkmanagement \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeplasma-applets-networkmanagement/repos/extra-i686/PKGBUILD (from rev 
136394, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-28 23:41:22 UTC (rev 136395)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 105813 2011-01-12 00:25:58Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Jakub Schmidtke sjakub-at-gmail.com
+
+pkgname=kdeplasma-applets-networkmanagement
+epoch=1
+pkgver=git20110828
+_commit=d248768561b8d11e76482fb0f685d7b78dd8c140
+pkgrel=1
+pkgdesc=KDE control panel and widget network connections
+arch=('i686' 'x86_64')
+url=http://www.kde.org/;
+license=('GPL')
+depends=('kdebase-workspace' 'networkmanager')
+makedepends=('cmake' 'python2' 'automoc4' 'mobile-broadband-provider-info'
+ 'openconnect')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect compatible VPN client')
+install=${pkgname}.install
+source=(${pkgname}-${pkgver}.tar.gz::http://quickgit.kde.org/?p=networkmanagement.gita=snapshoth=${_commit};)
+md5sums=('9cc7ab53a3c48209869d6e5ca8dbe6df')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../networkmanagement \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdeplasma-applets-networkmanagement.install
===
--- extra-i686/kdeplasma-applets-networkmanagement.install  2011-08-28 
23:40:31 UTC (rev 136394)
+++ extra-i686/kdeplasma-applets-networkmanagement.install  2011-08-28 
23:41:22 UTC (rev 136395)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-

[arch-commits] Commit in gnupg2/trunk (gnupg2-2.0.16-security.patch)

2011-08-28 Thread Dan McGee
Date: Monday, August 29, 2011 @ 00:16:08
  Author: dan
Revision: 136396

Remove dead patch

Deleted:
  gnupg2/trunk/gnupg2-2.0.16-security.patch

--+
 gnupg2-2.0.16-security.patch |   11 ---
 1 file changed, 11 deletions(-)

Deleted: gnupg2-2.0.16-security.patch
===
--- gnupg2-2.0.16-security.patch2011-08-28 23:41:22 UTC (rev 136395)
+++ gnupg2-2.0.16-security.patch2011-08-29 04:16:08 UTC (rev 136396)
@@ -1,11 +0,0 @@
 kbx/keybox-blob.c   (revision 5367)
-+++ kbx/keybox-blob.c   (working copy)
-@@ -898,6 +898,7 @@
-   rc = gpg_error_from_syserror ();
-   goto leave;
- }
-+  names = tmp;
- }
-   names[blob-nuids++] = p;
-   if (!i  (p=x509_email_kludge (p)))
-



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

2011-08-28 Thread Gaetan Bisson
Date: Monday, August 29, 2011 @ 01:25:31
  Author: bisson
Revision: 136397

upstream update

Modified:
  bzflag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-29 04:16:08 UTC (rev 136396)
+++ PKGBUILD2011-08-29 05:25:31 UTC (rev 136397)
@@ -1,30 +1,35 @@
 # $Id$
 # Contributor: Damir Perisa damir.per...@bluewin.ch
-# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=bzflag
-pkgver=2.0.16
+pkgver=2.4.0
 pkgrel=1
-pkgdesc=A multiplayer 3D tank battle game
-depends=('curl' 'mesa' 'sdl')
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+options=('!libtool')
 arch=('i686' 'x86_64')
-license=('LGPL')
-options=(!libtool)
-url=http://www.bzflag.org;
-source=(http://downloads.sourceforge.net/sourceforge/bzflag/$pkgname-$pkgver.tar.bz2)
-md5sums=('161b973bee586d43ebff4695dfb8c359')
+depends=('curl' 'glew' 'mesa' 'sdl')
+source=(http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
+sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+   ./configure --prefix=/usr
+   make
 
-  # gnome menu entry and icon.
-  cd misc
-  make || return 1
-  mkdir -p ${pkgdir}/usr/share/{applications,pixmaps}
-  install -m644 bzflag.desktop $pkgdir/usr/share/applications/bzflag.desktop
-  install -m644 ../data/bzflag-48x48.png 
$pkgdir/usr/share/pixmaps/bzflag-48x48.png
+   cd misc
+   make
 }
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 misc/bzflag.desktop 
${pkgdir}/usr/share/applications/bzflag.desktop
+   install -Dm644 data/bzflag-48x48.png 
${pkgdir}/usr/share/pixmaps/bzflag-48x48.png
+}



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

2011-08-28 Thread Gaetan Bisson
Date: Monday, August 29, 2011 @ 01:25:50
  Author: bisson
Revision: 136398

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-29 05:25:31 UTC (rev 136397)
+++ extra-i686/PKGBUILD 2011-08-29 05:25:50 UTC (rev 136398)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Maintainer: Kevin Piche ke...@archlinux.org
-
-pkgname=bzflag
-pkgver=2.0.16
-pkgrel=1
-pkgdesc=A multiplayer 3D tank battle game
-depends=('curl' 'mesa' 'sdl')
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=(!libtool)
-url=http://www.bzflag.org;
-source=(http://downloads.sourceforge.net/sourceforge/bzflag/$pkgname-$pkgver.tar.bz2)
-md5sums=('161b973bee586d43ebff4695dfb8c359')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-
-  # gnome menu entry and icon.
-  cd misc
-  make || return 1
-  mkdir -p ${pkgdir}/usr/share/{applications,pixmaps}
-  install -m644 bzflag.desktop $pkgdir/usr/share/applications/bzflag.desktop
-  install -m644 ../data/bzflag-48x48.png 
$pkgdir/usr/share/pixmaps/bzflag-48x48.png
-}

Copied: bzflag/repos/extra-i686/PKGBUILD (from rev 136397, 
bzflag/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-29 05:25:50 UTC (rev 136398)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Kevin Piche ke...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bzflag
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('curl' 'glew' 'mesa' 'sdl')
+source=(http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
+sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr
+   make
+
+   cd misc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 misc/bzflag.desktop 
${pkgdir}/usr/share/applications/bzflag.desktop
+   install -Dm644 data/bzflag-48x48.png 
${pkgdir}/usr/share/pixmaps/bzflag-48x48.png
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-29 05:25:31 UTC (rev 136397)
+++ extra-x86_64/PKGBUILD   2011-08-29 05:25:50 UTC (rev 136398)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Maintainer: Kevin Piche ke...@archlinux.org
-
-pkgname=bzflag
-pkgver=2.0.16
-pkgrel=1
-pkgdesc=A multiplayer 3D tank battle game
-depends=('curl' 'mesa' 'sdl')
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=(!libtool)
-url=http://www.bzflag.org;
-source=(http://downloads.sourceforge.net/sourceforge/bzflag/$pkgname-$pkgver.tar.bz2)
-md5sums=('161b973bee586d43ebff4695dfb8c359')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-
-  # gnome menu entry and icon.
-  cd misc
-  make || return 1
-  mkdir -p ${pkgdir}/usr/share/{applications,pixmaps}
-  install -m644 bzflag.desktop $pkgdir/usr/share/applications/bzflag.desktop
-  install -m644 ../data/bzflag-48x48.png 
$pkgdir/usr/share/pixmaps/bzflag-48x48.png
-}

Copied: bzflag/repos/extra-x86_64/PKGBUILD (from rev 136397, 
bzflag/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-08-29 05:25:50 UTC (rev 136398)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Kevin Piche ke...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bzflag
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('curl' 'glew' 'mesa' 'sdl')
+source=(http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
+sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f')
+
+build() 

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

2011-08-28 Thread Gaetan Bisson
Date: Monday, August 29, 2011 @ 01:27:04
  Author: bisson
Revision: 136399

implement FS#25801

Added:
  bind/trunk/remove-tools.patch
Modified:
  bind/trunk/PKGBUILD
  bind/trunk/install
Deleted:
  bind/trunk/notools.patch

+
 PKGBUILD   |   30 --
 install|6 +++---
 notools.patch  |   12 
 remove-tools.patch |   12 
 4 files changed, 31 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-29 05:25:50 UTC (rev 136398)
+++ PKGBUILD2011-08-29 05:27:04 UTC (rev 136399)
@@ -8,22 +8,18 @@
 # Use a period and not a hyphen before the patch level for proper versioning.
 pkgver=9.8.0.P4
 _pkgver=9.8.0-P4
-pkgrel=1
+pkgrel=2
 
-pkgdesc='Berkeley Internet Name Daemon (BIND) is the reference implementation 
of the Domain Name System (DNS) protocols'
-arch=('i686' 'x86_64')
+pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the 
DNS protocols'
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
-provides=('dns-server')
-backup=('etc/logrotate.d/named'
-'etc/conf.d/named'
-'etc/named.conf')
+arch=('i686' 'x86_64')
 depends=('openssl' 'krb5' 'libxml2')
 options=('!makeflags' '!libtool')
-source=(http://ftp.isc.org/isc/bind9/${_pkgver}/${pkgname}-${_pkgver}.tar.gz;
+source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz;
 'root.hint::ftp://ftp.rs.internic.net/domain/db.cache'
 'so_bsdcompat.patch'
-'notools.patch'
+'remove-tools.patch'
 'named'
 'named.conf'
 'named.conf.d'
@@ -33,7 +29,7 @@
 sha1sums=('969864200c1516a8bea54266de60f316d79182b4'
   'cbdecd1ea8e7b612b33b63d66bc57273795d1f54'
   'b433ba99f23e3db305f8ce293fe4ce6d1b8d4cfb'
-  '17444f9d759a4bde7688bdaa304dac57a138e4c1'
+  '18f477f510df31e6c6f547ee2d5fc46e973479bf'
   '46232e9db243c6c05e170a1781d7a7f413be5d03'
   '5ca7a5f2a132548a090a045a2df3acea6b35d9eb'
   '7848edbfb9a848843f57c11c02b0289eefd42d00'
@@ -41,13 +37,18 @@
   '76a0d4cd1b913db177a5a375bebc47e5956866ec'
   '53be0f1437ebe595240d8dbdd819939582b97fb9')
 
+provides=('dns-server')
+
 install=install
+backup=('etc/logrotate.d/named'
+'etc/conf.d/named'
+'etc/named.conf')
 
 build() {
-   cd ${srcdir}/${pkgname}-${_pkgver}
+   cd ${srcdir}/bind-${_pkgver}
 
+   patch -p1 -i ../remove-tools.patch
patch -p1 -i ../so_bsdcompat.patch
-   patch -p1 -i ../notools.patch
 
./configure \
--prefix=/usr \
@@ -65,14 +66,15 @@
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${_pkgver}
+   cd ${srcdir}/bind-${_pkgver}
 
+   install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
make DESTDIR=${pkgdir} install
 
rmdir ${pkgdir}/var/run
install -d ${pkgdir}/usr/share/doc/bind
install doc/arm/*.html ${pkgdir}/usr/share/doc/bind/
-   install -D -m644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 
install -D -m755 ../named ${pkgdir}/etc/rc.d/named
install -D -m644 ../named.conf.d ${pkgdir}/etc/conf.d/named

Modified: install
===
--- install 2011-08-29 05:25:50 UTC (rev 136398)
+++ install 2011-08-29 05:27:04 UTC (rev 136399)
@@ -1,13 +1,13 @@
 post_install() {
-   getent group named  /dev/null || groupadd -g 40 named
-   getent passwd named /dev/null || useradd -u 40 -c BIND DNS Server -g 
named -d /var/named -s /bin/false named
+   getent group named /dev/null || groupadd -g 40 named
+   getent passwd named /dev/null || useradd -u 40 -c BIND DNS Server 
-g named -d /var/named -s /bin/false named
passwd -l named /dev/null
 
touch var/log/named.log
chown named:named var/log/named.log
 
# create an rndc.key if it doesn't already exist
-   if [ ! -s etc/rndc.key ]; then
+   if [[ ! -s etc/rndc.key ]]; then
usr/sbin/rndc-confgen -r /dev/urandom -b 256 | head -n 5 
etc/rndc.key
chown root:named etc/rndc.key
chmod 640 etc/rndc.key

Deleted: notools.patch
===
--- notools.patch   2011-08-29 05:25:50 UTC (rev 136398)
+++ notools.patch   2011-08-29 05:27:04 UTC (rev 136399)
@@ -1,12 +0,0 @@
-diff -aur old/bin/Makefile.in new/bin/Makefile.in
 old/bin/Makefile.in2011-05-27 10:12:59.392416094 +0200
-+++ new/bin/Makefile.in2011-05-27 10:13:12.372521984 +0200
-@@ -19,7 +19,7 @@
- VPATH =   @srcdir@
- top_srcdir =  @top_srcdir@
- 
--SUBDIRS = named rndc dig dnssec tests tools nsupdate \
-+SUBDIRS = named rndc dnssec tests tools \
-   check confgen @PKCS11_TOOLS@
- TARGETS =
- 

Added: 

[arch-commits] Commit in bind/repos (22 files)

2011-08-28 Thread Gaetan Bisson
Date: Monday, August 29, 2011 @ 01:28:19
  Author: bisson
Revision: 136400

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

Added:
  bind/repos/testing-i686/
  bind/repos/testing-i686/127.0.0.zone
(from rev 136399, bind/trunk/127.0.0.zone)
  bind/repos/testing-i686/PKGBUILD
(from rev 136399, bind/trunk/PKGBUILD)
  bind/repos/testing-i686/install
(from rev 136399, bind/trunk/install)
  bind/repos/testing-i686/localhost.zone
(from rev 136399, bind/trunk/localhost.zone)
  bind/repos/testing-i686/named
(from rev 136399, bind/trunk/named)
  bind/repos/testing-i686/named.conf
(from rev 136399, bind/trunk/named.conf)
  bind/repos/testing-i686/named.conf.d
(from rev 136399, bind/trunk/named.conf.d)
  bind/repos/testing-i686/named.logrotate
(from rev 136399, bind/trunk/named.logrotate)
  bind/repos/testing-i686/remove-tools.patch
(from rev 136399, bind/trunk/remove-tools.patch)
  bind/repos/testing-i686/so_bsdcompat.patch
(from rev 136399, bind/trunk/so_bsdcompat.patch)
  bind/repos/testing-x86_64/
  bind/repos/testing-x86_64/127.0.0.zone
(from rev 136399, bind/trunk/127.0.0.zone)
  bind/repos/testing-x86_64/PKGBUILD
(from rev 136399, bind/trunk/PKGBUILD)
  bind/repos/testing-x86_64/install
(from rev 136399, bind/trunk/install)
  bind/repos/testing-x86_64/localhost.zone
(from rev 136399, bind/trunk/localhost.zone)
  bind/repos/testing-x86_64/named
(from rev 136399, bind/trunk/named)
  bind/repos/testing-x86_64/named.conf
(from rev 136399, bind/trunk/named.conf)
  bind/repos/testing-x86_64/named.conf.d
(from rev 136399, bind/trunk/named.conf.d)
  bind/repos/testing-x86_64/named.logrotate
(from rev 136399, bind/trunk/named.logrotate)
  bind/repos/testing-x86_64/remove-tools.patch
(from rev 136399, bind/trunk/remove-tools.patch)
  bind/repos/testing-x86_64/so_bsdcompat.patch
(from rev 136399, bind/trunk/so_bsdcompat.patch)

---+
 testing-i686/127.0.0.zone |   11 
 testing-i686/PKGBUILD |   88 
 testing-i686/install  |   21 
 testing-i686/localhost.zone   |   10 
 testing-i686/named|   52 +
 testing-i686/named.conf   |   64 ++
 testing-i686/named.conf.d |4 +
 testing-i686/named.logrotate  |6 ++
 testing-i686/remove-tools.patch   |   12 
 testing-i686/so_bsdcompat.patch   |   12 
 testing-x86_64/127.0.0.zone   |   11 
 testing-x86_64/PKGBUILD   |   88 
 testing-x86_64/install|   21 
 testing-x86_64/localhost.zone |   10 
 testing-x86_64/named  |   52 +
 testing-x86_64/named.conf |   64 ++
 testing-x86_64/named.conf.d   |4 +
 testing-x86_64/named.logrotate|6 ++
 testing-x86_64/remove-tools.patch |   12 
 testing-x86_64/so_bsdcompat.patch |   12 
 20 files changed, 560 insertions(+)

Copied: bind/repos/testing-i686/127.0.0.zone (from rev 136399, 
bind/trunk/127.0.0.zone)
===
--- testing-i686/127.0.0.zone   (rev 0)
+++ testing-i686/127.0.0.zone   2011-08-29 05:28:19 UTC (rev 136400)
@@ -0,0 +1,11 @@
+$ORIGIN 0.0.127.in-addr.arpa.
+
+@  1D IN SOA   localhost. root.localhost. (
+   42  ; serial (mmdd##)
+   3H  ; refresh
+   15M ; retry
+   1W  ; expiry
+   1D ); minimum ttl
+
+   1D IN NSlocalhost.
+1  1D IN PTR   localhost.

Copied: bind/repos/testing-i686/PKGBUILD (from rev 136399, bind/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-29 05:28:19 UTC (rev 136400)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+# Contributor: Mario Vazquez mario_v...@hotmail.com
+
+pkgname=bind
+
+# Use a period and not a hyphen before the patch level for proper versioning.
+pkgver=9.8.0.P4
+_pkgver=9.8.0-P4
+pkgrel=2
+
+pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the 
DNS protocols'
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5' 'libxml2')
+options=('!makeflags' '!libtool')
+source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz;
+'root.hint::ftp://ftp.rs.internic.net/domain/db.cache'
+'so_bsdcompat.patch'
+'remove-tools.patch'
+ 

[arch-commits] Commit in dnsutils/trunk (PKGBUILD remove-bind.patch tools-only.patch)

2011-08-28 Thread Gaetan Bisson
Date: Monday, August 29, 2011 @ 01:30:11
  Author: bisson
Revision: 136401

implement FS#25801

Added:
  dnsutils/trunk/remove-bind.patch
Modified:
  dnsutils/trunk/PKGBUILD
Deleted:
  dnsutils/trunk/tools-only.patch

---+
 PKGBUILD  |   32 ++--
 remove-bind.patch |   25 +
 tools-only.patch  |   25 -
 3 files changed, 43 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-29 05:28:19 UTC (rev 136400)
+++ PKGBUILD2011-08-29 05:30:11 UTC (rev 136401)
@@ -8,45 +8,49 @@
 # Use a period and not a hyphen before the patch level for proper versioning.
 pkgver=9.8.0.P4
 _pkgver=9.8.0-P4
-pkgrel=1
+pkgrel=2
 
-pkgdesc='Various DNS utilities - dig host nslookup nsupdate'
+pkgdesc='DNS utilities: dig host nslookup'
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
 arch=('i686' 'x86_64')
-url='https://www.isc.org/software/bind'
-license=('custom:ISC')
 depends=('openssl' 'idnkit')
-replaces=('bind-tools' 'host')
 options=('!makeflags')
 source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz;
-'tools-only.patch')
+'remove-bind.patch')
 sha1sums=('969864200c1516a8bea54266de60f316d79182b4'
-  'ac88c89e25c26d73095a3dd85e1ca1070d184ded')
+  'b465ef6160b004838f04de9978fe1be8422af777')
 
+replaces=('bind-tools' 'host')
+
 build() {
cd ${srcdir}/bind-${_pkgver}
 
+   patch -p1 -i ../remove-bind.patch
+   export STD_CDEFINES='-DDIG_SIGCHASE'
+
# hack to remove unused bloat from the binaries
CFLAGS+=' -fdata-sections -ffunction-sections'
LDFLAGS+=' -Wl,--gc-sections'
 
-   patch -p1 -i ../tools-only.patch
-   export STD_CDEFINES='-DDIG_SIGCHASE'
-
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
-   --with-openssl=yes \
-   --with-idn=yes \
+   --disable-static \
--disable-linux-caps \
+   --with-openssl \
+   --with-idn \
 
make
 }
 
 package() {
-   cd ${srcdir}/bind-${_pkgver}/bin
+   cd ${srcdir}/bind-${_pkgver}
 
+   install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   cd bin
make DESTDIR=${pkgdir} install
 
-   install -Dm644 ../COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Added: remove-bind.patch
===
--- remove-bind.patch   (rev 0)
+++ remove-bind.patch   2011-08-29 05:30:11 UTC (rev 136401)
@@ -0,0 +1,25 @@
+diff -aur old/bin/Makefile.in new/bin/Makefile.in
+--- old/bin/Makefile.in2009-10-05 05:07:08.0 -0700
 new/bin/Makefile.in2011-08-28 19:16:17.245495043 -0700
+@@ -19,8 +19,7 @@
+ VPATH =   @srcdir@
+ top_srcdir =  @top_srcdir@
+ 
+-SUBDIRS = named rndc dig dnssec tests tools nsupdate \
+-  check confgen @PKCS11_TOOLS@
++SUBDIRS = dig
+ TARGETS =
+ 
+ @BIND9_MAKE_RULES@
+diff -aur old/lib/Makefile.in new/lib/Makefile.in
+--- old/lib/Makefile.in2007-06-19 16:47:13.0 -0700
 new/lib/Makefile.in2011-08-28 19:17:50.828688599 -0700
+@@ -23,7 +23,7 @@
+ # Attempt to disable parallel processing.
+ .NOTPARALLEL:
+ .NO_PARALLEL:
+-SUBDIRS = isc isccc dns isccfg bind9 lwres tests
++SUBDIRS = isc dns isccfg bind9 lwres
+ TARGETS =
+ 
+ @BIND9_MAKE_RULES@

Deleted: tools-only.patch
===
--- tools-only.patch2011-08-29 05:28:19 UTC (rev 136400)
+++ tools-only.patch2011-08-29 05:30:11 UTC (rev 136401)
@@ -1,25 +0,0 @@
-diff -Naur bind-9.7.1-P2.orig/bin/Makefile.in bind-9.7.1-P2/bin/Makefile.in
 bind-9.7.1-P2.orig/bin/Makefile.in 2009-10-05 08:07:08.0 -0400
-+++ bind-9.7.1-P2/bin/Makefile.in  2010-07-22 15:55:00.0 -0400
-@@ -19,8 +19,7 @@
- VPATH =   @srcdir@
- top_srcdir =  @top_srcdir@
- 
--SUBDIRS = named rndc dig dnssec tests tools nsupdate \
--  check confgen @PKCS11_TOOLS@
-+SUBDIRS = dig nsupdate
- TARGETS =
- 
- @BIND9_MAKE_RULES@
-diff -Naur bind-9.7.1-P2.orig/lib/Makefile.in bind-9.7.1-P2/lib/Makefile.in
 bind-9.7.1-P2.orig/lib/Makefile.in 2007-06-19 19:47:13.0 -0400
-+++ bind-9.7.1-P2/lib/Makefile.in  2010-07-22 15:56:29.0 -0400
-@@ -23,7 +23,7 @@
- # Attempt to disable parallel processing.
- .NOTPARALLEL:
- .NO_PARALLEL:
--SUBDIRS = isc isccc dns isccfg bind9 lwres tests
-+SUBDIRS = isc dns isccfg bind9 lwres
- TARGETS =
- 
- @BIND9_MAKE_RULES@