diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-22 10:41:19 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-22 10:41:19 +0200 |
commit | 509a1e859a3040c97eaa3e04b21969046485e493 (patch) | |
tree | bed315334c04810723462bbb316a887bf5aa68c3 /kde | |
parent | 01b62db415210d04a45f1610fd51225d16a3dd4c (diff) | |
download | nutyx-extra-509a1e859a3040c97eaa3e04b21969046485e493.tar.gz nutyx-extra-509a1e859a3040c97eaa3e04b21969046485e493.tar.bz2 nutyx-extra-509a1e859a3040c97eaa3e04b21969046485e493.tar.xz nutyx-extra-509a1e859a3040c97eaa3e04b21969046485e493.zip |
yawp, nettoyage du port
Diffstat (limited to 'kde')
-rwxr-xr-x | kde/yawp/Pkgfile | 2 | ||||
-rw-r--r-- | kde/yawp/yawp-0.3.2-gcc-01.patch | 31 |
2 files changed, 1 insertions, 32 deletions
diff --git a/kde/yawp/Pkgfile b/kde/yawp/Pkgfile index d8d7e1cf6..415e24b6f 100755 --- a/kde/yawp/Pkgfile +++ b/kde/yawp/Pkgfile @@ -8,7 +8,7 @@ name=yawp version=0.3.2 release=2 source=(http://downloads.sourceforge.net/yawp/yawp-$version.tar.bz2\ - yawp-0.3.2-gcc-01.patch) + http://nutyx.meticul.eu/files/patchs/$name/$name-$version-gcc-01.patch) build() { cd $name-$version diff --git a/kde/yawp/yawp-0.3.2-gcc-01.patch b/kde/yawp/yawp-0.3.2-gcc-01.patch deleted file mode 100644 index cc72ebce6..000000000 --- a/kde/yawp/yawp-0.3.2-gcc-01.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- yawp-0.3.2/applet/countrymap.cpp 2009-12-06 21:08:29.000000000 +0100 -+++ yawp-0.3.2.new/applet/countrymap.cpp 2010-05-07 18:11:21.000000000 +0200 -@@ -47,7 +47,7 @@ - const QString CountryMap::sFlagTemplate("l10n/%1/flag.png"); - - --CountryMap::CountryMap * -+CountryMap * - CountryMap::instance() - { - QMutexLocker locker( &singeltonMutex ); -@@ -210,7 +210,7 @@ - - /******************************************************************************/ - --UsStatesMap::UsStatesMap * -+UsStatesMap * - UsStatesMap::instance() - { - QMutexLocker locker( &singeltonMutex ); ---- yawp-0.3.2/applet/ionlistmodel.cpp 2009-12-06 21:08:29.000000000 +0100 -+++ yawp-0.3.2.new/applet/ionlistmodel.cpp 2010-05-07 18:12:09.000000000 +0200 -@@ -45,7 +45,7 @@ - return bReturnVal; - } - --IonListModel::IonListModel * -+IonListModel * - IonListModel::instance() - { - QMutexLocker locker( &m_singeltonMutex ); |