diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-11-04 16:46:39 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-11-04 16:46:39 +0100 |
commit | a59a51725fdfe96f94757b34106a9301e7687b2f (patch) | |
tree | 1a4a811332717daccc2cb747fc5331d7fabc96a9 /extra/amule | |
parent | 9ebe00fab62f85c3fe605413068f5e036f221f4b (diff) | |
download | nutyx-pakxe-a59a51725fdfe96f94757b34106a9301e7687b2f.tar.gz nutyx-pakxe-a59a51725fdfe96f94757b34106a9301e7687b2f.tar.bz2 nutyx-pakxe-a59a51725fdfe96f94757b34106a9301e7687b2f.tar.xz nutyx-pakxe-a59a51725fdfe96f94757b34106a9301e7687b2f.zip |
amule, port nettoyé
Diffstat (limited to 'extra/amule')
-rw-r--r-- | extra/amule/Pkgfile | 4 | ||||
-rw-r--r-- | extra/amule/amule-2.2.6-gcc-01.patch | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/extra/amule/Pkgfile b/extra/amule/Pkgfile index b3ca216d8..fa22dcfa9 100644 --- a/extra/amule/Pkgfile +++ b/extra/amule/Pkgfile @@ -1,4 +1,4 @@ -# Description: An all-platform Edonkey client. +# Description: Client toute platforme Edonkey # URL: http://www.amule.org/ # Maintainer: Antti Nykänen, aon at iki dot fi # Packager: Falcony, falcony at users dot sourceforge dot net @@ -8,7 +8,7 @@ name=amule version=2.2.6 release=2 source=(http://download.berlios.de/amule/aMule-$version.tar.bz2\ - amule-2.2.6-gcc-01.patch) + http://nutyx.meticul.eu/files/patchs/$name/amule-2.2.6-gcc-01.patch) build() { cd aMule-$version diff --git a/extra/amule/amule-2.2.6-gcc-01.patch b/extra/amule/amule-2.2.6-gcc-01.patch deleted file mode 100644 index e5cec602b..000000000 --- a/extra/amule/amule-2.2.6-gcc-01.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- aMule-2.2.6/src/utils/wxCas/src/wxcasframe.cpp 2008-09-06 17:39:00.000000000 +0200 -+++ aMule-2.2.6/src/utils/wxCas/src/wxcasframe.cpp.new 2010-05-02 14:34:26.000000000 +0200 -@@ -289,7 +289,7 @@ - #else - - memdc. -- SetFont ( wxFont::wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) ); -+ SetFont (wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) ); - #endif - - memdc. |