[Lunar-commits] <moonbase-kde> Merge pull request #49 from v4hn/libalkimia

Dennis Veatch dennisveatch at bellsouth.net
Sun Oct 5 15:25:30 CEST 2014


commit 299cdd651e9f0636b537d251289fa72a75e80b0f
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sun, 05 Oct 2014 09:25:27 -0400
URL: https://github.com/lunar-linux/moonbase-kde/commit/299cdd651e9f0636b537d251289fa72a75e80b0f

Merge pull request #49 from v4hn/libalkimia

fix kmymoney module
---
  apps/kmymoney/DEPENDS   | +2/-1     
  libs/libalkimia/BUILD   | +1/-0     
  libs/libalkimia/DEPENDS | +4/-0     
  libs/libalkimia/DETAILS | +15/-0    
  4 files changed, 22 insertions(+), 1 deletion(-)

--- a/apps/kmymoney/DEPENDS
+++ b/apps/kmymoney/DEPENDS
@@ -1,3 +1,4 @@
 depends kdepimlibs
+depends libalkimia
 
-optional_depends "libofx"  " --enable-ofxplugin --enable-ofxbanking "  ""  "for OFX plugin support"
\ No newline at end of file
+optional_depends "libofx"  " --enable-ofxplugin --enable-ofxbanking "  ""  "for OFX plugin support"
--- /dev/null
+++ b/libs/libalkimia/BUILD
@@ -0,0 +1 @@
+default_cmake_build
--- /dev/null
+++ b/libs/libalkimia/DEPENDS
@@ -0,0 +1,4 @@
+depends cmake
+
+depends kde-base
+depends kdelibs
--- /dev/null
+++ b/libs/libalkimia/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=libalkimia
+         VERSION=4.3.2
+          SOURCE=137323-$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://kde-apps.org/CONTENT/content-files
+      SOURCE_VFY=sha256:64379af992d5548a6757495f47568ebf8cb859a868ced8b5d3d5975f4dfcebdc
+        WEB_SITE="http://kde-apps.org/content/show.php/libalkimia?content=137323"
+         ENTERED=20141005
+         UPDATED=20141005
+           SHORT="provides common classes for finance applications"
+
+cat << EOF
+libalkimia is a library with common classes and functionality
+used by finance applications for the KDE SC. Currently it supports
+a common class to represent monetary values with arbitrary precision.
+EOF




More information about the Lunar-commits mailing list