balsa: update to 2.5.1.
This commit is contained in:
parent
9787291df3
commit
ba4d18389b
2 changed files with 7 additions and 29 deletions
|
@ -1,13 +0,0 @@
|
||||||
Make sure that _FILE_OFFSET_BITS is 64 to match gpgme.
|
|
||||||
|
|
||||||
--- configure.ac.orig 2013-04-24 11:13:23.985145198 +0200
|
|
||||||
+++ configure.ac 2013-04-24 11:13:34.536065452 +0200
|
|
||||||
@@ -24,6 +24,8 @@ AC_CONFIG_MACRO_DIR([m4])
|
|
||||||
AC_CONFIG_HEADERS([config.h])
|
|
||||||
AC_DEFINE_UNQUOTED(BALSA_VERSION, "AC_PACKAGE_VERSION",[Defines the Balsa version])
|
|
||||||
|
|
||||||
+AC_SYS_LARGEFILE
|
|
||||||
+
|
|
||||||
dnl #####################################################################
|
|
||||||
dnl 2. Options
|
|
||||||
dnl #####################################################################
|
|
|
@ -1,27 +1,18 @@
|
||||||
# Template file for 'balsa'
|
# Template file for 'balsa'
|
||||||
pkgname=balsa
|
pkgname=balsa
|
||||||
version=2.5.0
|
version=2.5.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-nm --without-gtkspell --with-gmime=2.6 --with-ssl
|
configure_args="--without-nm --without-gtkspell --without-gnome --with-ssl
|
||||||
--with-gpgme=/usr/bin/gpgme-config --with-libsecret --enable-touch-ui
|
--with-libsecret --with-gpgme --with-sqlite --with-html-widget=webkit"
|
||||||
--enable-pcre"
|
|
||||||
hostmakedepends="pkg-config intltool automake gettext-devel"
|
hostmakedepends="pkg-config intltool automake gettext-devel"
|
||||||
makedepends="iso-codes enchant-devel libnotify-devel libesmtp-devel gtk+3-devel
|
makedepends="iso-codes enchant-devel libnotify-devel libesmtp-devel gtk+3-devel
|
||||||
gmime-devel webkitgtk-devel openssl-devel gpgme-devel libsecret-devel pcre-devel
|
gmime-devel webkitgtk-devel openssl-devel gpgme-devel libsecret-devel pcre-devel
|
||||||
hicolor-icon-theme desktop-file-utils"
|
sqlite-devel hicolor-icon-theme desktop-file-utils"
|
||||||
depends="hicolor-icon-theme desktop-file-utils"
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="An email client for GNOME"
|
short_desc="An email client for GNOME"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://pawsa.fedorapeople.org/balsa/"
|
homepage="http://pawsa.fedorapeople.org/balsa/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://pawsa.fedorapeople.org/balsa/balsa-2.5.0.tar.bz2"
|
distfiles="http://pawsa.fedorapeople.org/balsa/balsa-${version}.tar.bz2"
|
||||||
checksum=67eaddbc33a079a74b65bf5f71ef163573f7d4a6f29ed6dca2ad6811d95519b4
|
checksum=52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
sed -i 's/if test $with_g_d_u = yes ; then/\
|
|
||||||
AM_CONDITIONAL([ENABLE_SK], [test $with_g_d_u = "yes"])\
|
|
||||||
if test $with_g_d_u = yes ; then/' configure.ac
|
|
||||||
mkdir m4
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue