summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEinar Lielmanis2015-11-30 10:32:20 +0200
committerEinar Lielmanis2015-11-30 10:32:20 +0200
commit3fd52abcad4b2a279ab5215db912ed1cc6b07ed3 (patch)
tree5af479f71b0aff91612085b5f5a6629d8115b211
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.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7341902a0a4..da9761a1c7b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sylpheed-beta-iconmod
pkgdesc = Lightweight e-mail client. Latest official beta with the coonsden.com icon theme.
- pkgver = 3.5.0beta3
+ pkgver = 3.5.0rc
pkgrel = 1
url = http://sylpheed.sraoss.jp/en/
arch = i686
@@ -16,12 +16,12 @@ pkgbase = sylpheed-beta-iconmod
conflicts = sylpheed
conflicts = sylpheed-beta
options = libtool
- source = http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-3.5.0beta3.tar.bz2
- source = http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-3.5.0beta3.tar.bz2.asc
+ source = http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-3.5.0rc.tar.bz2
+ source = http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-3.5.0rc.tar.bz2.asc
source = Sylpheed3.0_icon-set.tar.gz
md5sums = 05b3867dbd5e675a0515eb05201a1797
md5sums = SKIP
- md5sums = 9211c926e41673f24600d7912fb1699a
+ md5sums = f0fa7317216cf4f159f1cd1edfa1af39
pkgname = sylpheed-beta-iconmod
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
}