From be5dc178dce9512b18f64ff50611e7017a6f0d13 Mon Sep 17 00:00:00 2001 From: scarab Date: Tue, 19 Aug 2008 17:52:10 +0000 Subject: - posledni uprava svn ebuildu pro gentoo (uz to chce jen xpm/svg ikonku) - dopsano generovani .pot souboru, zaroven jsou aktualizovany vsechny .po soubory takze nebudem muset hnout ani prstem :] git-svn-id: http://opensvn.csie.org/tuxanci_ng@229 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- packaging/gentoo/tuxanci-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packaging/gentoo/tuxanci-9999.ebuild') diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 8060fc0..b9192e1 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -33,11 +33,12 @@ src_compile() { use debug && mycmakeargs="${mycmakeargs} -DDebug=1" use dedicated && mycmakeargs="${mycmakeargs} -DServer=1" use nls && mycmakeargs="${mycmakeargs} -DNLS=1" - mycmakeargs="${mycmakeargs} -DCMAKE_INSTALL_PREFIX=/usr/games -DCMAKE_DATA_PATH=/usr/share/games/ -DCMAKE_LOCALE_PATH=/usr/share/locale/ -DCMAKE_DOC_PATH=/usr/share/doc/ " + mycmakeargs="${mycmakeargs} -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} -DCMAKE_DATA_PATH=${GAMES_DATADIR} -DCMAKE_LOCALE_PATH=${GAMES_DATADIR_BASE}/locale/ -DCMAKE_DOC_PATH=${GAMES_DATADIR_BASE}/doc/ -DCMAKE_ETC_PATH=${GAMES_SYSCONFDIR}" cmake-utils_src_compile } src_install() { cmake-utils_src_install + make_desktop_entry ${PN}-svn "Tuxanci" prepgamesdirs } -- cgit v1.2.3