Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37835947
en ru br
Репозитории ALT
5.1: 3.5.10-alt4
4.1: 3.5.10-alt2.M41.1
4.0: 3.5.9-alt0.M40.1
3.0: 3.4.1-alt4
+backports:3.5.6-alt2.0.M30
www.altlinux.org/Changes

Группа :: Графические оболочки/KDE
Пакет: kdenetwork

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: kopete-3.5.5-alt-fix-complie.patch
Скачать


--- kdenetwork-3.5.5/kopete/plugins/motionautoaway/motionawayconfig.kcfg~	2005-09-10 12:20:15 +0400
+++ kdenetwork-3.5.5/kopete/plugins/motionautoaway/motionawayconfig.kcfg	2006-10-20 15:35:51 +0400
@@ -19,7 +19,6 @@
    <label>Become away after this many minutes of inactivity</label>
    <whatsthis>This setting affects how fast the plugin switches to away status. Once the plugin detects no motion, it will wait this amount of minutes before switching to away status.</whatsthis>
    <default>1</default>
-   <min>0</min>
   </entry>
  </group>
 </kcfg>
--- kdenetwork-3.5.5/kopete/plugins/motionautoaway/motionawayplugin.cpp~	2005-09-10 12:20:15 +0400
+++ kdenetwork-3.5.5/kopete/plugins/motionautoaway/motionawayplugin.cpp	2006-10-20 15:52:14 +0400
@@ -52,6 +52,10 @@
  * This is caused by the !defined(__STRICT_ANSI__) check in
  * /usr/include/asm/types.h
  */
+#if defined(__STRICT_ANSI__)
+#undef __STRICT_ANSI__ 
+#endif
+#if 0
 #if !defined(__u64) && defined(__GNUC__)
 #if SIZEOF_UNSIGNED_LONG >= 8
 typedef unsigned long __u64;
@@ -67,6 +71,7 @@ typedef signed long __s64;
 typedef __signed__ long long __s64;
 #endif
 #endif
+#endif
 /*
  * End hack
  */
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin