tupone 14/05/18 19:36:55 Added: gottet-1.0.6-gentoo.patch Log: Version bump to 1.0.6 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.1 games-puzzle/gottet/files/gottet-1.0.6-gentoo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gottet/files/gottet-1.0.6-gentoo.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gottet/files/gottet-1.0.6-gentoo.patch?rev=1.1&content-type=text/plain Index: gottet-1.0.6-gentoo.patch =================================================================== --- src/locale_dialog.cpp.old 2014-05-18 18:11:33.546814928 +0200 +++ src/locale_dialog.cpp 2014-05-18 18:40:56.033720946 +0200 @@ -85,7 +85,7 @@ if (paths.isEmpty()) { QString appdir = QCoreApplication::applicationDirPath(); paths.append(appdir); - paths.append(appdir + "/../share/" + QCoreApplication::applicationName().toLower()); + paths.append("@GENTOO_DATADIR@/" + QCoreApplication::applicationName().toLower()); paths.append(appdir + "/../Resources"); } foreach (const QString& path, paths) {
