[Lunar-commits] <crater> update it with the last moonbase versions.

Florin Braescu florin at lunar-linux.org
Sat Jan 2 15:25:24 CET 2010


commit 7aa85358d34ee8ae2c58c6197d28bc8a8f59b122
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jan 2 16:25:24 2010 +0200

    update it with the last moonbase versions.
---
 libs/aqbanking/DEPENDS      |   14 +++++++-------
 libs/aqbanking/DETAILS      |   28 ++++++++++++++--------------
 python/PyKDE/BUILD          |    8 +++-----
 python/PyKDE/DEPENDS        |    4 ++--
 python/PyKDE/DETAILS        |   14 +++++---------
 utils/gsmartcontrol/BUILD   |    5 +++++
 utils/gsmartcontrol/DEPENDS |    7 +++++++
 utils/gsmartcontrol/DETAILS |   18 ++++++++++++++++++
 8 files changed, 61 insertions(+), 37 deletions(-)

diff --git a/libs/aqbanking/DEPENDS b/libs/aqbanking/DEPENDS
index 29e7995..998fb38 100644
--- a/libs/aqbanking/DEPENDS
+++ b/libs/aqbanking/DEPENDS
@@ -1,14 +1,14 @@
 optional_depends  gwenhywfar "--enable-gwenhywfar" "--disable-gwenhywfar" "for gwenhywfar support"
 
-optional_depends  libofx "--enable-libofx" "--disable-libofx" "for OFX support"
+optional_depends  libofx     "--enable-libofx" "--disable-libofx" "for OFX support"
 
-optional_depends  libchipcard2 "--enable-chipcard-client" "--disable-chipcard-client" "for chipcard-client support"
+optional_depends  libchipcard "--enable-chipcard-client" "--disable-chipcard-client" "for chipcard-client support"
 
-optional_depends  qt3 "--enable-qt3 --enable-qt3-threads --with-qt3-libs=/opt/lunar/qt/3/lib" \
-                      "--disable-qt3 --disable-qt3-threads"  "for Qt3 support"
+optional_depends  qt3         "--enable-qt3 --enable-qt3-threads" \
+                              "--disable-qt3 --disable-qt3-threads"  "for Qt3 support"
 
-optional_depends  kdebase3 "--enable-kde3 --with-kde3-libs=/opt/lunar/kde/3/lib" \
-                           "--disable-kde3" "for KDE support"
+optional_depends  kdebase3    "--enable-kde3 --with-kde3-libs=/opt/lunar/kde/3/lib" \
+                              "--disable-kde3" "for KDE support"
 
-optional_depends  Python "--enable-python" "" "for Python bindings support"
+optional_depends  Python      "--enable-python" "" "for Python bindings support"
 
diff --git a/libs/aqbanking/DETAILS b/libs/aqbanking/DETAILS
index a978448..9f34686 100644
--- a/libs/aqbanking/DETAILS
+++ b/libs/aqbanking/DETAILS
@@ -1,32 +1,32 @@
           MODULE=aqbanking
-         VERSION=2.2.3
+         VERSION=3.8.2
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_URL="http://www2.aquamaniac.de/sites/download/download.php?package=03&release=29&file=01&dummy=SOURCE"
    MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
-      SOURCE_VFY=sha1:49ca52f363f6238403566a9ef1ab210487018bea
+      SOURCE_VFY=sha1:765b207936492f49b75e2ac47b9f0290fd5af51c
         WEB_SITE=http://www.aquamaniac.de/$MODULE
          ENTERED=20040919
-         UPDATED=20061010
-           SHORT="A home banking application."
+         UPDATED=20090510
+           SHORT="A home banking application"
            PSAFE=no
 
 cat << EOF
-AqBanking has two major goals which are described in the following paragraphs. 
+AqBanking has two major goals which are described in the following paragraphs.
 
 1. Generic Online Banking Interface:
 
 The intention of AqBanking is to provide a middle layer between the program
-and the various Online Banking libraries (e.g. AqHBCI, OpenHBCI etc). 
+and the various Online Banking libraries (e.g. AqHBCI, OpenHBCI etc).
 
-The real work is done in banking backends. 
-One such backend is AqHBCI, a library which implements a client for the 
-German HBCI (Home Banking Computer Interface) protocol. 
+The real work is done in banking backends.
+One such backend is AqHBCI, a library which implements a client for the
+German HBCI (Home Banking Computer Interface) protocol.
 
-The backend AqHBCI currently supports these security media: 
+The backend AqHBCI currently supports these security media:
  - RDH keyfile (RSA-DES-Hybrid mode)
  - DDV chipcard (DES-DES-Verfahren)
- - OpenHBCI keyfile (either OpenHBCI 1 or 2, this medium allows continued use 
-                     with OpenHBCI in parallel) 
+ - OpenHBCI keyfile (either OpenHBCI 1 or 2, this medium allows continued use
+                     with OpenHBCI in parallel)
  - PIN/TAN file (PIN/TAN mode using HTTP over SSL)
 
 2. Generic Financial Data Importer/Exporter Framework:
