[Lunar-commits] <moonbase> kdeplasmoids4: a new module
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sat Aug 9 05:16:33 CEST 2008
commit e705e6ee18efc3128d8be4e3bf9ead6e985f6b8a
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Wed Jul 16 19:34:49 2008 -0400
kdeplasmoids4: a new module
---
kde4/base/kdeplasmoids4/BUILD | 16 ++++++++++++++++
kde4/base/kdeplasmoids4/DEPENDS | 1 +
kde4/base/kdeplasmoids4/DETAILS | 24 ++++++++++++++++++++++++
3 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/kde4/base/kdeplasmoids4/BUILD b/kde4/base/kdeplasmoids4/BUILD
new file mode 100644
index 0000000..0cc56ec
--- /dev/null
+++ b/kde4/base/kdeplasmoids4/BUILD
@@ -0,0 +1,16 @@
+(
+
+ KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
+
+ source /etc/profile.d/qt4.rc &&
+ source /etc/profile.d/kde4.rc &&
+
+ mkdir $KDE4_BUILD_DIR &&
+ cd $KDE4_BUILD_DIR &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/kde4/base/kdeplasmoids4/DEPENDS b/kde4/base/kdeplasmoids4/DEPENDS
new file mode 100644
index 0000000..e31c0a3
--- /dev/null
+++ b/kde4/base/kdeplasmoids4/DEPENDS
@@ -0,0 +1 @@
+depends kdelibs4
diff --git a/kde4/base/kdeplasmoids4/DETAILS b/kde4/base/kdeplasmoids4/DETAILS
new file mode 100644
index 0000000..ffb63a3
--- /dev/null
+++ b/kde4/base/kdeplasmoids4/DETAILS
@@ -0,0 +1,24 @@
+ MODULE=kdeplasmoids4
+ MAJOR=4.0
+ VERSION=${MAJOR}.98
+ SOURCE=kdeplasmoids-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeplasmoids-$VERSION
+ SOURCE_URL=$KDE_URL/unstable/$VERSION/src/
+ SOURCE_VFY=sha1:f149a5226b96e494b9181248d8e5003713301ebb
+ WEB_SITE=http://www.kde.org
+ MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
+ ENTERED=20071026
+ UPDATED=20080703
+ SHORT="mandatory package for KDE"
+#PSAFE=no
+cat << EOF
+kdebase is the second mandatory package (besides kdelibs) for the K Desktop
+Environment. Here we have various applications and infrastructure files and
+libraries. Here is an overview of the directories:
+
+ doc, drkonqi, kappfinder, kcheckpass, kcontrol, kdebugdialog, kdeprint,
+ kdesktop, kdesu, kdialog, kdm, kfind, khelpcenter, khotkeys, kicker, kioslave,
+ klipper, kmenuedit, konqueror, konsole, kreadconfig, kscreensaver, ksmserver,
+ kdepasswd, ksplashml, kstart, ksysguard, ksystraycmd, ktip, kwin, kxkb, l10n,
+ libkonq, nsplugins, pics
+EOF
More information about the Lunar-commits
mailing list