[Lunar-commits] <moonbase-kde> libkdegames: Adding to moonbase.

stumbles stumbles at lunar-linux.org
Mon Aug 5 19:05:04 CEST 2013


commit d5443654ad2ac26dc825249659202978acde88bc
Author: stumbles <stumbles at lunar-linux.org>
Date: Mon, 05 Aug 2013 10:03:37 -0700
URL: https://github.com/lunar-linux/moonbase-kde/commit/d5443654ad2ac26dc825249659202978acde88bc

libkdegames: Adding to moonbase.
---
  games/libkdegames/BUILD   | +5/-0     
  games/libkdegames/DEPENDS | +5/-0     
  games/libkdegames/DETAILS | +29/-0    
  3 files changed, 39 insertions(+)

--- /dev/null
+++ b/games/libkdegames/BUILD
@@ -0,0 +1,5 @@
+
+  source /etc/profile.d/qt4.rc   &&
+  source /etc/profile.d/kde4.rc  &&
+
+  default_cmake_build
--- /dev/null
+++ b/games/libkdegames/DEPENDS
@@ -0,0 +1,5 @@
+depends kde-baseapps
+
+optional_depends "openal"    "-DWITH_OpenAL=ON"  "-DWITH_OpenAL=OFF"  "For openal audio support"
+optional_depends libsndfile" "-DWITH_SndFile=ON" "-DWITH_SndFile=OFF" "for libsndfile support"
+
--- /dev/null
+++ b/games/libkdegames/DETAILS
@@ -0,0 +1,29 @@
+          MODULE=libkdegames
+         VERSION=4.10.5
+          SOURCE=$MODULE-$VERSION.tar.xz
+      SOURCE_URL=$KDE_URL/stable/$VERSION/src
+      SOURCE_VFY=sha1:d4f343d27fbc83e8b31b6bf2cb626e893b9ac515
+   MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr}
+        WEB_SITE=http://www.kde.org
+         ENTERED=20130805
+         UPDATED=20130805
+           SHORT="a collection of functions used by some games or which are useful for other games"
+
+cat << EOF
+A collection of functions used by some games or which are useful for other games.
+
+Contents:
+  kcarddialog: Access to carddeck selection and administration
+               for cardgames
+  kstdgameaction: just like kstdaction this provides some default action for
+                  kde games. games often use different entries than other apps
+                  (like "game" instead of "file"), so use this if possible
+  kgamemisc: some static method i didn't know a good class name for. it
+             currently features "randomName()" which will just give you a random name from
+             a list (translators note: happy translating ;) i copied kde-common/accounts
+             for this so there are nearly 300 entries...)
+  kgame: this is a complete network/game handling library. it constists of a lot
+         of classes which are explained in the kgame docu (as soon as it is
+         written)
+  kgamecanvas: a fast game-oriented canvas library
+EOF




More information about the Lunar-commits mailing list