diff options
Diffstat (limited to 'kde/yawp')
-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 ); |