diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-09-11 21:19:38 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-09-11 21:19:38 +0000 |
commit | 3fe27a57240dc2975f33a912fa28c336cdfc274d (patch) | |
tree | 9f5e3d387b900e5832c011099bfbe7b94c531432 /games-strategy/attal/files | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-3fe27a57240dc2975f33a912fa28c336cdfc274d.tar.gz gentoo-2-3fe27a57240dc2975f33a912fa28c336cdfc274d.tar.bz2 gentoo-2-3fe27a57240dc2975f33a912fa28c336cdfc274d.zip |
Version bump to 0.10.1. Bug #135667
(Portage version: 2.1.1)
Diffstat (limited to 'games-strategy/attal/files')
-rw-r--r-- | games-strategy/attal/files/attal-0.10.1-gcc41.patch | 33 | ||||
-rw-r--r-- | games-strategy/attal/files/attal-0.10.1-gentoo.patch | 33 | ||||
-rw-r--r-- | games-strategy/attal/files/digest-attal-0.10.1 | 6 |
3 files changed, 72 insertions, 0 deletions
diff --git a/games-strategy/attal/files/attal-0.10.1-gcc41.patch b/games-strategy/attal/files/attal-0.10.1-gcc41.patch new file mode 100644 index 000000000000..161aa3251d2e --- /dev/null +++ b/games-strategy/attal/files/attal-0.10.1-gcc41.patch @@ -0,0 +1,33 @@ +--- libClient/ressourceWin.h.old 2006-09-11 20:57:10.000000000 +0200 ++++ libClient/ressourceWin.h 2006-09-11 20:57:24.000000000 +0200 +@@ -54,7 +54,7 @@ + + public: + /** Construtcor */ +- RessourceWin( QWidget * parent = 0, const char * name = 0, WinResType type ); ++ RessourceWin( QWidget * parent, const char * name, WinResType type ); + + /** Initialize player */ + void setPlayer( GenericPlayer * ); +--- libCommon/creature.h.old 2006-05-25 00:50:11.000000000 -0400 ++++ libCommon/creature.h 2006-05-25 00:51:51.000000000 -0400 +@@ -38,6 +38,7 @@ + + class CreatureHandler; + class GenericFightUnit; ++int computeSequence( GenericFightUnit * unit ); + + /** Manage a creature */ + enum CreatureAnimationType { + +--- server/serverInterface.h.old 2006-09-11 21:33:00.000000000 +0200 ++++ server/serverInterface.h 2006-09-11 21:33:16.000000000 +0200 +@@ -135,7 +135,7 @@ + void initStatusBar(); + + /** Add new action */ +- QAction * ServerInterface::addAction( const QString & label, MENU_ACTIONS id, QSignalMapper * sigmap ); ++ QAction *addAction( const QString & label, MENU_ACTIONS id, QSignalMapper * sigmap ); + + void addAI(bool hide); + diff --git a/games-strategy/attal/files/attal-0.10.1-gentoo.patch b/games-strategy/attal/files/attal-0.10.1-gentoo.patch new file mode 100644 index 000000000000..ab8d0c605105 --- /dev/null +++ b/games-strategy/attal/files/attal-0.10.1-gentoo.patch @@ -0,0 +1,33 @@ +--- libCommon/displayHelp.cpp.old 2006-09-11 22:41:38.000000000 +0200 ++++ libCommon/displayHelp.cpp 2006-09-11 22:42:20.000000000 +0200 +@@ -44,7 +44,7 @@ + _text->mimeSourceFactory()->setFilePath( QString(".") ); + _text->mimeSourceFactory()->setExtensionType( "html", "text/html;charset=iso8859-1" ); + _text->setTextFormat( Qt::RichText ); +- _text->setSource( "./HOWTOPLAY.html" ); ++ _text->setSource( "@GENTOO_DATADIR@/HOWTOPLAY.html" ); + + QPushButton * pbOk = new QPushButton( this ); + pbOk->setText( QObject::tr( "Ok" ) ); +--- libCommon/attalCommon.cpp.old 2006-09-11 22:45:23.000000000 +0200 ++++ libCommon/attalCommon.cpp 2006-09-11 22:47:28.000000000 +0200 +@@ -52,7 +52,7 @@ + { + QDir folder; + +- folder.setPath( "./themes/" + THEME ); ++ folder.setPath( "@GENTOO_DATADIR@/themes/" + THEME ); + + #ifndef WIN32 + if( ! folder.exists() ) { +--- server/duel.cpp.old 2006-09-11 22:48:30.000000000 +0200 ++++ server/duel.cpp 2006-09-11 22:48:57.000000000 +0200 +@@ -44,7 +44,7 @@ + { + QDir folder; + +- folder.setPath( "./themes/" + THEME ); ++ folder.setPath( "@GENTOO_DATADIR@/themes/" + THEME ); + if( ! folder.exists() ) { + folder.setPath( "/usr/local/share/games/attal/themes/" + THEME ); + if( ! folder.exists() ) { diff --git a/games-strategy/attal/files/digest-attal-0.10.1 b/games-strategy/attal/files/digest-attal-0.10.1 new file mode 100644 index 000000000000..19d75c0a9876 --- /dev/null +++ b/games-strategy/attal/files/digest-attal-0.10.1 @@ -0,0 +1,6 @@ +MD5 d2e01aaf57a630a6681d372c7f0b8bbb attal-src-0.10.1.tar.bz2 283704 +RMD160 86c92158aacd20f6dc9af22bbd31c7543ae1d953 attal-src-0.10.1.tar.bz2 283704 +SHA256 9dd692daa99dbf3ec14c178b5b3334a6a4085f790749aa58cf45ddf8c5e8649b attal-src-0.10.1.tar.bz2 283704 +MD5 757b6d3e7795ff17a63446ed7dd1efd1 themes-0.10.1.tar.bz2 30744206 +RMD160 7ac400bb73580efdbd8082268b3e1bd7b745f37b themes-0.10.1.tar.bz2 30744206 +SHA256 1f0e9c8b70ac8fd50cf7af492177b88383b230fe400f6ffa4b5641badac5a002 themes-0.10.1.tar.bz2 30744206 |