forked from hasufell/hasufell-repository
games-arcade/Commander-Genius: retab
This commit is contained in:
parent
db43146359
commit
6a7ef0e847
@ -41,16 +41,16 @@ src_prepare() {
|
|||||||
default
|
default
|
||||||
|
|
||||||
# don't install questionable bundled keen data
|
# don't install questionable bundled keen data
|
||||||
edo rm -r vfsroot
|
edo rm -r vfsroot
|
||||||
|
|
||||||
# fixes build skew
|
# fixes build skew
|
||||||
sed -i \
|
sed -i \
|
||||||
-e '/INCLUDE(package.cmake)/d' \
|
-e '/INCLUDE(package.cmake)/d' \
|
||||||
CMakeLists.txt || die
|
CMakeLists.txt || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cmake_src_install
|
cmake_src_install
|
||||||
|
|
||||||
insinto /usr/share/applications
|
insinto /usr/share/applications
|
||||||
doins share/cgenius.desktop
|
doins share/cgenius.desktop
|
||||||
@ -60,10 +60,10 @@ src_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
elog "Check your settings in ~/.CommanderGenius/cgenius.cfg"
|
elog "Check your settings in ~/.CommanderGenius/cgenius.cfg"
|
||||||
elog "after you have started the game for the first time."
|
elog "after you have started the game for the first time."
|
||||||
elog "You may also want to set \"OpenGL = true\""
|
elog "You may also want to set \"OpenGL = true\""
|
||||||
elog
|
elog
|
||||||
elog "Then create the folder ~/.CommanderGenius/games"
|
elog "Then create the folder ~/.CommanderGenius/games"
|
||||||
elog "and drop your keen game folders into it."
|
elog "and drop your keen game folders into it."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user