Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d45a7d39c42cb95c4b78c8de4d788192a0892490

commit d45a7d39c42cb95c4b78c8de4d788192a0892490
Author: crazy <[email protected]>
Date:   Fri Feb 27 04:13:10 2009 +0100

kdepim-3.5.10-1-x86_64
* Version bump

diff --git a/source/kde/kdepim/FrugalBuild b/source/kde/kdepim/FrugalBuild
index 2e7f04f..b0db112 100644
--- a/source/kde/kdepim/FrugalBuild
+++ b/source/kde/kdepim/FrugalBuild
@@ -2,17 +2,18 @@
# Maintainer: crazy <[email protected]>

pkgname=kdepim
-pkgver=3.5.9
+pkgver=3.5.10
pkgrel=1
pkgdesc="KDE PIM Utilities."
groups=('kde')
archs=('i686' 'x86_64')
-depends=('kdebase>=3.5.9' 'gpgme' 'openssl' 'libmal>=0.44' 
'cyrus-sasl>=2.1.22-8' 'gnokii' 'gnupg2' \
+depends=('kdebase>=3.5.10' 'gpgme' 'openssl' 'libmal>=0.44' 
'cyrus-sasl>=2.1.22-8' 'gnokii' 'gnupg2' \
'bluez-libs' 'libopensync' 'libopensync-plugin-file')
-makedepends=('doxygen' 'kdeaccessibility>=3.5.9' 'kdemultimedia>=3.5.9' 
'qt-docs' 'graphviz' 'boost')
+makedepends=('doxygen' 'kdeaccessibility>=3.5.10' 'kdemultimedia>=3.5.10' 
'qt-docs' 'graphviz' 'boost')
_F_kde_split_docs=1
_F_kde_reconf=1
Finclude kde
+source=($source use_sys_inotify.patch)
Fconfopts="$Fconfopts --with-gpg=/usr/bin/gpg2"

subpkgs=("$pkgname-docs")
@@ -21,6 +22,7 @@ subdepends=('')
subgroups=('docs-extra kde-docs')
subarchs=('i686 x86_64')

-sha1sums=('53ab658c5cdf2e6f836d2e12e3bc4e2fe3b96f15')
+sha1sums=('537da60fe3564ecc0ed2802e744fbf96386909a9' \
+          '056fe4451ff2f3ee1dbe45929fd086a02ed7c17d')
# optimization OK

diff --git a/source/kde/kdepim/use_sys_inotify.patch 
b/source/kde/kdepim/use_sys_inotify.patch
new file mode 100644
index 0000000..1adc8cd
--- /dev/null
+++ b/source/kde/kdepim/use_sys_inotify.patch
@@ -0,0 +1,49 @@
+diff -Naur kdepim-3.5.10/kmail/editorwatcher.cpp 
kdepim-3.5.10-p/kmail/editorwatcher.cpp
+--- kdepim-3.5.10/kmail/editorwatcher.cpp      2008-02-13 10:39:37.000000000 
+0100
++++ kdepim-3.5.10-p/kmail/editorwatcher.cpp    2009-02-27 03:36:09.000000000 
+0100
+@@ -40,22 +40,10 @@
+ #include <linux/types.h>
+ // Linux kernel headers are documented to not compile
+ #define _S390_BITOPS_H
+-#include <linux/inotify.h>
++#include <sys/inotify.h>
+
+-static inline int inotify_init (void)
+-{
+-  return syscall (__NR_inotify_init);
+-}
+
+-static inline int inotify_add_watch (int fd, const char *name, __u32 mask)
+-{
+-  return syscall (__NR_inotify_add_watch, fd, name, mask);
+-}
+
+-static inline int inotify_rm_watch (int fd, __u32 wd)
+-{
+-  return syscall (__NR_inotify_rm_watch, fd, wd);
+-}
+ #endif
+
+ using namespace KMail;
+diff -Naur kdepim-3.5.10/libkdenetwork/libgpgme-copy/assuan/funopen.c 
kdepim-3.5.10-p/libkdenetwork/libgpgme-copy/assuan/funopen.c
+--- kdepim-3.5.10/libkdenetwork/libgpgme-copy/assuan/funopen.c 2007-05-14 
09:54:40.000000000 +0200
++++ kdepim-3.5.10-p/libkdenetwork/libgpgme-copy/assuan/funopen.c       
2009-02-27 03:34:44.000000000 +0100
+@@ -18,6 +18,7 @@
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+  * USA.
+  */
++#define HAVE_FOPENCOOKIE
+
+ #ifdef HAVE_CONFIG_H
+ #include <config.h>
+diff -Naur kdepim-3.5.10/libkdenetwork/libgpgme-copy/gpgme/funopen.c 
kdepim-3.5.10-p/libkdenetwork/libgpgme-copy/gpgme/funopen.c
+--- kdepim-3.5.10/libkdenetwork/libgpgme-copy/gpgme/funopen.c  2007-05-14 
09:54:40.000000000 +0200
++++ kdepim-3.5.10-p/libkdenetwork/libgpgme-copy/gpgme/funopen.c        
2009-02-27 03:34:44.000000000 +0100
+@@ -17,6 +17,7 @@
+    License along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+    02111-1307, USA.  */
++#define HAVE_FOPENCOOKIE
+
+ #ifdef HAVE_CONFIG_H
+ #include <config.h>
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to