patch for libalkimia

DeveloperChris developerchris at rebel.com.au
Thu May 9 12:52:44 UTC 2013


I had some issues building libalkimia

The below patch fixes it for me. It was successfully built,  though I 
haven't tested the result

Chris.



---
  .../extragear/libalkimia/libalkimia-20110309.py    |    7 ++++---
  1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/portage/extragear/libalkimia/libalkimia-20110309.py 
b/portage/extragear/libalkimia/libalkimia-20110309.py
index c654ad0..bdd9f3d 100644
--- a/portage/extragear/libalkimia/libalkimia-20110309.py
+++ b/portage/extragear/libalkimia/libalkimia-20110309.py
@@ -3,14 +3,15 @@ import info
  class subinfo(info.infoclass):
      def setTargets( self ):
          self.svnTargets['gitHEAD'] = '[git]kde:alkimia'
-        for ver in ['4.3.0', '4.3.1']:
+        for ver in ['4.3.0', '4.3.1','4.3.2']:
              self.targets[ ver ] = 
'http://kde-apps.org/CONTENT/content-files/137323-libalkimia-' + ver + 
'.tar.bz2'
              self.targetInstSrc[ ver ] = "libalkimia-" + ver
          self.targetDigests['4.3.1'] = 
'a8381bf4def252425aca31d0929e31b1aa82d0b5'
-        self.defaultTarget = 'svnHEAD'
+        self.defaultTarget = '4.3.2'

      def setDependencies( self ):
-        self.hardDependencies['win32libs/mpir'] = 'default'
+        self.hardDependencies['win32libs/mpir'] = 'default'
+        self.hardDependencies['dev-util/pkg-config'] = 'default'
          self.shortDescription = "A library with common classes and 
functionality used by finance applications for the KDE SC."

  from Package.CMakePackageBase import *
-- 


More information about the Kde-windows mailing list