[Lunar-commits] <moonbase> koffice: Adding a patch to fix a build failure with the current exiv2.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Dec 24 19:54:21 CET 2010


commit e05876268303d3c3c9cf17cfad7481e61849d5b9
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Dec 24 13:54:21 2010 -0500

    koffice: Adding a patch to fix a build failure with the current exiv2.
    
    Cabbaged from;
    
    http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-office/krita/files/krita-2.2.2-exiv2.patch?view=markup
---
 kde4/apps/koffice/BUILD   |    2 ++
 kde4/apps/koffice/DETAILS |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/kde4/apps/koffice/BUILD b/kde4/apps/koffice/BUILD
index cfe1fca..e4cb1a9 100644
--- a/kde4/apps/koffice/BUILD
+++ b/kde4/apps/koffice/BUILD
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
   OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
 
   source /etc/profile.d/qt4.rc   &&
diff --git a/kde4/apps/koffice/DETAILS b/kde4/apps/koffice/DETAILS
index a518135..12fe47f 100644
--- a/kde4/apps/koffice/DETAILS
+++ b/kde4/apps/koffice/DETAILS
@@ -1,8 +1,11 @@
           MODULE=koffice
          VERSION=2.2.2
           SOURCE=koffice-$VERSION.tar.bz2
+         SOURCE2=koffice-exiv2-021.patch
       SOURCE_URL=$KDE_URL/stable/koffice-$VERSION
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:ab6405e0efae0d8e895879183f1369facae410e0
+     SOURCE2_VFY=sha1:6ff50455cad294deb75a0c0d1fcd18d79e1b4120
    MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr}
         WEB_SITE=http://www.koffice.org/
          ENTERED=20080718


More information about the Lunar-commits mailing list