[Pkg-kde-commits] rev 2253 - trunk/packages/kdeutils/debian

Christopher Martin chrsmrtn at costa.debian.org
Sun Nov 13 18:55:04 UTC 2005


Author: chrsmrtn
Date: 2005-11-13 18:55:03 +0000 (Sun, 13 Nov 2005)
New Revision: 2253

Modified:
   trunk/packages/kdeutils/debian/control
   trunk/packages/kdeutils/debian/rules
Log:
Ok, here are the updated rules and control. New packages,
some superkaramba cleanups, etc.


Modified: trunk/packages/kdeutils/debian/control
===================================================================
--- trunk/packages/kdeutils/debian/control	2005-11-13 18:54:14 UTC (rev 2252)
+++ trunk/packages/kdeutils/debian/control	2005-11-13 18:55:03 UTC (rev 2253)
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Isaac Clerencia <isaac at debian.org>, Pierre Habouzit <madcoder at debian.org>, Christopher Martin <chrsmrtn at debian.org>, Adeodato Simó <dato at the-barrel.org>, Riku Voipio <riku.voipio at iki.fi>, Luk Claes <luk at debian.org>
-Build-Depends: g++-3.4 [arm m68k hppa], cdbs (>= 0.4.27), debhelper (>= 4.2.30), autotools-dev, gawk, gettext, kdelibs4-dev (>= 4:3.4.3), libkonq4-dev (>= 4:3.4.3), libsnmp9-dev, libxtst-dev, pbbuttonsd-dev [powerpc], sharutils, tpctl [i386]
+Build-Depends: g++-3.4 [arm m68k hppa], cdbs (>= 0.4.27), debhelper (>= 4.2.30), autotools-dev, gawk, gettext, kdelibs4-dev (>= 4:3.5-rc1), kdebase-dev (>= 4:3.5-rc1), libkonq4-dev (>= 4:3.5-rc1), libgmp3-dev, libsnmp9-dev, libxpm-dev, python-dev, xmms-dev, libxtst-dev, xutils, pbbuttonsd-dev [powerpc], sharutils, tpctl [i386]
 Standards-Version: 3.6.2
 
 Package: kdeutils
 Section: kde
 Architecture: all
-Depends: ark (>= ${Source-Version}), kcalc (>= ${Source-Version}), kcharselect (>= ${Source-Version}), kdelirc (>= ${Source-Version}), kdessh (>= ${Source-Version}), kdf (>= ${Source-Version}), kedit (>= ${Source-Version}), kfloppy (>= ${Source-Version}), kgpg (>= ${Source-Version}), khexedit (>= ${Source-Version}), kjots (>= ${Source-Version}), klaptopdaemon (>= ${Source-Version}), kmilo (>= ${Source-Version}), kregexpeditor (>= ${Source-Version}), ksim (>= ${Source-Version}), ktimer (>= ${Source-Version}), kwalletmanager (>= ${Source-Version})
+Depends: ark (>= ${Source-Version}), kcalc (>= ${Source-Version}), kcharselect (>= ${Source-Version}), kdelirc (>= ${Source-Version}), kdessh (>= ${Source-Version}), kdf (>= ${Source-Version}), kedit (>= ${Source-Version}), kfloppy (>= ${Source-Version}), kgpg (>= ${Source-Version}), khexedit (>= ${Source-Version}), kjots (>= ${Source-Version}), klaptopdaemon (>= ${Source-Version}), kmilo (>= ${Source-Version}), kregexpeditor (>= ${Source-Version}), ksim (>= ${Source-Version}), ktimer (>= ${Source-Version}), kwalletmanager (>= ${Source-Version}), superkaramba (>= ${Source-Version})
 Suggests: kdeutils-doc-html (>= ${Source-Version})
 Description: general purpose utilities from the official KDE release
  KDE (the K Desktop Environment) is a powerful Open Source graphical
@@ -20,6 +20,16 @@
  This metapackage includes a collection of general purpose utilities 
  provided with the official release of KDE.
 
+Package: kdeutils-doc
+Section: doc
+Architecture: all
+Description: developer documentation for the KDE utilities module
+ This package contains documentation for the KDE utilities module, of
+ use more for developers creating applications than regular users.
+ .
+ This package is part of KDE, and a component of the KDE utilities module.
+ See the 'kde' and 'kdeutils' packages for more information.
+
 Package: kdeutils-doc-html
 Architecture: all
 Section: doc