@@ -35,7 +35,7 @@ AqBanking uses various plugins to simplify import and export of financial
 data. It also provides the administration of profiles on a per import/export
 plugin basis.
 
-There are import plugins for the following formats: 
+There are import plugins for the following formats:
  - DTAUS (German financial format)
  - SWIFT (MT940 and MT942)
 and others.
diff --git a/python/PyKDE/BUILD b/python/PyKDE/BUILD
index 43a77cf..0e9ed2c 100644
--- a/python/PyKDE/BUILD
+++ b/python/PyKDE/BUILD
@@ -1,10 +1,8 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE1 1 &&
-
-  python ./configure.py $OPTS       &&
-  default_make                      &&
-  mkdir -p /usr/share/PyKDE         &&
+  python ./configure.py $OPTS  &&
+  default_make                 &&
+  mkdir -p /usr/share/PyKDE    &&
   cp -Rf examples /usr/share/PyKDE
 
 ) > $C_FIFO 2>&1
diff --git a/python/PyKDE/DEPENDS b/python/PyKDE/DEPENDS
index 0c1c8ea..7470d78 100644
--- a/python/PyKDE/DEPENDS
+++ b/python/PyKDE/DEPENDS
@@ -1,4 +1,4 @@
-depends  sip   &&
-depends  PyQt  &&
+depends  sip
+depends  PyQt
 depends  kdebase3
 
diff --git a/python/PyKDE/DETAILS b/python/PyKDE/DETAILS
index bd4dfc9..d8f1757 100644
--- a/python/PyKDE/DETAILS
+++ b/python/PyKDE/DETAILS
@@ -1,15 +1,11 @@
           MODULE=PyKDE
-         VERSION=3.16.0
-          SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE1=PyKDE-3.16.0-sip-4.7.patch
-      SOURCE_URL=http://www.riverbankcomputing.com/Downloads/PyKDE3/
-     SOURCE1_URL=http://www.riverbankcomputing.com/Downloads/PyKDE3/
-      SOURCE_VFY=sha1:d4b6969e254f05e05ec7d8f3095a712afaac8189
-     SOURCE1_VFY=sha1:283989531415214aa4f9134b7fb1a7d7975b5564
+         VERSION=3.16.3
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://www.riverbankcomputing.com/static/Downloads/PyKDE3
+      SOURCE_VFY=sha1:d7fa2aef56c3c9fe783769cb78589a3c50164fe1
         WEB_SITE=http://www.riverbankcomputing.co.uk/pykde
          ENTERED=20031008
-         UPDATED=20071018
-      MAINTAINER=jol at lunar-linux.org
+         UPDATED=20090913
            SHORT="A set of Python bindings for the KDE desktop environment"
 
 cat << EOF
diff --git a/utils/gsmartcontrol/BUILD b/utils/gsmartcontrol/BUILD
new file mode 100644
index 0000000..79fa3fb
--- /dev/null
+++ b/utils/gsmartcontrol/BUILD
@@ -0,0 +1,5 @@
+(
+
+  default_build
+
+)  > $C_FIFO 2>&1
diff --git a/utils/gsmartcontrol/DEPENDS b/utils/gsmartcontrol/DEPENDS
new file mode 100644
index 0000000..3ec8d22
--- /dev/null
+++ b/utils/gsmartcontrol/DEPENDS
@@ -0,0 +1,7 @@
+depends smartmontools
+depends pcre
+depends gtkmm
+
+if ! ( module_installed kde3 || module_installed kde4 ) ; then
+  optional_depends gksu "" "" "To make the desktop menu entries work"
+fi;
diff --git a/utils/gsmartcontrol/DETAILS b/utils/gsmartcontrol/DETAILS
new file mode 100644
index 0000000..4ab738f
--- /dev/null
+++ b/utils/gsmartcontrol/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=gsmartcontrol
+         VERSION=0.8.0rc4
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://download.berlios.de/$MODULE
+      SOURCE_VFY=sha1:45b706ab5ac8f0f9a091967c017f1ec7b0598b50
+        WEB_SITE=http://gsmartcontrol.berlios.de/
+         ENTERED=20081025
+         UPDATED=20081025
+           SHORT="GTK+ app for monitoring S.M.A.R.T. disks and devices."
+cat << EOF
+GSmartControl is a graphical user interface for smartctl (from Smartmontools,
+which is a tool for querying and controlling SMART (Self-Monitoring, Analysis,
+and Reporting Technology) data on modern hard disk drives. It allows you to
+inspect the drive's SMART data to determine its health, as well as run various
+tests on it.
+
+Note: Only ATA drives (both PATA and SATA) are supported for now.
+EOF


More information about the Lunar-commits mailing list