summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-14 04:47:38 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-14 04:47:38 -0200
commit1a136f2885ded3a2281c317ad11257c40304a44f (patch)
treeedde9827d82061501dfbf88fd17ddc73460514c5 /nonprism
parent93c27a82bfdb9e6fd99264741a1b58b68c9143a2 (diff)
downloadabslibre-1a136f2885ded3a2281c317ad11257c40304a44f.tar.gz
abslibre-1a136f2885ded3a2281c317ad11257c40304a44f.tar.bz2
abslibre-1a136f2885ded3a2281c317ad11257c40304a44f.zip
claws-mail-nonprism: remove -libre suffix name due which claws-mail is free now
Diffstat (limited to 'nonprism')
-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