From 2d941130b2df776947e9632f8472b63f601b1eef Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 12 Apr 2009 15:17:14 +0200 Subject: Update build system to install desktop file and icon by default --- packaging/gentoo/tuxanci-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'packaging') diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 87e764d..8c6dc27 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -49,6 +49,8 @@ src_configure() { mycmakeargs="${mycmakeargs} -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} + -DCMAKE_INSTALL_ICONDIR=/usr/share/pixmaps/ + -DCMAKE_INSTALL_DESKTOPDIR=/usr/share/applications/ -DCMAKE_DATA_PATH=${GAMES_DATADIR} -DCMAKE_LOCALE_PATH=${GAMES_DATADIR_BASE}/locale/ -DCMAKE_DOC_PATH=${GAMES_DATADIR_BASE}/doc/${PF} @@ -61,10 +63,5 @@ src_configure() { src_install() { cmake-utils_src_install - if ! use dedicated; then - doicon data/${PN}.svg - domenu data/${PN}.desktop - fi - prepgamesdirs } -- cgit v1.2.3