]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- updated to 1.9.12
authorluzik <luzik@pld-linux.org>
Thu, 30 Jun 2005 11:36:26 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    claws-mail.spec -> 1.101
    sylpheed-claws-locale-names.patch -> 1.2

claws-mail.spec
sylpheed-claws-locale-names.patch

index 3e329748c245250bd4212c22191145c8d4121249..75362611ccec300e2c9e6eb47158250f3ea95f57 100644 (file)
 Summary:       A bleeding edge branch of Sylpheed, a GTK+ based, lightweight, and fast e-mail client
 Summary(pl):   Rozwojowa wersja Sylpheed z du¿± ilo¶ci± zmian oraz ulepszeñ
 Name:          sylpheed-claws
-Version:       1.0.4
+Version:       1.9.12
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
-# Source0-md5: ac473de7189a4a9baecf16b72c34dff4
+# Source0-md5: c7cdfe6ac9afacd680cb8fe58eb9da79
 Source1:       %{name}.desktop
 Source2:       http://dl.sourceforge.net/sylpheed-claws/sylpheed-iconset-%{_iconver}.tar.gz
 # Source2-md5: d72cf03bf3d13cf9e2785eaca3807707
@@ -106,20 +106,20 @@ Motywy dla programu Sylpheed-Claws.
 mv sylpheed-iconset-* themes
 mv -f themes/README README.themes
 
-mv -f po/{zh_TW.Big5,zh_TW}.po
+#mv -f po/{zh_TW.Big5,zh_TW}.po
 rm -f po/stamp-po
 
 %build
-%{__libtoolize}
-%{__gettextize}
-%{__aclocal} -I m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
+#%%{__libtoolize}
+#%%{__gettextize}
+#%%{__aclocal} -I m4
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
 %configure \
        %{!?with_gpg:--disable-pgpmime-plugin} \
        %{?with_ldap:--enable-ldap} \
-       %{?with_ssl:--enable-openssl} \
+       %{?with_ssl:--enable-ssl} \
        %{?with_ipv6:--enable-ipv6} \
        %{!?with_faces:--disable-compface} \
        %{?with_dillo:--enable-dillo-viewer-plugin } \
index b8884dc82803b32428005a58670e8a4092322c99..a7cd73f57ac3219754f37f632a8a05e8f2cdc103 100644 (file)
@@ -1,11 +1,11 @@
---- sylpheed-claws-0.9.12/configure.ac.orig    Mon Jun 28 18:04:41 2004
-+++ sylpheed-claws-0.9.12/configure.ac Tue Jul 20 16:33:06 2004
-@@ -90,7 +90,7 @@
- AM_ICONV
+--- sylpheed-claws-1.9.9/configure.ac.fix      2005-05-16 12:02:15.936782448 +0200
++++ sylpheed-claws-1.9.9/configure.ac  2005-05-16 12:02:58.093373672 +0200
+@@ -140,7 +140,7 @@
+ LIBS=$syl_save_LIBS
  
  dnl for gettext
--ALL_LINGUAS="bg cs de el en_GB es fr hr hu it ja ko nl pl pt_BR ru sk sr sv zh_CN zh_TW.Big5"
-+ALL_LINGUAS="bg cs de el en_GB es fr hr hu it ja ko nl pl pt_BR ru sk sr sv zh_CN zh_TW"
- AM_GNU_GETTEXT([use-libtool])
- AM_GNU_GETTEXT_VERSION(0.12.1)
dnl AC_CHECK_FUNC(gettext, AC_CHECK_LIB(intl, gettext))
+-ALL_LINGUAS="bg ca cs de el en_GB es fi fr hr hu it ja ko nl pl pt_BR ru sk sr sv zh_CN zh_TW.Big5"
++ALL_LINGUAS="bg ca cs de el en_GB es fi fr hr hu it ja ko nl pl pt_BR ru sk sr sv zh_CN zh_TW"
+ GETTEXT_PACKAGE=sylpheed-claws
+ AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define text domain.])
This page took 0.127694 seconds and 4 git commands to generate.