diff options
-rw-r--r-- | nonprism/claws-mail-nonprism/PKGBUILD (renamed from nonprism/claws-mail-libre-nonprism/PKGBUILD) | 22 | ||||
-rw-r--r-- | nonprism/claws-mail-nonprism/claws-mail.install (renamed from nonprism/claws-mail-libre-nonprism/claws-mail.install) | 0 |
2 files changed, 11 insertions, 11 deletions
diff --git a/nonprism/claws-mail-libre-nonprism/PKGBUILD b/nonprism/claws-mail-nonprism/PKGBUILD index 099b6e1a0..4df1a5e5f 100644 --- a/nonprism/claws-mail-libre-nonprism/PKGBUILD +++ b/nonprism/claws-mail-nonprism/PKGBUILD @@ -1,17 +1,17 @@ -# $Id$ +# $Id: PKGBUILD 196415 2013-10-13 09:17:50Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Maintainer (Parabola): Márcio Silva <coadde@lavabit.com> _pkgname=claws-mail -pkgname=$_pkgname-libre-nonprism +pkgname=$_pkgname-nonprism pkgver=3.9.2 -pkgrel=3.1 -pkgdesc='A GTK+ based e-mail client, without nonfree PalmOS handheld devices and libgdata support' +pkgrel=4 +pkgdesc="A GTK+ based e-mail client, without libgdata support" arch=('i686' 'x86_64' 'mips64el') license=('GPL3') url="http://www.$_pkgname.org" -depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' - 'gpgme' 'libetpan>=1.1-4' 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils') +depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan>=1.1-4' + 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils') makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind' # dependencies for plugins 'libsoup' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk') @@ -31,7 +31,7 @@ optdepends=('python2: needed for some tools and python plugin' 'libsoup: for the fancy webkit html plugin' 'poppler-glib: for pdf viewer plugin' 'ghostscript: for pdf viewer plugin') -replaces=("$_pkgname" "sylpheed-claws" "$_pkgname-extra-plugins" "$_pkgname-libre") +replaces=("$_pkgname" "sylpheed-claws" "$_pkgname-extra-plugins" "$_pkgname-libre" "$_pkgname-libre-nonprism") conflicts=("$_pkgname" "$_pkgname-extra-plugins") provides=("$_pkgname=$pkgver" 'claws') options=(!libtool) @@ -41,7 +41,7 @@ md5sums=('90de2a265e65fbd9dffdbf428bb0ee28' 'SKIP') build() { - cd $srcdir/$_pkgname-$pkgver + cd $_pkgname-$pkgver # fixes for python2 export PYTHON="/usr/bin/python2" @@ -56,14 +56,13 @@ build() { --enable-pgpmime-plugin \ --enable-spamassassin-plugin \ --enable-bogofilter-plugin \ - --disable-jpilot \ --disable-gdata-plugin #--help setarch $CARCH make } package() { - cd $srcdir/$_pkgname-$pkgver + cd $_pkgname-$pkgver setarch $CARCH make DESTDIR=$pkgdir install # build and install extra tools @@ -71,6 +70,7 @@ package() { setarch $CARCH 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/$_pkgname/tools/$i + install -D -m755 $i \ + $pkgdir/usr/lib/$_pkgname/tools/$i done } diff --git a/nonprism/claws-mail-libre-nonprism/claws-mail.install b/nonprism/claws-mail-nonprism/claws-mail.install index 4d2f155d4..4d2f155d4 100644 --- a/nonprism/claws-mail-libre-nonprism/claws-mail.install +++ b/nonprism/claws-mail-nonprism/claws-mail.install |