@@ -41,7 +51,7 @@
 Package: kdeutils-dev
 Section: utils
 Architecture: any
-Depends: ark (= ${Source-Version}), kcalc (= ${Source-Version}), kdelirc (= ${Source-Version}), kedit (= ${Source-Version}), klaptopdaemon (= ${Source-Version}), kmilo (= ${Source-Version}), kregexpeditor (= ${Source-Version}), ksim (= ${Source-Version}), kdelibs4-dev (>= 4:3.4.3)
+Depends: ark (= ${Source-Version}), kcalc (= ${Source-Version}), kdelirc (= ${Source-Version}), kedit (= ${Source-Version}), klaptopdaemon (= ${Source-Version}), kmilo (= ${Source-Version}), kregexpeditor (= ${Source-Version}), ksim (= ${Source-Version}), kdelibs4-dev (>= 4:3.5-rc1)
 Description: development files for the KDE utilities module
  This package contains development files needed to compile kdeutils
  applications.
@@ -287,3 +297,25 @@
  .
  This package is part of KDE, as a component of the KDE utilities module.
  See the 'kde' and 'kdeutils' packages for more information.
+
+Package: superkaramba
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}
+Conflicts: karamba
+Suggests: khelpcenter
+Description: a program based on karamba improving the eyecandy of KDE
+ SuperKaramba is a tool based on karamba that allows anyone to easily create
+ and run little interactive widgets on a KDE desktop. Widgets are defined in a
+ simple text file and can be augmented with Python code to make them
+ interactive.
+ .
+ Here are just some examples of the things that can be done:
+ .
+  * Display system information such as CPU Usage, MP3 playing, etc.
+  * Create cool custom toolbars that work any way imaginable.
+  * Create little games or virtual pets that live on your desktop.
+  * Display information from the internet, such as weather and headlines.
+ .
+ This package is part of KDE, as a component of the KDE utilities module.
+ See the 'kde' and 'kdeutils' packages for more information.

Modified: trunk/packages/kdeutils/debian/rules
===================================================================
--- trunk/packages/kdeutils/debian/rules	2005-11-13 18:54:14 UTC (rev 2252)
+++ trunk/packages/kdeutils/debian/rules	2005-11-13 18:55:03 UTC (rev 2253)
@@ -2,6 +2,8 @@
 
 ###
 
+DEB_KDE_APIDOX := yes
+
 GCC4_ICES_HERE := arm m68k hppa
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
@@ -22,11 +24,14 @@
 
 PACKAGES_WITH_LIBS := khexedit klaptopdaemon kmilo kregexpeditor ksim
 
-DEB_DH_MAKESHLIBS_ARGS_khexedit		:= -V'khexedit (>= 4:3.4.3-1)'
-DEB_DH_MAKESHLIBS_ARGS_klaptopdaemon	:= -V'klaptopdaemon (>= 4:3.4.3-1)'
-DEB_DH_MAKESHLIBS_ARGS_kmilo		:= -V'kmilo (>= 4:3.4.3-1)'
-DEB_DH_MAKESHLIBS_ARGS_kregexpeditor	:= -V'kregexpeditor (>= 4:3.4.3-1)'
-DEB_DH_MAKESHLIBS_ARGS_ksim		:= -V'ksim (>= 4:3.4.3-1)'
+DEB_DH_MAKESHLIBS_ARGS_khexedit		:= -V'khexedit (>= 4:3.5-rc1-1)'
+DEB_DH_MAKESHLIBS_ARGS_klaptopdaemon	:= -V'klaptopdaemon (>= 4:3.5-rc1-1)'
+DEB_DH_MAKESHLIBS_ARGS_kmilo		:= -V'kmilo (>= 4:3.5-rc1-1)'
+DEB_DH_MAKESHLIBS_ARGS_kregexpeditor	:= -V'kregexpeditor (>= 4:3.5-rc1-1)'
+DEB_DH_MAKESHLIBS_ARGS_ksim		:= -V'ksim (>= 4:3.5-rc1-1)'
 
-#shlibs_ver = 4:3.4.3-1
+#shlibs_ver = 4:3.5.0-1
 #$(foreach p,$(PACKAGES_WITH_LIBS),$(eval DEB_DH_MAKESHLIBS_ARGS_$(p) := -V'$(p) (>= $(shlibs_ver))'))
+
+binary-install/superkaramba::
+	rm -f debian/superkaramba/usr/share/doc/superkaramba/examples/globalMouse/xcursor.so




More information about the pkg-kde-commits mailing list