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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jun 27 15:37:01 UTC 2012


    Date: Wednesday, June 27, 2012 @ 11:37:01
  Author: andyrtr
Revision: 162656

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
    (from rev 162655, claws-mail/repos/staging-i686/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
    (from rev 162655, claws-mail/repos/staging-i686/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
    (from rev 162655, claws-mail/repos/staging-x86_64/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
    (from rev 162655, claws-mail/repos/staging-x86_64/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/buildfix_gnutls3.diff
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/buildfix_gnutls3.diff
  claws-mail/repos/extra-x86_64/claws-mail.install
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-x86_64/

------------------------------------+
 extra-i686/PKGBUILD                |  114 ++++++++++++++++-------------------
 extra-i686/buildfix_gnutls3.diff   |   18 -----
 extra-i686/claws-mail.install      |   32 ++++-----
 extra-x86_64/PKGBUILD              |  114 ++++++++++++++++-------------------
 extra-x86_64/buildfix_gnutls3.diff |   18 -----
 extra-x86_64/claws-mail.install    |   32 ++++-----
 6 files changed, 142 insertions(+), 186 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-06-27 15:35:22 UTC (rev 162655)
+++ extra-i686/PKGBUILD	2012-06-27 15:37:01 UTC (rev 162656)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=claws-mail
-pkgver=3.8.0
-pkgrel=3
-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
-        buildfix_gnutls3.diff)
-md5sums=('df9f1657d7f34959a2205344d952c2e3'
-         '0c0956755ddcec939d916af35310ee3f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np0 -i ${srcdir}/buildfix_gnutls3.diff
-  
-  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 162655, claws-mail/repos/staging-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-06-27 15:37:01 UTC (rev 162656)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=claws-mail
+pkgver=3.8.1
+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=('d388929fb1c8f04d4bcb2139faaf9e70')
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+
+  ./configure --prefix=/usr --disable-static \
+    --enable-enchant \
+    --enable-gnutls \
+    --enable-ldap \
+    --disable-dillo-viewer-plugin \
+    --enable-crash-dialog \
+    --enable-pgpmime-plugin \
+    --enable-spamassassin-plugin \
+    --enable-bogofilter-plugin \
+    --enable-jpilot
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; do
+      install -D -m755 ${i} \
+        ${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Deleted: extra-i686/buildfix_gnutls3.diff
===================================================================
--- extra-i686/buildfix_gnutls3.diff	2012-06-27 15:35:22 UTC (rev 162655)
+++ extra-i686/buildfix_gnutls3.diff	2012-06-27 15:37:01 UTC (rev 162656)
@@ -1,18 +0,0 @@
-Index: src/common/ssl_certificate.c
-===================================================================
-RCS file: //claws/src/common/ssl_certificate.c,v
-retrieving revision 1.4.2.40
-retrieving revision 1.4.2.41
-diff -u -r1.4.2.40 -r1.4.2.41
---- src/common/ssl_certificate.c	30 Aug 2011 06:18:09 -0000	1.4.2.40
-+++ src/common/ssl_certificate.c	16 May 2012 05:43:14 -0000	1.4.2.41
-@@ -686,7 +686,7 @@
- 	      gnutls_x509_privkey * key,
- 	      gnutls_x509_crt_t * cert)
- {
--  gnutls_pkcs12_bag bag = NULL;
-+  gnutls_pkcs12_bag_t bag = NULL;
-   int index = 0;
-   int ret;
- 
-

Deleted: extra-i686/claws-mail.install
===================================================================
--- extra-i686/claws-mail.install	2012-06-27 15:35:22 UTC (rev 162655)
+++ extra-i686/claws-mail.install	2012-06-27 15:37:01 UTC (rev 162656)
@@ -1,16 +0,0 @@
-post_install() {
-  echo "install \"html2ps\" from AUR to add support for printing html mails together with html plugins"
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-

Copied: claws-mail/repos/extra-i686/claws-mail.install (from rev 162655, claws-mail/repos/staging-i686/claws-mail.install)
===================================================================
--- extra-i686/claws-mail.install	                        (rev 0)
+++ extra-i686/claws-mail.install	2012-06-27 15:37:01 UTC (rev 162656)
@@ -0,0 +1,16 @@
+post_install() {
+  echo "install \"html2ps\" from AUR to add support for printing html mails together with html plugins"
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-06-27 15:35:22 UTC (rev 162655)
+++ extra-x86_64/PKGBUILD	2012-06-27 15:37:01 UTC (rev 162656)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=claws-mail
-pkgver=3.8.0
-pkgrel=3
-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
-        buildfix_gnutls3.diff)
-md5sums=('df9f1657d7f34959a2205344d952c2e3'
-         '0c0956755ddcec939d916af35310ee3f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np0 -i ${srcdir}/buildfix_gnutls3.diff
-  
-  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 162655, claws-mail/repos/staging-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-06-27 15:37:01 UTC (rev 162656)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=claws-mail
+pkgver=3.8.1
+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=('d388929fb1c8f04d4bcb2139faaf9e70')
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+
+  ./configure --prefix=/usr --disable-static \
+    --enable-enchant \
+    --enable-gnutls \
+    --enable-ldap \
+    --disable-dillo-viewer-plugin \
+    --enable-crash-dialog \
+    --enable-pgpmime-plugin \
+    --enable-spamassassin-plugin \
+    --enable-bogofilter-plugin \
+    --enable-jpilot
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; do
+      install -D -m755 ${i} \
+        ${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Deleted: extra-x86_64/buildfix_gnutls3.diff
===================================================================
--- extra-x86_64/buildfix_gnutls3.diff	2012-06-27 15:35:22 UTC (rev 162655)
+++ extra-x86_64/buildfix_gnutls3.diff	2012-06-27 15:37:01 UTC (rev 162656)
@@ -1,18 +0,0 @@
-Index: src/common/ssl_certificate.c
-===================================================================
-RCS file: //claws/src/common/ssl_certificate.c,v
-retrieving revision 1.4.2.40
-retrieving revision 1.4.2.41
-diff -u -r1.4.2.40 -r1.4.2.41
---- src/common/ssl_certificate.c	30 Aug 2011 06:18:09 -0000	1.4.2.40
-+++ src/common/ssl_certificate.c	16 May 2012 05:43:14 -0000	1.4.2.41
-@@ -686,7 +686,7 @@
- 	      gnutls_x509_privkey * key,
- 	      gnutls_x509_crt_t * cert)
- {
--  gnutls_pkcs12_bag bag = NULL;
-+  gnutls_pkcs12_bag_t bag = NULL;
-   int index = 0;
-   int ret;
- 
-

Deleted: extra-x86_64/claws-mail.install
===================================================================
--- extra-x86_64/claws-mail.install	2012-06-27 15:35:22 UTC (rev 162655)
+++ extra-x86_64/claws-mail.install	2012-06-27 15:37:01 UTC (rev 162656)
@@ -1,16 +0,0 @@
-post_install() {
-  echo "install \"html2ps\" from AUR to add support for printing html mails together with html plugins"
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-

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




More information about the arch-commits mailing list