[Lunar-commits] <moonbase-kde> kdegames: A kde profile containing only games.
Dennis Veatch
dennisveatch at bellsouth.net
Tue Aug 19 14:48:17 CEST 2014
commit 248cecec1d28eba195e960d32a3e0efb37ad3cf8
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 19 Aug 2014 08:44:23 -0400
URL: https://github.com/lunar-linux/moonbase-kde/commit/248cecec1d28eba195e960d32a3e0efb37ad3cf8
kdegames: A kde profile containing only games.
---
kdegames/BUILD | +1/-0
kdegames/DEPENDS | +24/-0
kdegames/DETAILS | +11/-0
kdegames/POST_BUILD | +1/-0
kdegames/PRE_BUILD | +1/-0
5 files changed, 38 insertions(+)
--- /dev/null
+++ b/kdegames/BUILD
@@ -0,0 +1 @@
+echo > $C_FIFO
--- /dev/null
+++ b/kdegames/DEPENDS
@@ -0,0 +1,24 @@
+depends libkdegames
+
+optional_depends "amor" "" "" "a small animation which sits on top of your active window"
+optional_depends "blinken" "" "" "kde version of Simon Says"
+optional_depends "bomber" "" "" "a single player arcade game"
+optional_depends "bovo" "" "" "a Gomoku like game for two players"
+optional_depends "granatier" "" "" "a clone of the classic Bomberman game"
+optional_depends "kajongg" "" "" "ancient Chinese board game for 4 players"
+optional_depends "kapman" "" "" "Pac-Man clone"
+optional_depends "katomic" "" "" "Sokoban like logic game"
+optional_depends "kblackbox" "" "" "Blackbox logic game"
+optional_depends "kblocks" "" "" "classic falling blocks game"
+optional_depends "kbounce" "" "" "single player arcade game with the elements of puzzle"
+optional_depends "kbreakout" "" "" "a Breakout-like game"
+optional_depends "kdiamond" "" "" "single player puzzle game"
+optional_depends "kfourinline" "" "" "a Connect-Four like game"
+optional_depends "kgoldrunner" "" "" "collect all the gold nuggets"
+optional_depends "kigo" "" "" "kde implementation of the Go game"
+optional_depends "killbots" "" "" "simple game of evading killer robots"
+optional_depends "kiriki" "" "" "Yahtzee-like Dice Game"
+optional_depends "kjumpingcube" "" "" "a simple dice driven tactical game"
+optional_depends "kmahjongg" "" "" "Mahjongg Solitaire"
+optional_depends "knavalbattle" "" "" "Battle Ship game for KDE"
+optional_depends "pairs" "" "" "games aimed towards preschool childrem"
--- /dev/null
+++ b/kdegames/DETAILS
@@ -0,0 +1,11 @@
+ MODULE=kde4
+ VERSION=4.13.3
+ WEB_SITE=http://www.kde.org
+ ENTERED=20140819
+ UPDATED=20140819
+ PROFILE=yes
+ SHORT="kde games"
+
+cat << EOF
+KDE profile for installing its available games.
+EOF
--- /dev/null
+++ b/kdegames/POST_BUILD
@@ -0,0 +1 @@
+true
--- /dev/null
+++ b/kdegames/PRE_BUILD
@@ -0,0 +1 @@
+true
More information about the Lunar-commits
mailing list