summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEinar Lielmanis2015-11-30 10:32:20 +0200
committerEinar Lielmanis2015-11-30 10:32:20 +0200
commit3fd52abcad4b2a279ab5215db912ed1cc6b07ed3 (patch)
tree5af479f71b0aff91612085b5f5a6629d8115b211 /PKGBUILD
parentc5bf28ee5a471ebeb1a7aeaed7da84623f0f3104 (diff)
downloadaur-3fd52abcad4b2a279ab5215db912ed1cc6b07ed3.tar.gz
Update to 3.5 RC
This is the release candidate of Sylpheed 3.5. If there is no major problem, this will be released as official 3.5 without modification. * A fix for ARM architecture was made. * Some bugfixes and stability improvements were made. * Win32: more fix for the crash when linked with newer MSVCRT was made. * Win32: irresponsibe text entries on the first display of the filter edit dialog were fixed. * Win32: included libiconv dll was replaced with the correct one, which fixes Japanese wave dash and fullwidth tilde conversion problem.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34eba56b4d18..6da6017c3cfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Einar Lielmanis <einar@spicausis.lv>
pkgname=sylpheed-beta-iconmod
-pkgver=3.5.0beta3
-pkgrel=2
+pkgver=3.5.0rc
+pkgrel=1
pkgdesc="Lightweight e-mail client. Latest official beta with the coonsden.com icon theme."
arch=('i686' 'x86_64')
url="http://sylpheed.sraoss.jp/en/"
@@ -16,8 +16,11 @@ source=(http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-$pkgver.tar.bz2{,.a
Sylpheed3.0_icon-set.tar.gz)
build() {
- cp -r "$srcdir/Sylpheed3.0_icon-set/src" "$srcdir/sylpheed-$pkgver"
- cd "$srcdir/sylpheed-$pkgver"
+ cp -r "$srcdir/Sylpheed3.0_icon-set/src" "$srcdir/sylpheed-3.5.0"
+ cd "$srcdir/sylpheed-3.5.0"
+
+ #cp -r "$srcdir/Sylpheed3.0_icon-set/src" "$srcdir/sylpheed-$pkgver"
+ #cd "$srcdir/sylpheed-$pkgver"
./configure --prefix=/usr --enable-ldap --enable-gpgme
@@ -25,7 +28,8 @@ build() {
}
package() {
- cd "$srcdir/sylpheed-$pkgver"
+ #cd "$srcdir/sylpheed-$pkgver"
+ cd "$srcdir/sylpheed-3.5.0"
make DESTDIR="$pkgdir" install
}