diff --git a/trunk/dports/kde/kde4-runtime/Portfile b/trunk/dports/kde/kde4-runtime/Portfile
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup kde4 1.1 |
6 | 6 | |
| 7 | fetch.type git |
| 8 | git.url git://anongit.kde.org/kde-runtime |
| 9 | git.branch e08a9f70 |
| 10 | |
7 | 11 | name kde4-runtime |
8 | | version 4.14.3 |
| 12 | set vupstream 14.12.2 |
| 13 | version 4.${vupstream}.20150225 |
| 14 | worksrcdir ${name}-${vupstream} |
| 15 | distname ${worksrcdir} |
9 | 16 | categories kde kde4 |
10 | 17 | maintainers nicos |
11 | 18 | license GPL-2+ LGPL-2.1+ |
… |
… |
|
16 | 23 | homepage http://www.kde.org |
17 | 24 | master_sites kde:stable/${version}/src/ |
18 | 25 | use_xz yes |
19 | | distname kde-runtime-${version} |
| 26 | #distname kde-runtime-${version} |
20 | 27 | |
21 | | checksums rmd160 dcbc8624066d83cc8dca85d5ceeb5b4cc327a8fa \ |
22 | | sha256 78a74e519b4e897ffcee14be98eebd7b672ad2bb6e71a4aa2fe77682b5bc8605 |
| 28 | #checksums rmd160 9e5c16749b275c191e6efc4a61e070b8e8c48442 \ |
| 29 | # sha256 b43e1aebd7e9dd13677f2205bb6eef7ee02a7085ae9fd34a39bad55d5df56fe7 |
23 | 30 | |
24 | 31 | #Binaries do not link directly to openssl, nor use the ssl backend of kdelibs4, |
25 | 32 | #nor links to libkimap or libmailtransport from kdepimlibs4 |
26 | 33 | license_noconflict openssl |
27 | 34 | |
28 | | #kwalletd: Fully removing X11 only function to prevent automoc to include it |
29 | | #DrKonqi: Fix issues with Dr Konqi during bug reporting on OSX (see https://git.reviewboard.kde.org/r/119498/) |
30 | | patchfiles patch-kwalletd.diff |
| 35 | patchfiles patch-support-for-lldb.diff \ |
| 36 | patch-make-kioexec-agent.diff \ |
| 37 | patch-phonon-cmakelists.diff |
31 | 38 | |
32 | 39 | #Blacklist gcc42 and llvm-gcc-42 (does not build with gcc, ticket #37574) |
33 | 40 | compiler.blacklist gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 macports-llvm-gcc-4.2 |
… |
… |
|
47 | 54 | port:raptor2 \ |
48 | 55 | port:webp \ |
49 | 56 | port:bison \ |
| 57 | port:samba3 \ |
50 | 58 | port:shared-mime-info \ |
51 | 59 | port:gpgme port:attica \ |
52 | 60 | port:libgcrypt port:openexr \ |
… |
… |
|
60 | 68 | #automatically deactivated if not available (ticket #41773) |
61 | 69 | depends_skip_archcheck virtuoso |
62 | 70 | |
63 | | configure.args-append -DWITH_PulseAudio=OFF \ |
64 | | -DXINE_INCLUDE_DIR=\"\" \ |
| 71 | configure.args-append -DXINE_INCLUDE_DIR=\"\" \ |
65 | 72 | -DXINE_LIBRARY=\"\" \ |
66 | 73 | -DWITH_ALSA=OFF \ |
67 | 74 | -DWITH_QZeitgeist=OFF \ |
68 | 75 | -DWITH_QNtrack=OFF \ |
69 | | -DWITH_Samba=OFF \ |
70 | | -DKDEBASE_DISABLE_MULTIMEDIA=ON |
| 76 | -DWITH_Samba=ON \ |
| 77 | -DKDEBASE_DISABLE_MULTIMEDIA=OFF \ |
| 78 | -DKDERUNTIME_BUILD_NEPOMUK=ON |
71 | 79 | |
72 | 80 | variant xine description "Enable xine support" { |
73 | 81 | # Unsupported. Don't report bugs, unless it comes with a patch :-) |
… |
… |
|
80 | 88 | universal_variant no |
81 | 89 | } |
82 | 90 | |
| 91 | configure.args-delete -DCMAKE_BUILD_TYPE=Release |
| 92 | configure.args-append -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_STRIP:FILEPATH=/bin/echo |
| 93 | |
83 | 94 | post-destroot { |
84 | 95 | # Remove this file as it conflicts with hicolor-icon-theme |
85 | 96 | file delete ${destroot}${prefix}/share/icons/hicolor/index.theme |
… |
… |
|
87 | 98 | file delete ${destroot}${prefix}/include/nepomuk/resourcewatcher.h |
88 | 99 | } |
89 | 100 | |
90 | | livecheck.url http://kde.mirrors.hoobly.com/stable/ |
91 | | livecheck.regex (\\d+(\\.\\d+)+) |
| 101 | #livecheck.url http://kde.mirrors.hoobly.com/stable/ |
| 102 | #livecheck.regex (\\d+(\\.\\d+)+) |
diff --git a/trunk/dports/kde/kde4-runtime/files/patch-kwalletd.diff b/trunk/dports/kde/kde4-runtime/files/patch-kwalletd.diff
deleted file mode 10644
+
|
-
|
|
1 | | --- kwalletd/kwalletd.h.orig 2013-10-04 23:16:16.000000000 +0900 |
2 | | +++ kwalletd/kwalletd.h 2013-10-04 23:16:26.000000000 +0900 |
3 | | @@ -183,9 +183,6 @@ |
4 | | void notifyFailures(); |
5 | | void processTransactions(); |
6 | | void activatePasswordDialog(); |
7 | | -#ifdef Q_WS_X11 |
8 | | - void connectToScreenSaver(); |
9 | | -#endif |
10 | | |
11 | | private: |
12 | | // Internal - open a wallet |