summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/CMakeLists.txt1
-rw-r--r--data/tuxanci.desktop (renamed from data/tuxanci.desktop.in)0
-rw-r--r--packaging/gentoo/tuxanci-9999.ebuild8
3 files changed, 1 insertions, 8 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index a7a9572..53bb7d7 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -12,7 +12,6 @@ ADD_SUBDIRECTORY ( sound )
###############################################################################
# CURRENT DIRECTORY FILES
###############################################################################
-CONFIGURE_FILE ( ${CMAKE_SOURCE_DIR}/data/tuxanci.desktop.in ${CMAKE_SOURCE_DIR}/data/tuxanci.desktop )
IF ( NOT Server )
INSTALL ( FILES tuxanci.svg
DESTINATION ${CMAKE_INSTALL_DOCDIR}/ )
diff --git a/data/tuxanci.desktop.in b/data/tuxanci.desktop
index c09adfe..c09adfe 100644
--- a/data/tuxanci.desktop.in
+++ b/data/tuxanci.desktop
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild
index 42dd5ac..778f8e4 100644
--- a/packaging/gentoo/tuxanci-9999.ebuild
+++ b/packaging/gentoo/tuxanci-9999.ebuild
@@ -49,15 +49,9 @@ src_configure() {
}
src_install() {
- local MY_PN
- use dedicated && MY_PN=${PN}-server || MY_PN=${PN}
-
cmake-utils_src_install
- #dosym ${GAMES_BINDIR}/${P} ${GAMES_BINDIR}/${PN}
- #dosym ${GAMES_BINDIR}/${MY_PN}-dev ${GAMES_BINDIR}/${MY_PN}
+
doicon data/${PN}.svg
- # we compile our desktop file
- cd "${WORKDIR}"/tuxanci_build
domenu data/${PN}.desktop
prepgamesdirs