Ticket #10933: kde354_2.patch
File kde354_2.patch, 194.2 KB (added by takanori@…, 18 years ago) |
---|
-
kdegraphics3/files/InstallScript.sh
1 1 #!/bin/sh -e 2 2 3 export PREFIX="%p" 3 export PREFIX="%p" USE_UNSERMAKE=1 4 4 . ./environment-helper.sh 5 5 6 #darwinports 7 export UNSERMAKE="no" 6 ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d 8 7 9 ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d10 11 8 mkdir -p %i/share/doc/installed-packages 12 9 touch %i/share/doc/installed-packages/%N 13 10 touch %i/share/doc/installed-packages/%N-base -
kdegraphics3/files/kdegraphics3.patch
1 --- kdegraphics-3.5.0/kcoloredit/Makefile.am 2005-09-10 04:18:59.000000000 -0400 2 +++ kdegraphics-3.5.0-new/kcoloredit/Makefile.am 2005-11-22 13:52:45.000000000 -0500 1 2 --- kdegraphics-3.5.4/kcoloredit/Makefile.am 2006-07-22 04:10:29.000000000 -0400 3 +++ kdegraphics-3.5.4-new/kcoloredit/Makefile.am 2006-07-31 01:04:48.000000000 -0400 3 4 @@ -1,21 +1,24 @@ 4 5 INCLUDES = $(all_includes) 5 6 … … 8 9 texteditselection.cpp gradientselection.cpp colorselector.cpp \ 9 10 kxycolorselector.cpp paletteview.cpp paletteviewscrolledarea.cpp \ 10 11 editablestreamhistory.cpp color.cpp palette.cpp loadpalettedlg.cpp \ 11 kcoloreditview.cpp kcoloreditdoc.cpp kcoloredit.cpp main.cpp 12 kcoloreditview.cpp kcoloreditdoc.cpp kcoloredit.cpp main.cpp 12 13 -kcoloredit_METASOURCES = AUTO 13 14 -kcoloredit_LDADD = $(LIB_KDEUI) $(LIB_KFILE) 14 15 -kcoloredit_LDFLAGS = $(all_libraries) $(KDE_RPATH) 15 16 +kcoloredit_la_METASOURCES = AUTO 16 17 +kcoloredit_la_LIBADD = $(LIB_KDEUI) $(LIB_KFILE) 17 +kcoloredit_la_LDFLAGS = $(all_libraries) $(KDE_ PLUGIN) -module18 +kcoloredit_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(KDE_PLUGIN) 18 19 19 20 rcdir = $(kde_datadir)/kcoloredit 20 21 rc_DATA = kcoloreditui.rc … … 24 25 -kcolorchooser_LDADD = $(LIB_KDEUI) 25 26 -kcolorchooser_LDFLAGS = $(all_libraries) $(KDE_RPATH) 26 27 +bin_PROGRAMS = 27 +lib_LTLIBRARIES = 28 +lib_LTLIBRARIES = 28 29 +kdeinit_LTLIBRARIES = kcoloredit.la kcolorchooser.la 29 30 + 30 31 +kcolorchooser_la_SOURCES = kcolorchooser.cpp 31 32 +kcolorchooser_la_LIBADD = $(LIB_KDEUI) 32 +kcolorchooser_la_LDFLAGS = $(all_libraries) $(KDE_ PLUGIN) -module33 +kcolorchooser_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(KDE_PLUGIN) 33 34 34 35 noinst_HEADERS = color.h colorselector.h editablestreamhistory.h \ 35 36 gradientselection.h imageselection.h kcoloredit.h kcoloreditdoc.h \ 36 --- kdegraphics-3.5. 0/kcoloredit/kcolorchooser.cpp 2005-09-10 04:18:59.000000000 -040037 +++ kdegraphics-3.5. 0-new/kcoloredit/kcolorchooser.cpp 2005-11-22 13:52:45.000000000 -050037 --- kdegraphics-3.5.4/kcoloredit/kcolorchooser.cpp 2005-09-10 04:18:59.000000000 -0400 38 +++ kdegraphics-3.5.4-new/kcoloredit/kcolorchooser.cpp 2006-07-31 01:03:32.000000000 -0400 38 39 @@ -41,7 +41,7 @@ 39 40 KCmdLineLastOption 40 41 }; … … 44 45 { 45 46 KLocale::setMainCatalogue("kdelibs"); 46 47 KAboutData aboutData( "kcolorchooser", I18N_NOOP("KColorChooser"), 47 --- kdegraphics-3.5. 0/kcoloredit/main.cpp 2005-09-10 04:18:59.000000000 -040048 +++ kdegraphics-3.5. 0-new/kcoloredit/main.cpp 2005-11-22 13:52:45.000000000 -050048 --- kdegraphics-3.5.4/kcoloredit/main.cpp 2005-09-10 04:18:59.000000000 -0400 49 +++ kdegraphics-3.5.4-new/kcoloredit/main.cpp 2006-07-31 01:03:32.000000000 -0400 49 50 @@ -34,7 +34,7 @@ 50 51 // INSERT YOUR COMMANDLINE OPTIONS HERE 51 52 }; … … 55 56 { 56 57 57 58 KAboutData aboutData( "kcoloredit", I18N_NOOP("KColorEdit"), 58 --- kdegraphics-3.5. 0/kdvi/Makefile.am 2005-09-10 04:18:58.000000000 -040059 +++ kdegraphics-3.5. 0-new/kdvi/Makefile.am 2005-11-22 13:52:45.000000000 -050059 --- kdegraphics-3.5.4/kdvi/Makefile.am 2005-09-10 04:18:58.000000000 -0400 60 +++ kdegraphics-3.5.4-new/kdvi/Makefile.am 2006-07-31 01:03:32.000000000 -0400 60 61 @@ -1,11 +1,13 @@ 61 62 # set the include path for X, qt and KDE 62 63 INCLUDES= -I$(top_srcdir)/kviewshell \ … … 86 87 87 88 ## this option you can leave out. Just, if you use "make dist", you need it 88 89 noinst_HEADERS = dvi.h dviRenderer.h xdvi.h 89 --- kdegraphics-3.5. 0/kdvi/main.cpp 2005-11-08 17:25:52.000000000 -050090 +++ kdegraphics-3.5. 0-new/kdvi/main.cpp 2005-11-22 13:52:46.000000000 -050090 --- kdegraphics-3.5.4/kdvi/main.cpp 2005-11-08 17:25:52.000000000 -0500 91 +++ kdegraphics-3.5.4-new/kdvi/main.cpp 2006-07-31 01:03:32.000000000 -0400 91 92 @@ -29,7 +29,7 @@ 92 93 static const char description[] = I18N_NOOP("A previewer for Device Independent files (DVI files) produced by the TeX typesetting system."); 93 94 … … 97 98 { 98 99 KAboutData about ("kdvi", I18N_NOOP("KDVI"), "1.4", 99 100 description, KAboutData::License_GPL, 100 --- kdegraphics-3.5. 0/kfax/Makefile.am 2005-10-10 10:56:54.000000000 -0400101 +++ kdegraphics-3.5. 0-new/kfax/Makefile.am 2005-11-22 13:52:46.000000000 -0500101 --- kdegraphics-3.5.4/kfax/Makefile.am 2005-10-10 10:56:54.000000000 -0400 102 +++ kdegraphics-3.5.4-new/kfax/Makefile.am 2006-07-31 01:03:32.000000000 -0400 102 103 @@ -1,16 +1,18 @@ 103 104 -AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) 104 105 -LDADD = $(LIB_KFILE) $(LIB_KDEPRINT) -lm … … 122 123 123 124 xdg_apps_DATA = kfax.desktop 124 125 125 --- kdegraphics-3.5. 0/kfax/kfax.cpp 2005-10-10 10:56:54.000000000 -0400126 +++ kdegraphics-3.5. 0-new/kfax/kfax.cpp 2005-11-22 13:52:46.000000000 -0500127 @@ -16 82,7 +1682,7 @@126 --- kdegraphics-3.5.4/kfax/kfax.cpp 2006-07-22 04:10:31.000000000 -0400 127 +++ kdegraphics-3.5.4-new/kfax/kfax.cpp 2006-07-31 01:03:32.000000000 -0400 128 @@ -1646,7 +1646,7 @@ 128 129 KCmdLineLastOption 129 130 }; 130 131 … … 133 134 { 134 135 KAboutData aboutData( "kfax", I18N_NOOP("KFax"), 135 136 KFAXVERSION, description, KAboutData::License_GPL, 136 --- kdegraphics-3.5.0/kfile-plugins/png/Makefile.am 2005-09-10 04:19:24.000000000 -0400 137 +++ kdegraphics-3.5.0-new/kfile-plugins/png/Makefile.am 2005-11-22 13:52:47.000000000 -0500 137 --- kdegraphics-3.5.4/kfaxview/libkfaximage/Makefile.am 2005-09-10 04:18:44.000000000 -0400 138 +++ kdegraphics-3.5.4-new/kfaxview/libkfaximage/Makefile.am 2006-07-31 01:03:32.000000000 -0400 139 @@ -1,7 +1,7 @@ 140 INCLUDES = -I$(top_srcdir) $(all_includes) 141 142 lib_LTLIBRARIES = libkfaximage.la 143 -libkfaximage_la_LDFLAGS = $(all_libraries) -no-undefined -avoid-version 144 +libkfaximage_la_LDFLAGS = $(all_libraries) -no-undefined 145 libkfaximage_la_LIBADD = $(LIB_KDECORE) 146 libkfaximage_la_SOURCES = kfaximage.cpp faxexpand.cpp faxinit.cpp 147 148 --- kdegraphics-3.5.4/kfile-plugins/png/Makefile.am 2005-09-10 04:19:24.000000000 -0400 149 +++ kdegraphics-3.5.4-new/kfile-plugins/png/Makefile.am 2006-07-31 01:03:32.000000000 -0400 138 150 @@ -10,7 +10,7 @@ 139 151 140 152 kfile_png_la_SOURCES = kfile_png.cpp … … 144 156 145 157 # let automoc handle all of the meta source files (moc) 146 158 METASOURCES = AUTO 147 --- kdegraphics-3.5. 0/kghostview/Makefile.am 2005-09-10 04:19:23.000000000 -0400148 +++ kdegraphics-3.5. 0-new/kghostview/Makefile.am 2005-11-22 13:52:47.000000000 -0500159 --- kdegraphics-3.5.4/kghostview/Makefile.am 2006-05-22 14:05:40.000000000 -0400 160 +++ kdegraphics-3.5.4-new/kghostview/Makefile.am 2006-07-31 01:03:32.000000000 -0400 149 161 @@ -4,7 +4,8 @@ 150 162 151 163 ####### Files … … 169 181 170 182 libdscparse_la_LDFLAGS = $(all_libraries) -no-undefined 171 183 libdscparse_la_LIBADD = $(LIB_QT) 172 --- kdegraphics-3.5. 0/kghostview/main.cpp 2005-10-10 10:56:55.000000000 -0400173 +++ kdegraphics-3.5. 0-new/kghostview/main.cpp 2005-11-22 13:52:47.000000000 -0500184 --- kdegraphics-3.5.4/kghostview/main.cpp 2005-10-10 10:56:55.000000000 -0400 185 +++ kdegraphics-3.5.4-new/kghostview/main.cpp 2006-07-31 01:03:32.000000000 -0400 174 186 @@ -43,7 +43,7 @@ 175 187 KCmdLineLastOption 176 188 }; … … 180 192 { 181 193 KCmdLineArgs::init( argc, argv, KGVPart::createAboutData() ); 182 194 KCmdLineArgs::addCmdLineOptions( options ); 183 --- kdegraphics-3.5. 0/kiconedit/Makefile.am 2005-09-10 04:19:24.000000000 -0400184 +++ kdegraphics-3.5. 0-new/kiconedit/Makefile.am 2005-11-22 13:52:47.000000000 -0500195 --- kdegraphics-3.5.4/kiconedit/Makefile.am 2006-03-17 05:11:23.000000000 -0500 196 +++ kdegraphics-3.5.4-new/kiconedit/Makefile.am 2006-07-31 01:03:32.000000000 -0400 185 197 @@ -1,18 +1,20 @@ 186 198 INCLUDES = $(all_includes) 187 199 SUBDIRS = pics … … 208 220 209 221 DISTCLEANFILES = *~ .deps/* .libs/* 210 222 211 --- kdegraphics-3.5. 0/kiconedit/main.cpp 2005-10-10 10:56:55.000000000 -0400212 +++ kdegraphics-3.5. 0-new/kiconedit/main.cpp 2005-11-22 13:52:47.000000000 -0500223 --- kdegraphics-3.5.4/kiconedit/main.cpp 2005-10-10 10:56:55.000000000 -0400 224 +++ kdegraphics-3.5.4-new/kiconedit/main.cpp 2006-07-31 01:03:32.000000000 -0400 213 225 @@ -40,7 +40,7 @@ 214 226 KCmdLineLastOption 215 227 }; … … 219 231 { 220 232 KAboutData aboutData( "kiconedit", I18N_NOOP("KIconEdit"), 221 233 VERSION, description, KAboutData::License_GPL, 222 --- kdegraphics-3.5. 0/kooka/Makefile.am 2005-09-10 04:19:00.000000000 -0400223 +++ kdegraphics-3.5. 0-new/kooka/Makefile.am 2005-11-22 13:52:47.000000000 -0500234 --- kdegraphics-3.5.4/kooka/Makefile.am 2005-09-10 04:19:00.000000000 -0400 235 +++ kdegraphics-3.5.4-new/kooka/Makefile.am 2006-07-31 01:03:32.000000000 -0400 224 236 @@ -2,10 +2,13 @@ 225 237 226 238 SUBDIRS = pics … … 248 260 249 261 INCLUDES = -I$(top_srcdir)/libkscan $(all_includes) $(LIBSANE_INCLUDES) $(KADMOS_INC) 250 262 251 --- kdegraphics-3.5. 0/kooka/main.cpp 2005-09-10 04:19:00.000000000 -0400252 +++ kdegraphics-3.5. 0-new/kooka/main.cpp 2005-11-22 13:52:47.000000000 -0500263 --- kdegraphics-3.5.4/kooka/main.cpp 2005-09-10 04:19:00.000000000 -0400 264 +++ kdegraphics-3.5.4-new/kooka/main.cpp 2006-07-31 01:03:32.000000000 -0400 253 265 @@ -71,7 +71,7 @@ 254 266 255 267 … … 259 271 { 260 272 KAboutData about("kooka", I18N_NOOP("Kooka"), KOOKA_VERSION, I18N_NOOP(description), 261 273 KAboutData::License_GPL_V2, "(C) 2000 Klaas Freitag", 0, 262 --- kdegraphics-3.5. 0/kpdf/Makefile.am 2005-09-10 04:18:43.000000000 -0400263 +++ kdegraphics-3.5. 0-new/kpdf/Makefile.am 2005-11-22 13:52:47.000000000 -0500274 --- kdegraphics-3.5.4/kpdf/Makefile.am 2005-09-10 04:18:43.000000000 -0400 275 +++ kdegraphics-3.5.4-new/kpdf/Makefile.am 2006-07-31 01:03:32.000000000 -0400 264 276 @@ -1,6 +1,6 @@ 265 277 SUBDIRS = xpdf conf core ui shell 266 278 … … 269 281 270 282 METASOURCES = AUTO 271 283 272 --- kdegraphics-3.5. 0/kpdf/shell/Makefile.am 2005-09-10 04:18:43.000000000 -0400273 +++ kdegraphics-3.5. 0-new/kpdf/shell/Makefile.am 2005-11-22 13:52:47.000000000 -0500284 --- kdegraphics-3.5.4/kpdf/shell/Makefile.am 2005-09-10 04:18:43.000000000 -0400 285 +++ kdegraphics-3.5.4-new/kpdf/shell/Makefile.am 2006-07-31 01:03:32.000000000 -0400 274 286 @@ -1,12 +1,15 @@ 275 287 -INCLUDES = -I$(srcdir)/xpdf -I$(srcdir)/xpdf/goo -I$(top_builddir)/kpdf $(all_includes) $(FREETYPE_CFLAGS) 276 288 +INCLUDES = -I$(srcdir)/xpdf -I$(srcdir)/xpdf/goo -I$(top_builddir)/kpdf $(FREETYPE_CFLAGS) $(FONTCONFIG_CFLAGS) $(all_includes) … … 292 304 293 305 EXTRA_DIST = kpdf.desktop 294 306 xdg_apps_DATA = kpdf.desktop 295 --- kdegraphics-3.5. 0/kpdf/shell/main.cpp 2005-09-10 04:18:43.000000000 -0400296 +++ kdegraphics-3.5. 0-new/kpdf/shell/main.cpp 2005-11-22 13:52:47.000000000 -0500307 --- kdegraphics-3.5.4/kpdf/shell/main.cpp 2006-07-23 10:15:17.000000000 -0400 308 +++ kdegraphics-3.5.4-new/kpdf/shell/main.cpp 2006-07-31 01:03:32.000000000 -0400 297 309 @@ -29,7 +29,7 @@ 298 310 KCmdLineLastOption 299 311 }; … … 303 315 { 304 316 KAboutData about( 305 317 "kpdf", 306 --- kdegraphics-3.5.0/kpdf/xpdf/xpdf/Makefile.am 2005-09-10 04:18:43.000000000 -0400 307 +++ kdegraphics-3.5.0-new/kpdf/xpdf/xpdf/Makefile.am 2005-11-22 13:52:47.000000000 -0500 318 --- kdegraphics-3.5.4/kpdf/xpdf/xpdf/GlobalParams.cc 2005-11-08 17:25:47.000000000 -0500 319 +++ kdegraphics-3.5.4-new/kpdf/xpdf/xpdf/GlobalParams.cc 2006-07-31 01:03:32.000000000 -0400 320 @@ -1315,7 +1315,7 @@ 321 if (type.contains("Italic")) slant=FC_SLANT_ITALIC; 322 if (type.contains("Bold")) weight=FC_WEIGHT_BOLD; 323 if (type.contains("Light")) weight=FC_WEIGHT_LIGHT; 324 - if (type.contains("Condensed")) width=FC_WIDTH_CONDENSED; 325 + // if (type.contains("Condensed")) width=FC_WIDTH_CONDENSED; 326 } 327 328 DisplayFontParam *GlobalParams::getDisplayFont(GString *fontName) { 329 @@ -1329,13 +1329,14 @@ 330 dfp = (DisplayFontParam *)displayFonts->lookup(fontName); 331 // KPDF: try to find font using Xft 332 if (!dfp) { 333 - int weight=FC_WEIGHT_MEDIUM, slant=FC_SLANT_ROMAN, width=FC_WIDTH_NORMAL; 334 + int weight=FC_WEIGHT_MEDIUM, slant=FC_SLANT_ROMAN, width=0; 335 QString name(fontName->getCString()); 336 337 parseStyle(name,weight,slant,width); 338 p = FcPatternBuild(0,FC_FAMILY,FcTypeString, name.ascii(), 339 FC_SLANT, FcTypeInteger, slant, FC_WEIGHT, FcTypeInteger, weight, 340 - FC_WIDTH, FcTypeInteger, width, FC_LANG, FcTypeString, "xx", (char*)0); 341 + // FC_WIDTH, FcTypeInteger, width, FC_LANG, FcTypeString, "xx", (char*)0); 342 + FC_LANG, FcTypeString, "xx", (char*)0); 343 if (!p) goto fin; 344 m = XftFontMatch(qt_xdisplay(),qt_xscreen(),p,&res); 345 if (!m) goto fin; 346 --- kdegraphics-3.5.4/kpdf/xpdf/xpdf/Makefile.am 2006-05-22 14:05:33.000000000 -0400 347 +++ kdegraphics-3.5.4-new/kpdf/xpdf/xpdf/Makefile.am 2006-07-31 01:03:32.000000000 -0400 308 348 @@ -1,7 +1,7 @@ 309 -INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../fofi -I$(srcdir)/../splash -I$(srcdir)/../goo $(all_includes) $(LIBFREETYPE_CFLAGS) $(XFT_CFLAGS) $(X_INCLUDES) $(QT_INCLUDES) 310 +INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../fofi -I$(srcdir)/../splash -I$(srcdir)/../goo $(FREETYPE_CFLAGS) $(FONTCONFIG_CFLAGS) $(all_includes) $(XFT_CFLAGS) $(X_INCLUDES) $(QT_INCLUDES) 349 INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../fofi -I$(srcdir)/../splash -I$(srcdir)/../goo $(LIBFREETYPE_CFLAGS) $(XFT_CFLAGS) $(all_includes) 311 350 312 351 libxpdf_la_LDFLAGS = $(all_libraries) 313 352 -libxpdf_la_LIBADD = $(LIB_X11) $(LIBFREETYPE_LIBS) $(LIBPAPER_LIBS) $(XFT_LIBS) $(LIBJPEG) ../goo/libgoo.la ../fofi/libfofi.la ../splash/libsplash.la 314 +libxpdf_la_LIBADD = $( FREETYPE_LIBS) $(FONTCONFIG_LIBS) $(LIB_X11) $(LIBPAPER_LIBS) $(XFT_LIBS) $(LIBJPEG) ../goo/libgoo.la ../fofi/libfofi.la ../splash/libsplash.la353 +libxpdf_la_LIBADD = $(LIBFREETYPE_LIBS) $(XFT_LIBS) $(LIB_X11) $(LIBPAPER_LIBS) $(LIBJPEG) ../goo/libgoo.la ../fofi/libfofi.la ../splash/libsplash.la 315 354 libxpdf_la_SOURCES = Annot.cc Array.cc BuiltinFont.cc BuiltinFontTables.cc \ 316 355 Catalog.cc CharCodeToUnicode.cc CMap.cc Decrypt.cc Dict.cc DCTStream.cc \ 317 356 FontEncodingTables.cc Function.cc Gfx.cc \ 318 --- kdegraphics-3.5. 0/kpovmodeler/Makefile.am 2005-09-10 04:18:54.000000000 -0400319 +++ kdegraphics-3.5. 0-new/kpovmodeler/Makefile.am 2005-11-22 13:52:47.000000000 -0500357 --- kdegraphics-3.5.4/kpovmodeler/Makefile.am 2005-09-10 04:18:54.000000000 -0400 358 +++ kdegraphics-3.5.4-new/kpovmodeler/Makefile.am 2006-07-31 01:03:32.000000000 -0400 320 359 @@ -224,11 +224,12 @@ 321 360 #### 322 361 # the executable … … 334 373 335 374 dummy.cpp: 336 375 echo > dummy.cpp 337 --- kdegraphics-3.5. 0/kpovmodeler/main.cpp 2005-09-10 04:18:54.000000000 -0400338 +++ kdegraphics-3.5. 0-new/kpovmodeler/main.cpp 2005-11-22 13:52:48.000000000 -0500376 --- kdegraphics-3.5.4/kpovmodeler/main.cpp 2005-09-10 04:18:54.000000000 -0400 377 +++ kdegraphics-3.5.4-new/kpovmodeler/main.cpp 2006-07-31 01:03:32.000000000 -0400 339 378 @@ -35,7 +35,7 @@ 340 379 KCmdLineLastOption 341 380 }; … … 345 384 { 346 385 PMShell* shell = 0; 347 386 348 --- kdegraphics-3.5. 0/kruler/Makefile.am 2005-09-10 04:19:23.000000000 -0400349 +++ kdegraphics-3.5. 0-new/kruler/Makefile.am 2005-11-22 13:52:48.000000000 -0500387 --- kdegraphics-3.5.4/kruler/Makefile.am 2005-09-10 04:19:23.000000000 -0400 388 +++ kdegraphics-3.5.4-new/kruler/Makefile.am 2006-07-31 01:03:32.000000000 -0400 350 389 @@ -2,11 +2,14 @@ 351 390 352 391 INCLUDES= $(all_includes) … … 367 406 368 407 xdg_apps_DATA = kruler.desktop 369 408 370 --- kdegraphics-3.5. 0/kruler/main.cpp 2005-09-10 04:19:23.000000000 -0400371 +++ kdegraphics-3.5. 0-new/kruler/main.cpp 2005-11-22 13:52:48.000000000 -0500409 --- kdegraphics-3.5.4/kruler/main.cpp 2005-09-10 04:19:23.000000000 -0400 410 +++ kdegraphics-3.5.4-new/kruler/main.cpp 2006-07-31 01:03:32.000000000 -0400 372 411 @@ -22,7 +22,7 @@ 373 412 // INSERT YOUR COMMANDLINE OPTIONS HERE 374 413 }; … … 378 417 { 379 418 380 419 381 --- kdegraphics-3.5. 0/ksnapshot/Makefile.am 2005-09-10 04:19:19.000000000 -0400382 +++ kdegraphics-3.5. 0-new/ksnapshot/Makefile.am 2005-11-22 13:53:31.000000000 -0500420 --- kdegraphics-3.5.4/ksnapshot/Makefile.am 2005-09-10 04:19:19.000000000 -0400 421 +++ kdegraphics-3.5.4-new/ksnapshot/Makefile.am 2006-07-31 01:03:32.000000000 -0400 383 422 @@ -1,14 +1,16 @@ 384 423 -bin_PROGRAMS= ksnapshot 385 424 +bin_PROGRAMS= … … 402 441 403 442 xdg_apps_DATA = ksnapshot.desktop 404 443 405 --- kdegraphics-3.5. 0/ksnapshot/main.cpp 2005-10-10 10:56:53.000000000 -0400406 +++ kdegraphics-3.5. 0-new/ksnapshot/main.cpp 2005-11-22 13:52:48.000000000 -0500444 --- kdegraphics-3.5.4/ksnapshot/main.cpp 2005-10-10 10:56:53.000000000 -0400 445 +++ kdegraphics-3.5.4-new/ksnapshot/main.cpp 2006-07-31 01:03:32.000000000 -0400 407 446 @@ -40,7 +40,7 @@ 408 447 { 0, 0, 0 } 409 448 }; … … 413 452 { 414 453 KAboutData aboutData( "ksnapshot", I18N_NOOP("KSnapshot"), 415 454 KSNAPVERSION, description, KAboutData::License_GPL, 416 --- kdegraphics-3.5. 0/ksvg/Makefile.am 2005-09-10 04:19:19.000000000 -0400417 +++ kdegraphics-3.5. 0-new/ksvg/Makefile.am 2005-11-22 13:52:48.000000000 -0500455 --- kdegraphics-3.5.4/ksvg/Makefile.am 2005-09-10 04:19:19.000000000 -0400 456 +++ kdegraphics-3.5.4-new/ksvg/Makefile.am 2006-07-31 01:03:32.000000000 -0400 418 457 @@ -4,9 +4,9 @@ 419 458 libksvg_la_SOURCES = dummy.cc 420 459 libksvg_la_METASOURCES = AUTO … … 427 466 428 467 INCLUDES = -I$(top_srcdir)/ksvg/dom -I$(top_srcdir)/ksvg/impl $(all_includes) 429 468 430 --- kdegraphics-3.5. 0/ksvg/impl/libs/libtext2path/src/Makefile.am 2005-09-10 04:19:14.000000000 -0400431 +++ kdegraphics-3.5. 0-new/ksvg/impl/libs/libtext2path/src/Makefile.am 2005-11-22 13:52:48.000000000 -0500469 --- kdegraphics-3.5.4/ksvg/impl/libs/libtext2path/src/Makefile.am 2005-09-10 04:19:14.000000000 -0400 470 +++ kdegraphics-3.5.4-new/ksvg/impl/libs/libtext2path/src/Makefile.am 2006-07-31 01:03:32.000000000 -0400 432 471 @@ -1,10 +1,10 @@ 433 472 lib_LTLIBRARIES = libtext2path.la 434 473 … … 442 481 libtext2path_la_SOURCES = Affine.cpp Rectangle.cpp Font.cpp Glyph.cpp GlyphTracer.cpp Converter.cpp QtUnicode.cpp 443 482 -libtext2path_la_LDFLAGS = $(FRIBIDI_LIBS) $(FONTCONFIG_LIBS) 444 483 +libtext2path_la_LDFLAGS = $(FREETYPE_LIBS) $(FONTCONFIG_LIBS) $(FRIBIDI_LIBS) 445 --- kdegraphics-3.5. 0/ksvg/plugin/backends/agg/Makefile.am 2005-09-10 04:19:12.000000000 -0400446 +++ kdegraphics-3.5. 0-new/ksvg/plugin/backends/agg/Makefile.am 2005-11-22 13:52:48.000000000 -0500484 --- kdegraphics-3.5.4/ksvg/plugin/backends/agg/Makefile.am 2005-09-10 04:19:12.000000000 -0400 485 +++ kdegraphics-3.5.4-new/ksvg/plugin/backends/agg/Makefile.am 2006-07-31 01:03:33.000000000 -0400 447 486 @@ -12,4 +12,4 @@ 448 487 kde_services_DATA = ksvgaggcanvas.desktop 449 488 450 489 KDE_CXXFLAGS = $(USE_EXCEPTIONS) 451 490 -INCLUDES = $(KDE_INCLUDES) $(AGG_CFLAGS) $(FREETYPE_CFLAGS) $(FONTCONFIG_CFLAGS) -I$(top_srcdir)/ksvg/dom -I$(top_srcdir)/ksvg/impl -I$(top_srcdir)/ksvg/ecma -I$(top_srcdir)/ksvg/core -I$(top_srcdir)/ksvg/impl/libs/art_support -I$(top_srcdir)/ksvg/impl/libs/libtext2path/src $(all_includes) 452 491 +INCLUDES = $(FREETYPE_CFLAGS) $(FONTCONFIG_CFLAGS) $(KDE_INCLUDES) $(AGG_CFLAGS) -I$(top_srcdir)/ksvg/dom -I$(top_srcdir)/ksvg/impl -I$(top_srcdir)/ksvg/ecma -I$(top_srcdir)/ksvg/core -I$(top_srcdir)/ksvg/impl/libs/art_support -I$(top_srcdir)/ksvg/impl/libs/libtext2path/src $(all_includes) 453 --- kdegraphics-3.5. 0/ksvg/plugin/backends/libart/Makefile.am 2005-09-10 04:19:11.000000000 -0400454 +++ kdegraphics-3.5. 0-new/ksvg/plugin/backends/libart/Makefile.am 2005-11-22 13:52:48.000000000 -0500492 --- kdegraphics-3.5.4/ksvg/plugin/backends/libart/Makefile.am 2005-09-10 04:19:11.000000000 -0400 493 +++ kdegraphics-3.5.4-new/ksvg/plugin/backends/libart/Makefile.am 2006-07-31 01:03:33.000000000 -0400 455 494 @@ -8,4 +8,4 @@ 456 495 kde_services_DATA = ksvglibartcanvas.desktop 457 496 458 497 KDE_CXXFLAGS = $(USE_EXCEPTIONS) 459 498 -INCLUDES = $(LIBART_CFLAGS) $(FREETYPE_CFLAGS) $(FONTCONFIG_CFLAGS) -I$(top_srcdir)/ksvg/dom -I$(top_srcdir)/ksvg/impl -I$(top_srcdir)/ksvg/ecma -I$(top_srcdir)/ksvg/core -I$(top_srcdir)/ksvg/impl/libs/art_support -I$(top_srcdir)/ksvg/impl/libs/libtext2path/src $(KDE_INCLUDES) $(all_includes) 460 499 +INCLUDES = $(FREETYPE_CFLAGS) $(LIBART_CFLAGS) $(FONTCONFIG_CFLAGS) -I$(top_srcdir)/ksvg/dom -I$(top_srcdir)/ksvg/impl -I$(top_srcdir)/ksvg/ecma -I$(top_srcdir)/ksvg/core -I$(top_srcdir)/ksvg/impl/libs/art_support -I$(top_srcdir)/ksvg/impl/libs/libtext2path/src $(KDE_INCLUDES) $(all_includes) 461 --- kdegraphics-3.5. 0/ksvg/test/external/Makefile.am 2005-09-10 04:19:09.000000000 -0400462 +++ kdegraphics-3.5. 0-new/ksvg/test/external/Makefile.am 2005-11-22 13:52:48.000000000 -0500500 --- kdegraphics-3.5.4/ksvg/test/external/Makefile.am 2005-09-10 04:19:09.000000000 -0400 501 +++ kdegraphics-3.5.4-new/ksvg/test/external/Makefile.am 2006-07-31 01:03:33.000000000 -0400 463 502 @@ -1,13 +1,16 @@ 464 503 INCLUDES = $(FREETYPE_CFLAGS) -I$(top_srcdir)/ksvg -I$(top_srcdir)/ksvg/dom -I$(top_srcdir)/ksvg/impl -I$(top_srcdir)/ksvg/ecma -I$(top_srcdir)/ksvg/core -I$(top_srcdir)/ksvg/impl/libs/libtext2path/src $(all_includes) 465 504 +LDFLAGS = $(FREETYPE_LDFLAGS) … … 484 523 +printnodetest_la_SOURCES = printnodetest.cpp 485 524 +printnodetest_la_LIBADD = $(LIB_KDECORE) ../../libksvg.la 486 525 +printnodetest_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -module 487 --- kdegraphics-3.5. 0/ksvg/test/external/printnodetest.cpp 2005-10-10 10:56:46.000000000 -0400488 +++ kdegraphics-3.5. 0-new/ksvg/test/external/printnodetest.cpp 2005-11-22 13:52:48.000000000 -0500526 --- kdegraphics-3.5.4/ksvg/test/external/printnodetest.cpp 2005-10-10 10:56:46.000000000 -0400 527 +++ kdegraphics-3.5.4-new/ksvg/test/external/printnodetest.cpp 2006-07-31 01:03:33.000000000 -0400 489 528 @@ -44,7 +44,7 @@ 490 529 exit(0); 491 530 } … … 495 534 { 496 535 KAboutData *about = new KAboutData("KSVG printNode test app", I18N_NOOP("KSVG test"), "0.1", I18N_NOOP("KSVG printNode test app")); 497 536 KCmdLineArgs::init(argc, argv, about); 498 --- kdegraphics-3.5. 0/ksvg/test/external/svgdisplay.cc 2005-09-10 04:19:09.000000000 -0400499 +++ kdegraphics-3.5. 0-new/ksvg/test/external/svgdisplay.cc 2005-11-22 13:52:48.000000000 -0500537 --- kdegraphics-3.5.4/ksvg/test/external/svgdisplay.cc 2005-09-10 04:19:09.000000000 -0400 538 +++ kdegraphics-3.5.4-new/ksvg/test/external/svgdisplay.cc 2006-07-31 01:03:33.000000000 -0400 500 539 @@ -10,7 +10,7 @@ 501 540 KCmdLineLastOption 502 541 }; … … 506 545 { 507 546 508 547 KAboutData *about = new KAboutData( "KSVG test app", I18N_NOOP("KSVG test"), "0.1", I18N_NOOP("KSVG standalone test app") ); 509 --- kdegraphics-3.5. 0/kviewshell/Makefile.am 2005-09-10 04:19:21.000000000 -0400510 +++ kdegraphics-3.5. 0-new/kviewshell/Makefile.am 2005-11-22 13:52:48.000000000 -0500548 --- kdegraphics-3.5.4/kviewshell/Makefile.am 2005-09-10 04:19:21.000000000 -0400 549 +++ kdegraphics-3.5.4-new/kviewshell/Makefile.am 2006-07-31 01:03:33.000000000 -0400 511 550 @@ -5,8 +5,9 @@ 512 551 513 552 ####### Files … … 532 571 533 572 kviewshellinclude_HEADERS = anchor.h bookmark.h pageView.h documentPageCache.h documentRenderer.h documentWidget.h \ 534 573 history.h hyperlink.h kmultipage.h length.h pageNumber.h pageSize.h renderedDocumentPage.h renderedDocumentPagePixmap.h \ 535 --- kdegraphics-3.5. 0/kviewshell/main.cpp 2005-11-08 17:25:45.000000000 -0500536 +++ kdegraphics-3.5. 0-new/kviewshell/main.cpp 2005-11-22 13:52:48.000000000 -0500574 --- kdegraphics-3.5.4/kviewshell/main.cpp 2005-11-08 17:25:45.000000000 -0500 575 +++ kdegraphics-3.5.4-new/kviewshell/main.cpp 2006-07-31 01:03:33.000000000 -0400 537 576 @@ -32,7 +32,7 @@ 538 577 static const char description[] = I18N_NOOP("Generic framework for viewer applications"); 539 578 … … 543 582 { 544 583 KAboutData about ("kviewshell", I18N_NOOP("KViewShell"), "0.6", 545 584 description, KAboutData::License_GPL, 546 --- kdegraphics-3.5.0/libkscan/img_canvas.cpp 2005-10-10 10:56:40.000000000 -0400 547 +++ kdegraphics-3.5.0-new/libkscan/img_canvas.cpp 2005-11-22 13:52:48.000000000 -0500 548 @@ -700,7 +700,7 @@ 585 --- kdegraphics-3.5.4/kviewshell/plugins/djvu/libdjvu/Makefile.am 2005-11-08 17:25:45.000000000 -0500 586 +++ kdegraphics-3.5.4-new/kviewshell/plugins/djvu/libdjvu/Makefile.am 2006-07-31 01:03:33.000000000 -0400 587 @@ -1,7 +1,7 @@ 588 INCLUDES = -I$(top_srcdir) $(all_includes) 589 590 -kde_module_LTLIBRARIES = libdjvu.la 591 -libdjvu_la_LDFLAGS = -avoid-version $(all_libraries) 592 +lib_LTLIBRARIES = libdjvu.la 593 +libdjvu_la_LDFLAGS = $(all_libraries) 594 libdjvu_la_LIBADD = $(LIBJPEG) 595 libdjvu_la_SOURCES = Arrays.cpp DjVuDocEditor.cpp DjVuMessageLite.cpp GOS.cpp IW44Image.cpp \ 596 BSByteStream.cpp DjVuDocument.cpp DjVuNavDir.cpp GPixmap.cpp JB2EncodeCodec.cpp \ 597 --- kdegraphics-3.5.4/libkscan/img_canvas.cpp 2006-05-22 14:05:37.000000000 -0400 598 +++ kdegraphics-3.5.4-new/libkscan/img_canvas.cpp 2006-07-31 01:03:33.000000000 -0400 599 @@ -701,7 +701,7 @@ 549 600 double(image->width()); 550 601 kdDebug(29000) << "FIT WIDTH scrollbar to substract: " << sbWidth << endl; 551 602 } … … 554 605 break; 555 606 case FIT_HEIGHT: 556 607 used_yscaler = used_xscaler = double(noSBSize.height())/double(image->height()); 557 @@ -71 5,12 +715,12 @@608 @@ -716,12 +716,12 @@ 558 609 kdDebug(29000) << "FIT HEIGHT scrollbar to substract: " << sbWidth << endl; 559 610 // scale = int(100.0*(noSBSize.height() -sbWidth) / image->height()); 560 611 } … … 569 620 break; 570 621 default: 571 622 break; 572 --- kdegraphics-3.5.0/kviewshell/plugins/djvu/libdjvu/Makefile.am 2005-11-08 17:25:45.000000000 -0500573 +++ kdegraphics-3.5.0-new/kviewshell/plugins/djvu/libdjvu/Makefile.am 2005-11-26 10:47:53.000000000 -0500574 @@ -1,7 +1,7 @@575 INCLUDES = -I$(top_srcdir) $(all_includes)576 577 -kde_module_LTLIBRARIES = libdjvu.la578 -libdjvu_la_LDFLAGS = -avoid-version $(all_libraries)579 +lib_LTLIBRARIES = libdjvu.la580 +libdjvu_la_LDFLAGS = $(all_libraries)581 libdjvu_la_LIBADD = $(LIBJPEG)582 libdjvu_la_SOURCES = Arrays.cpp DjVuDocEditor.cpp DjVuMessageLite.cpp GOS.cpp IW44Image.cpp \583 BSByteStream.cpp DjVuDocument.cpp DjVuNavDir.cpp GPixmap.cpp JB2EncodeCodec.cpp \584 --- kdegraphics-3.5.0/kfaxview/libkfaximage/Makefile.am 2005-09-10 04:18:44.000000000 -0400585 +++ kdegraphics-3.5.0-new/kfaxview/libkfaximage/Makefile.am 2005-11-27 10:55:12.000000000 -0500586 @@ -1,7 +1,7 @@587 INCLUDES = -I$(top_srcdir) $(all_includes)588 589 lib_LTLIBRARIES = libkfaximage.la590 -libkfaximage_la_LDFLAGS = $(all_libraries) -no-undefined -avoid-version591 +libkfaximage_la_LDFLAGS = $(all_libraries) -no-undefined592 libkfaximage_la_LIBADD = $(LIB_KDECORE)593 libkfaximage_la_SOURCES = kfaximage.cpp faxexpand.cpp faxinit.cpp594 595 --- kdegraphics-3.5.0/kpdf/xpdf/xpdf/GlobalParams.cc Tue Nov 8 17:25:47 2005596 +++ kdegraphics-3.5.0-new/kpdf/xpdf/xpdf/GlobalParams.cc Sat Jan 14 16:23:46 2006597 @@ -1315,7 +1315,7 @@598 if (type.contains("Italic")) slant=FC_SLANT_ITALIC;599 if (type.contains("Bold")) weight=FC_WEIGHT_BOLD;600 if (type.contains("Light")) weight=FC_WEIGHT_LIGHT;601 - if (type.contains("Condensed")) width=FC_WIDTH_CONDENSED;602 + // if (type.contains("Condensed")) width=FC_WIDTH_CONDENSED;603 }604 605 DisplayFontParam *GlobalParams::getDisplayFont(GString *fontName) {606 @@ -1329,13 +1329,14 @@607 dfp = (DisplayFontParam *)displayFonts->lookup(fontName);608 // KPDF: try to find font using Xft609 if (!dfp) {610 - int weight=FC_WEIGHT_MEDIUM, slant=FC_SLANT_ROMAN, width=FC_WIDTH_NORMAL;611 + int weight=FC_WEIGHT_MEDIUM, slant=FC_SLANT_ROMAN, width=0;612 QString name(fontName->getCString());613 614 parseStyle(name,weight,slant,width);615 p = FcPatternBuild(0,FC_FAMILY,FcTypeString, name.ascii(),616 FC_SLANT, FcTypeInteger, slant, FC_WEIGHT, FcTypeInteger, weight,617 - FC_WIDTH, FcTypeInteger, width, FC_LANG, FcTypeString, "xx", (char*)0);618 + // FC_WIDTH, FcTypeInteger, width, FC_LANG, FcTypeString, "xx", (char*)0);619 + FC_LANG, FcTypeString, "xx", (char*)0);620 if (!p) goto fin;621 m = XftFontMatch(qt_xdisplay(),qt_xscreen(),p,&res);622 if (!m) goto fin;623 --- kdegraphics-3.5.1/kpdf/part.cpp 2006-01-19 11:38:22.000000000 -0500624 +++ kdegraphics-3.5.1-new/kpdf/part.cpp 2006-01-24 16:57:42.000000000 -0500625 @@ -697,6 +697,11 @@626 KURL saveURL = KFileDialog::getSaveURL( url().isLocalFile() ? url().url() : url().fileName(), QString::null, widget() );627 if ( saveURL.isValid() && !saveURL.isEmpty() )628 {629 + if (saveURL == url())630 + {631 + KMessageBox::information( widget(), i18n("You are trying to overwrite \"%1\" with itself. This is not allowed. Please save it in another location.").arg(saveURL.filename()) );632 + return;633 + }634 if ( KIO::NetAccess::exists( saveURL, false, widget() ) )635 {636 if (KMessageBox::warningContinueCancel( widget(), i18n("A file named \"%1\" already exists. Are you sure you want to overwrite it?").arg(saveURL.filename()), QString::null, i18n("Overwrite")) != KMessageBox::Continue)637 --- kdegraphics-3.5.1/kpdf/xpdf/splash/SplashXPathScanner.cc (Revision 505052)638 +++ kdegraphics-3.5.1-new/kpdf/xpdf/splash/SplashXPathScanner.cc (Arbeitskopie)639 @@ -186,7 +186,7 @@ GBool SplashXPathScanner::getNextSpan(in640 }641 642 void SplashXPathScanner::computeIntersections(int y) {643 - SplashCoord ySegMin, ySegMax, xx0, xx1;644 + SplashCoord xSegMin, xSegMax, ySegMin, ySegMax, xx0, xx1;645 SplashXPathSeg *seg;646 int i, j;647 648 @@ -236,19 +236,27 @@ void SplashXPathScanner::computeIntersec649 } else if (seg->flags & splashXPathVert) {650 xx0 = xx1 = seg->x0;651 } else {652 - if (ySegMin <= y) {653 - // intersection with top edge654 - xx0 = seg->x0 + ((SplashCoord)y - seg->y0) * seg->dxdy;655 + if (seg->x0 < seg->x1) {656 + xSegMin = seg->x0;657 + xSegMax = seg->x1;658 } else {659 - // x coord of segment endpoint with min y coord660 - xx0 = (seg->flags & splashXPathFlip) ? seg->x1 : seg->x0;661 + xSegMin = seg->x1;662 + xSegMax = seg->x0;663 }664 - if (ySegMax >= y + 1) {665 - // intersection with bottom edge666 - xx1 = seg->x0 + ((SplashCoord)y + 1 - seg->y0) * seg->dxdy;667 - } else {668 - // x coord of segment endpoint with max y coord669 - xx1 = (seg->flags & splashXPathFlip) ? seg->x0 : seg->x1;670 + // intersection with top edge671 + xx0 = seg->x0 + ((SplashCoord)y - seg->y0) * seg->dxdy;672 + // intersection with bottom edge673 + xx1 = seg->x0 + ((SplashCoord)y + 1 - seg->y0) * seg->dxdy;674 + // the segment may not actually extend to the top and/or bottom edges675 + if (xx0 < xSegMin) {676 + xx0 = xSegMin;677 + } else if (xx0 > xSegMax) {678 + xx0 = xSegMax;679 + }680 + if (xx1 < xSegMin) {681 + xx1 = xSegMin;682 + } else if (xx1 > xSegMax) {683 + xx1 = xSegMax;684 }685 }686 if (xx0 < xx1) { -
kdegraphics3/files/CompileScript.sh
1 1 #!/bin/sh -e 2 2 3 export HOME=/tmp 4 export PREFIX="%p" 3 export PREFIX="%p" USE_UNSERMAKE=1 5 4 . ./environment-helper.sh 6 export lt_cv_sys_max_cmd_len=655367 5 8 #unsermake9 export UNSERMAKE="no"10 11 export CC=gcc CXX=g++12 13 6 ./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs 14 7 ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS 15 ./build-helper.sh make %N %v %r make all all_libraries="$ALL_LIBRARIES"8 ./build-helper.sh make %N %v %r unsermake $UNSERMAKEFLAGS -
kdegraphics3/Portfile
1 1 # $Id$ 2 2 3 #Synced with Fink, Version 3.5. 1-10233 #Synced with Fink, Version 3.5.4-1021 4 4 5 5 PortSystem 1.0 6 6 name kdegraphics3 7 version 3.5.1 8 revision 1 9 set kdeadmin kde-admindir-3.5.1 7 version 3.5.4 8 set kdeadmin kde-admindir-252 10 9 categories kde 11 10 maintainers ben@macports.org takanori@macports.org 12 11 description KDE graphics. \ 13 12 NB No KDE sound support. 14 13 platforms darwin 15 master_sites opendarwin::kde35 1\14 master_sites opendarwin::kde354 \ 16 15 opendarwin::admin 17 16 # kde:stable/${version}/src 18 17 # http://ranger.befunk.com/fink/:admin 19 extract.suffix .tar.bz220 18 use_bzip2 yes 21 19 distname kdegraphics-${version} 22 distfiles ${distname}.tar.bz2:kde35 1\20 distfiles ${distname}.tar.bz2:kde354 \ 23 21 ${kdeadmin}.tar.bz2:admin 24 22 depends_build port:autoconf \ 25 port:automake 26 depends_lib port:kdebase3 \ 27 port:sane-backends \ 28 port:fribidi \ 29 port:lcms \ 23 port:unsermake 24 depends_lib port:fribidi \ 30 25 port:imlib \ 31 port:xpdf \ 32 port:libusb 33 #poppler-qt3 26 port:kdebase3 \ 27 port:lcms \ 28 port:libusb \ 29 port:sane-backends \ 30 port:xpdf 31 # bin:tex:teTeX 32 # port:libwww 33 # port:poppler-qt3 34 34 35 checksums ${distname}.tar.bz2 md5 2cd1c5348b7df46cf7f9d91e1dbfebd2 \36 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e37 35 38 extract.only ${distname}.tar.bz2 39 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" } 36 checksums ${distname}.tar.bz2 md5 de1f6d0597235f52186aaeeaabe7dc08 \ 37 ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e 40 38 39 extract.only ${distname}.tar.bz2 40 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" } 41 41 42 patchfiles kdegraphics3.patch dp01.patch 42 43 patch { 43 44 cd ${worksrcpath} 44 45 foreach file $patchfiles { 45 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${ portpath}/${filesdir}/${file} | patch -p1"46 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1" 46 47 } 48 system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*" 47 49 } 48 post-patch { 49 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh 50 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh 50 post-patch { 51 reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh 51 52 reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh 52 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh53 foreach file [glob ${worksrcpath}/admin/*] {54 reinplace "s|-O2|-Os|g" $file55 reinplace "s|doc/HTML|doc/kde|g" $file56 reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file57 }58 53 foreach file {CompileScript.sh InstallScript.sh} { 59 file copy ${ portpath}/${filesdir}/${file} ${worksrcpath}54 file copy ${filespath}/${file} ${worksrcpath} 60 55 reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file} 61 56 reinplace "s|%N|${name}|g" ${worksrcpath}/${file} 62 57 reinplace "s|%v|${version}|g" ${worksrcpath}/${file} … … 68 63 } 69 64 } 70 65 71 configure.args --without-kamera --with-imlib-config=${prefix}/bin --with-distribution=' DarwinPorts/Mac OS X' --without-arts66 configure.args --without-kamera --with-imlib-config=${prefix}/bin --with-distribution='MacPorts/Mac OS X' --without-arts 72 67 73 68 configure {} 74 69 build { system "cd ${worksrcpath} && ./CompileScript.sh" } 75 70 destroot { system "cd ${worksrcpath} && ./InstallScript.sh" } 76 71 77 post-destroot 72 post-destroot { 78 73 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 79 74 xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL README ${destroot}${prefix}/share/doc/${name} 80 75 } 81 82 platform darwin 6 {83 depends_lib-append lib:libdl:dlcompat84 } -
kdelibs3/files/kdelibs3-unified.patch
1 --- kdelibs-3.5.0/darwin/kcmartsrc 1969-12-31 19:00:00.000000000 -0500 2 +++ kdelibs-3.5.0-new/darwin/kcmartsrc 2005-11-13 08:18:01.000000000 -0500 3 @@ -0,0 +1,14 @@ 1 2 --- kdelibs-3.5.4/darwin/kcmartsrc 1969-12-31 16:00:00.000000000 -0800 3 +++ kdelibs-3.5.4-new/darwin/kcmartsrc 2006-07-27 10:33:34.000000000 -0700 4 @@ -0,0 +1,9 @@ 4 5 +[Arts] 5 +AddOptions= 6 +Arguments=\s-F 10 -S 4096 -a esd -s 60 -m artsmessage -c drkonqi -l 3 -f 6 +Arguments=\s-F 10 -S 4096 -a esd -d -b 16 -s 60 -m artsmessage -c drkonqi -l 3 -f 7 +Bits=16 8 +FullDuplex=true 7 9 +AudioIO=esd 8 +AutoSuspend=true 9 +Bits=0 10 +DeviceName= 11 +FullDuplex=false 12 +Latency=250 13 +NetworkTransparent=false 14 +SamplingRate=0 10 +NetworkTransparent=true 15 11 +StartRealtime=false 16 +StartServer= true12 +StartServer=false 17 13 +SuspendTime=60 18 --- kdelibs-3.5. 0/darwin/kdeglobals 1969-12-31 19:00:00.000000000 -050019 +++ kdelibs-3.5. 0-new/darwin/kdeglobals 2005-11-13 08:18:01.000000000 -050014 --- kdelibs-3.5.4/darwin/kdeglobals 1969-12-31 16:00:00.000000000 -0800 15 +++ kdelibs-3.5.4-new/darwin/kdeglobals 2006-07-27 10:33:34.000000000 -0700 20 16 @@ -0,0 +1,129 @@ 21 17 +[$Version] 22 18 +update_info=kaccel.upd:kde3.3/r1,kded.upd:kde3.0,klippershortcuts.upd:04112002,kwin.upd:kde3.2Xinerama,socks.upd:kde3.0/r1 … … 147 143 + 148 144 +[WM] 149 145 +activeFont=Baghdad,12,-1,5,50,0,0,0,0,0 150 --- kdelibs-3.5.0/darwin/konsolerc 1969-12-31 19:00:00.000000000 -0500 151 +++ kdelibs-3.5.0-new/darwin/konsolerc 2005-11-13 08:18:01.000000000 -0500 146 --- kdelibs-3.5.4/darwin/knotifyrc 1969-12-31 16:00:00.000000000 -0800 147 +++ kdelibs-3.5.4-new/darwin/knotifyrc 2006-07-27 10:33:34.000000000 -0700 148 @@ -0,0 +1,5 @@ 149 +[Misc] 150 +External player=@FINKPREFIX@/bin/mplayer 151 +LastConfiguredApp=knotify 152 +Use external player=false 153 +Volume=100 154 --- kdelibs-3.5.4/darwin/konsolerc 1969-12-31 16:00:00.000000000 -0800 155 +++ kdelibs-3.5.4-new/darwin/konsolerc 2006-07-27 10:33:34.000000000 -0700 152 156 @@ -0,0 +1,19 @@ 153 157 +[Desktop Entry] 154 158 +ActiveSession=0 … … 169 173 +schema=Linux.schema 170 174 +scrollbar=2 171 175 +tabbar=2 172 --- kdelibs-3.5.0/kabc/Makefile.am 2005-09-10 04:27:01.000000000 -0400 173 +++ kdelibs-3.5.0-new/kabc/Makefile.am 2005-11-13 08:18:01.000000000 -0500 174 @@ -2,7 +2,7 @@ 175 176 # Make sure $(all_includes) remains last! 177 INCLUDES = -I$(top_builddir)/kabc -I$(top_srcdir)/kabc -I$(top_srcdir)/kab \ 178 - -I$(srcdir)/vcardparser/ -I$(srcdir)/vcard/include \ 179 + -I$(srcdir)/vcard/include -I$(srcdir)/vcardparser/ \ 180 -I$(srcdir)/vcard/include/generated \ 181 -I$(srcdir)/vcardparser $(all_includes) 182 183 --- kdelibs-3.5.0/kdecore/Makefile.am 2005-10-10 11:06:02.000000000 -0400 184 +++ kdelibs-3.5.0-new/kdecore/Makefile.am 2005-11-13 08:18:01.000000000 -0500 176 --- kdelibs-3.5.4/kdecore/Makefile.am 2005-10-10 08:06:02.000000000 -0700 177 +++ kdelibs-3.5.4-new/kdecore/Makefile.am 2006-07-27 10:33:34.000000000 -0700 185 178 @@ -24,7 +24,7 @@ 186 179 187 180 if include_SVGICONS … … 200 193 libkdecore_la_NMCHECK = $(srcdir)/libkdecore.nmcheck 201 194 libkdecore_la_NMCHECKWEAK = $(srcdir)/libkdecore_weak.nmcheck $(srcdir)/libqt-mt_weak.nmcheck \ 202 195 $(top_srcdir)/dcop/libDCOP_weak.nmcheck $(top_srcdir)/kdecore/standard_weak.nmcheck 203 --- kdelibs-3.5. 0/kdecore/kglobalsettings.cpp 2005-10-10 11:06:03.000000000 -0400204 +++ kdelibs-3.5. 0-new/kdecore/kglobalsettings.cpp 2005-11-13 08:18:01.000000000 -0500196 --- kdelibs-3.5.4/kdecore/kglobalsettings.cpp 2005-10-10 08:06:03.000000000 -0700 197 +++ kdelibs-3.5.4-new/kdecore/kglobalsettings.cpp 2006-07-27 10:33:34.000000000 -0700 205 198 @@ -491,7 +491,7 @@ 206 199 s_desktopPath->append('/'); 207 200 … … 211 204 *s_trashPath = g.readPathEntry( "Trash" , *s_trashPath); 212 205 *s_trashPath = QDir::cleanDirPath( *s_trashPath ); 213 206 if ( !s_trashPath->endsWith("/") ) 214 --- kdelibs-3.5. 0/kdecore/ksocks.cpp 2005-10-10 11:06:03.000000000 -0400215 +++ kdelibs-3.5. 0-new/kdecore/ksocks.cpp 2005-11-13 08:18:01.000000000 -0500207 --- kdelibs-3.5.4/kdecore/ksocks.cpp 2005-10-10 08:06:03.000000000 -0700 208 +++ kdelibs-3.5.4-new/kdecore/ksocks.cpp 2006-07-27 10:33:34.000000000 -0700 216 209 @@ -480,7 +480,7 @@ 217 210 ksocklen_t addrlen) { 218 211 if (_useSocks && F_connect) … … 283 276 } 284 277 285 278 286 --- kdelibs-3.5. 0/kdecore/kstandarddirs.cpp 2005-10-10 11:06:02.000000000 -0400287 +++ kdelibs-3.5. 0-new/kdecore/kstandarddirs.cpp 2005-11-13 08:18:01.000000000 -0500279 --- kdelibs-3.5.4/kdecore/kstandarddirs.cpp 2005-10-10 08:06:02.000000000 -0700 280 +++ kdelibs-3.5.4-new/kdecore/kstandarddirs.cpp 2006-07-27 10:33:34.000000000 -0700 288 281 @@ -1020,7 +1020,7 @@ 289 282 if (!strcmp(type, "data")) 290 283 return "share/apps/"; … … 294 287 if (!strcmp(type, "icon")) 295 288 return "share/icons/"; 296 289 if (!strcmp(type, "config")) 297 --- kdelibs-3.5.0/kdecore/network/kresolvermanager.cpp 2005-09-10 04:27:10.000000000 -0400 298 +++ kdelibs-3.5.0-new/kdecore/network/kresolvermanager.cpp 2005-11-13 08:18:01.000000000 -0500 299 @@ -31,6 +31,7 @@ 300 301 #ifdef HAVE_RES_INIT 302 # include <sys/stat.h> 303 +# include <nameser.h> 304 extern "C" { 305 # include <arpa/nameser.h> 306 } 307 --- kdelibs-3.5.0/kdecore/network/ksocketdevice.cpp 2005-09-10 04:27:10.000000000 -0400 308 +++ kdelibs-3.5.0-new/kdecore/network/ksocketdevice.cpp 2005-11-13 08:18:01.000000000 -0500 309 @@ -311,7 +311,7 @@ 290 --- kdelibs-3.5.4/kdecore/network/ksocketdevice.cpp 2006-01-19 09:06:14.000000000 -0800 291 +++ kdelibs-3.5.4-new/kdecore/network/ksocketdevice.cpp 2006-07-27 10:33:34.000000000 -0700 292 @@ -316,7 +316,7 @@ 310 293 } 311 294 312 295 struct sockaddr sa; … … 315 298 int newfd = kde_accept(m_sockfd, &sa, &len); 316 299 if (newfd == -1) 317 300 { 318 @@ -3 85,7 +385,7 @@301 @@ -390,7 +390,7 @@ 319 302 320 303 static int do_read_common(int sockfd, char *data, Q_ULONG maxlen, KSocketAddress* from, ssize_t &retval, bool peek = false) 321 304 { … … 324 307 if (from) 325 308 { 326 309 from->setLength(len = 128); // arbitrary length 327 @@ -5 27,7 +527,7 @@328 if ( m_sockfd == -1)329 return KSocketAddress(); // not open, empty value310 @@ -535,7 +535,7 @@ 311 if (d->local.family() != AF_UNSPEC) 312 return d->local; 330 313 331 314 - socklen_t len; 332 315 + kde_socklen_t len; 333 316 KSocketAddress localAddress; 334 317 localAddress.setLength(len = 32); // arbitrary value 335 318 if (kde_getsockname(m_sockfd, localAddress.address(), &len) == -1) 336 @@ -5 56,7 +556,7 @@337 if ( m_sockfd == -1)338 return KSocketAddress(); // not open, empty value319 @@ -567,7 +567,7 @@ 320 if (d->peer.family() != AF_UNSPEC) 321 return d->peer; 339 322 340 323 - socklen_t len; 341 324 + kde_socklen_t len; 342 325 KSocketAddress peerAddress; 343 326 peerAddress.setLength(len = 32); // arbitrary value 344 327 if (kde_getpeername(m_sockfd, peerAddress.address(), &len) == -1) 345 --- kdelibs-3.5. 0/kdecore/network/syssocket.h 2005-09-10 04:27:10.000000000 -0400346 +++ kdelibs-3.5. 0-new/kdecore/network/syssocket.h 2005-11-13 08:18:01.000000000 -0500328 --- kdelibs-3.5.4/kdecore/network/syssocket.h 2005-09-10 01:27:10.000000000 -0700 329 +++ kdelibs-3.5.4-new/kdecore/network/syssocket.h 2006-07-27 10:33:34.000000000 -0700 347 330 @@ -53,7 +53,7 @@ 348 331 } 349 332 … … 383 366 { 384 367 return ::getsockname(fd, sa, len); 385 368 } 386 --- kdelibs-3.5.0/kdeprint/configure.in.in 2005-09-10 04:27:43.000000000 -0400 387 +++ kdelibs-3.5.0-new/kdeprint/configure.in.in 2005-11-13 08:18:01.000000000 -0500 369 --- kdelibs-3.5.4/kded/Makefile.am 2005-10-10 08:06:29.000000000 -0700 370 +++ kdelibs-3.5.4-new/kded/Makefile.am 2006-07-27 10:33:35.000000000 -0700 371 @@ -58,7 +58,10 @@ 372 servicetype_DATA = kdedmodule.desktop 373 servicetypedir = $(kde_servicetypesdir) 374 375 -xdg_menu_DATA = applications.menu 376 +kde-applications.menu: applications.menu 377 + cat applications.menu > kde-applications.menu 378 + 379 +xdg_menu_DATA = kde-applications.menu 380 381 update_DATA = kded.upd 382 updatedir = $(kde_datadir)/kconf_update 383 --- kdelibs-3.5.4/kded/kbuildsycoca.cpp 2005-11-08 14:39:36.000000000 -0800 384 +++ kdelibs-3.5.4-new/kded/kbuildsycoca.cpp 2006-07-27 10:33:35.000000000 -0700 385 @@ -379,7 +379,11 @@ 386 connect(g_vfolder, SIGNAL(newService(const QString &, KService **)), 387 this, SLOT(slotCreateEntry(const QString &, KService **))); 388 389 - VFolderMenu::SubMenu *kdeMenu = g_vfolder->parseMenu("applications.menu", true); 390 + VFolderMenu::SubMenu *kdeMenu; 391 + if ( QFile::exists( "@FINKPREFIX@/etc/xdg/menus/kde-applications.menu" ) ) 392 + kdeMenu = g_vfolder->parseMenu("kde-applications.menu", true); 393 + else 394 + kdeMenu = g_vfolder->parseMenu("applications.menu", true); 395 396 KServiceGroup *entry = g_bsgf->addNew("/", kdeMenu->directoryFile, 0, false); 397 entry->setLayoutInfo(kdeMenu->layoutList); 398 --- kdelibs-3.5.4/kdeprint/configure.in.in 2005-09-10 01:27:43.000000000 -0700 399 +++ kdelibs-3.5.4-new/kdeprint/configure.in.in 2006-07-27 10:33:35.000000000 -0700 388 400 @@ -80,7 +80,7 @@ 389 401 390 402 dnl check if CUPS is at least 1.1.20 … … 394 406 if test "$ac_have_new_cups" = "yes"; then 395 407 AC_DEFINE(HAVE_CUPS_NO_PWD_CACHE, 1, CUPS doesn't have password caching) 396 408 fi 397 --- kdelibs-3.5.0/kdesu/su.cpp 2005-09-10 04:27:02.000000000 -0400 398 +++ kdelibs-3.5.0-new/kdesu/su.cpp 2005-11-13 08:19:28.000000000 -0500 399 @@ -75,6 +75,8 @@ 400 401 QCStringList args; 402 403 + args += "-c"; 404 + args += "staff"; 405 if ((m_Scheduler != SchedNormal) || (m_Priority > 50)) 406 args += "root"; 407 else 408 @@ -82,7 +84,6 @@ 409 410 args += "-c"; 411 args += QCString(__KDE_BINDIR) + "/kdesu_stub"; 412 - args += "-"; 413 414 QCString command = __PATH_SU; 415 if (::access(__PATH_SU, X_OK) != 0) 416 --- kdelibs-3.5.0/kdeui/Makefile.am 2005-10-10 11:06:38.000000000 -0400 417 +++ kdelibs-3.5.0-new/kdeui/Makefile.am 2005-11-13 08:18:02.000000000 -0500 409 --- kdelibs-3.5.4/kdeui/Makefile.am 2005-10-10 08:06:38.000000000 -0700 410 +++ kdelibs-3.5.4-new/kdeui/Makefile.am 2006-07-27 10:33:35.000000000 -0700 418 411 @@ -27,10 +27,10 @@ 419 412 AM_LDFLAGS = $(LDFLAGS_AS_NEEDED) $(LDFLAGS_NEW_DTAGS) 420 413 … … 428 421 libkspell_la_LIBADD = libkdeui.la 429 422 libkspell_la_SOURCES = dummy.cpp 430 423 431 --- kdelibs-3.5. 0/kimgio/Makefile.am 2005-09-10 04:26:42.000000000 -0400432 +++ kdelibs-3.5. 0-new/kimgio/Makefile.am 2005-11-13 08:18:02.000000000 -0500424 --- kdelibs-3.5.4/kimgio/Makefile.am 2005-09-10 01:26:42.000000000 -0700 425 +++ kdelibs-3.5.4-new/kimgio/Makefile.am 2006-07-27 10:33:35.000000000 -0700 433 426 @@ -21,7 +21,7 @@ 434 427 kimg_pcx.la kimg_tga.la kimg_rgb.la kimg_xcf.la kimg_dds.la $(KIMGIO_EXR_MODULES) \ 435 428 kimg_psd.la kimg_hdr.la … … 439 432 440 433 kimg_tiff_la_SOURCES = tiffr.cpp 441 434 kimg_tiff_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries) 442 --- kdelibs-3.5. 0/kinit/Makefile.am 2005-10-10 11:05:37.000000000 -0400443 +++ kdelibs-3.5. 0-new/kinit/Makefile.am 2005-11-13 08:18:02.000000000 -0500435 --- kdelibs-3.5.4/kinit/Makefile.am 2005-10-10 08:05:37.000000000 -0700 436 +++ kdelibs-3.5.4-new/kinit/Makefile.am 2006-07-27 10:33:35.000000000 -0700 444 437 @@ -15,7 +15,7 @@ 445 438 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 446 439 # Boston, MA 02110-1301, USA. … … 450 443 451 444 SUBDIRS = . tests 452 445 453 --- kdelibs-3.5. 0/kio/kssl/kopenssl.cc 2005-10-10 11:05:44.000000000 -0400454 +++ kdelibs-3.5. 0-new/kio/kssl/kopenssl.cc 2005-11-13 08:18:02.000000000 -0500455 @@ -32 2,6 +322,7 @@446 --- kdelibs-3.5.4/kio/kssl/kopenssl.cc 2006-07-22 01:16:39.000000000 -0700 447 +++ kdelibs-3.5.4-new/kio/kssl/kopenssl.cc 2006-07-27 10:33:35.000000000 -0700 448 @@ -323,6 +323,7 @@ 456 449 #elif defined(_AIX) 457 450 << "libssl.a(libssl.so.0)" 458 451 #elif defined(__APPLE__) … … 460 453 << "libssl.dylib" 461 454 << "libssl.0.9.dylib" 462 455 #else 463 @@ -3 39,6 +340,7 @@456 @@ -340,6 +341,7 @@ 464 457 #elif defined(_AIX) 465 458 << "libcrypto.a(libcrypto.so.0)" 466 459 #elif defined(__APPLE__) … … 468 461 << "libcrypto.dylib" 469 462 << "libcrypto.0.9.dylib" 470 463 #else 471 --- kdelibs-3.5. 0/kio/misc/kpac/Makefile.am 2005-09-10 04:26:47.000000000 -0400472 +++ kdelibs-3.5. 0-new/kio/misc/kpac/Makefile.am 2005-11-13 08:20:00.000000000 -0500464 --- kdelibs-3.5.4/kio/misc/kpac/Makefile.am 2005-09-10 01:26:47.000000000 -0700 465 +++ kdelibs-3.5.4-new/kio/misc/kpac/Makefile.am 2006-07-27 10:33:35.000000000 -0700 473 466 @@ -10,7 +10,7 @@ 474 467 kded_proxyscout_la_SOURCES = proxyscout.skel proxyscout.cpp script.cpp \ 475 468 downloader.cpp discovery.cpp … … 479 472 480 473 kpac_dhcp_helper_SOURCES = kpac_dhcp_helper.c 481 474 kpac_dhcp_helper_CFLAGS = $(KDE_USE_FPIE) 482 --- kdelibs-3.5.0/kwallet/backend/sha1.cc 2005-11-08 17:39:19.000000000 -0500483 +++ kdelibs-3.5.0-new/kwallet/backend/sha1.cc 2005-11-13 08:18:03.000000000 -0500484 @@ -23,6 +23,9 @@485 #ifdef HAVE_SYS_TYPES_H486 #include <sys/types.h>487 #endif488 +#ifdef HAVE_STDINT_H489 +#include <stdint.h> /* For uintXX_t on OSX */490 +#endif491 #ifdef HAVE_SYS_BITYPES_H492 #include <sys/bitypes.h> /* For uintXX_t on Tru64 */493 #endif494 --- kdelibs-3.5.0/kded/kbuildsycoca.cpp Tue Nov 8 17:39:36 2005495 +++ kdelibs-3.5.0-new/kded/kbuildsycoca.cpp Mon Dec 12 14:39:41 2005496 @@ -379,7 +379,7 @@497 connect(g_vfolder, SIGNAL(newService(const QString &, KService **)),498 this, SLOT(slotCreateEntry(const QString &, KService **)));499 500 - VFolderMenu::SubMenu *kdeMenu = g_vfolder->parseMenu("applications.menu", true);501 + VFolderMenu::SubMenu *kdeMenu = g_vfolder->parseMenu("kde-applications.menu", true);502 503 KServiceGroup *entry = g_bsgf->addNew("/", kdeMenu->directoryFile, 0, false);504 entry->setLayoutInfo(kdeMenu->layoutList);505 --- kdelibs-3.5.1/kded/Makefile.am Mon Oct 10 11:06:29 2005506 +++ kdelibs-3.5.1-new/kded/Makefile.am Sun Jan 22 10:14:31 2006507 @@ -58,7 +58,10 @@508 servicetype_DATA = kdedmodule.desktop509 servicetypedir = $(kde_servicetypesdir)510 511 -xdg_menu_DATA = applications.menu512 +kde-applications.menu: applications.menu513 + cat applications.menu > kde-applications.menu514 +515 +xdg_menu_DATA = kde-applications.menu516 517 update_DATA = kded.upd518 updatedir = $(kde_datadir)/kconf_update -
kdelibs3/files/patch-ipprequest.cpp
1 --- kdelibs-3.5.1/kdeprint/cups/ipprequest.cpp~ 2005-10-11 00:06:30.000000000 +09002 +++ kdelibs-3.5.1/kdeprint/cups/ipprequest.cpp 2006-08-17 17:38:42.000000000 +09003 @@ -511,6 +511,10 @@4 cupsFreeOptions(n, options);5 6 // find an remove that annoying "document-format" attribute7 +#if CUPS_VERSION_MAJOR == 1 && CUPS_VERSION_MINOR >= 28 + ipp_attribute_t *attr = ippFindAttribute(request_, "document-format", IPP_TAG_NAME);9 + ippDeleteAttribute(request_, attr);10 +#else11 ipp_attribute_t *attr = request_->attrs;12 while (attr)13 {14 @@ -523,4 +527,5 @@15 }16 attr = attr->next;17 }18 +#endif19 } -
kdelibs3/files/InstallScript.sh
1 1 #!/bin/sh -e 2 2 3 export HOME=/tmp PREFIX="%p" QTDOCDIR="%p/share/doc/qt3/html"3 export PREFIX="%p" USE_UNSERMAKE=1 4 4 . ./environment-helper.sh 5 5 6 #darwinports 7 export UNSERMAKE="no" 8 9 ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d 6 ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d 10 7 #apidox#./build-helper.sh install-apidox %N %v %r make -j1 install-apidox install-apidox-recurse DESTDIR=%d 11 8 12 9 rm -rf %i/share/icons/hicolor/index.theme -
kdelibs3/files/CompileScript.sh
1 1 #!/bin/sh -e 2 2 3 export HOME=/tmp PREFIX="%p" QTDOCDIR="%p/share/doc/qt3/html" 4 export lt_cv_sys_max_cmd_len=65536 3 export PREFIX="%p" USE_UNSERMAKE=1 5 4 . ./environment-helper.sh 6 5 7 #darwinports 8 export UNSERMAKE="no" 9 10 PRODUCT_VERSION=`uname -r` 11 12 case $PRODUCT_VERSION in 6 case $SW_VERSION in 13 7 6*|7*) 14 8 export CPPFLAGS="$CPPFLAGS -DHAVE_SYS_EXEC_H=1" 15 9 ;; … … 17 11 18 12 export CPPFLAGS="-I/usr/include/gssapi $CPPFLAGS" 19 13 20 export CC=gcc CXX=g++21 22 14 ./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs 23 15 ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS 24 ./build-helper.sh make %N %v %r make all all_libraries="$ALL_LIBRARIES"16 ./build-helper.sh make %N %v %r unsermake $UNSERMAKEFLAGS 25 17 #apidox#./build-helper.sh apidox %N %v %r make apidox all_libraries="$ALL_LIBRARIES" -
kdelibs3/Portfile
1 1 # $Id$ 2 2 3 #Synced with Fink, Version 3.5. 1-10243 #Synced with Fink, Version 3.5.4-1021 4 4 5 5 PortSystem 1.0 6 6 name kdelibs3 7 version 3.5.1 8 revision 4 9 set kdeadmin kde-admindir-3.5.1 7 version 3.5.4 8 set kdeadmin kde-admindir-252 10 9 categories kde 11 10 maintainers ben@macports.org takanori@macports.org 12 11 description Essential libraries for KDE applications. \ 13 12 NB No KDE sound support. 14 13 platforms darwin 15 master_sites opendarwin::kde35 1\14 master_sites opendarwin::kde354 \ 16 15 opendarwin::admin 17 16 # kde:stable/${version}/src 18 17 # http://ranger.befunk.com/fink/:admin 19 extract.suffix .tar.bz220 18 use_bzip2 yes 21 19 distname kdelibs-${version} 22 distfiles ${distname}.tar.bz2:kde35 1\20 distfiles ${distname}.tar.bz2:kde354 \ 23 21 ${kdeadmin}.tar.bz2:admin 24 22 depends_build port:autoconf \ 25 port: automake23 port:unsermake 26 24 depends_lib lib:libpoll:poll-emulator \ 27 25 lib:libX11.6:XFree86 \ 28 26 port:aspell \ … … 32 30 port:fontconfig \ 33 31 port:freetype \ 34 32 port:gettext \ 33 port:glib2 \ 35 34 port:hicolor-icon-theme \ 36 35 port:jasper \ 37 36 port:jpeg \ … … 52 51 port:Xft2 \ 53 52 port:xrender \ 54 53 port:zlib 54 # port:dbus 55 # port:dbus-qt3 56 # port:hal 55 57 56 checksums ${distname}.tar.bz2 md5 2a22193ae7c23f3759b02723dab02d30\57 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e58 checksums ${distname}.tar.bz2 md5 979d056ca0e21c12caed270126e60e3e \ 59 ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e 58 60 59 extract.only 60 post-extract 61 extract.only ${distname}.tar.bz2 62 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" } 61 63 62 patchfiles kdelibs3-unified.patch patch- ipprequest.cpp patch-CVE-2006-481164 patchfiles kdelibs3-unified.patch patch-CVE-2006-4811 63 65 patch { 64 66 cd ${worksrcpath} 65 67 foreach file $patchfiles { 66 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${ portpath}/${filesdir}/${file} | patch -p1"68 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1" 67 69 } 70 system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*" 68 71 } 69 post-patch { 70 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh 71 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh 72 post-patch { 73 reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh 72 74 reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh 73 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh74 foreach file [glob ${worksrcpath}/admin/*] {75 reinplace "s|-O2|-Os|g" $file76 reinplace "s|doc/HTML|doc/kde|g" $file77 reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file78 }79 75 foreach file {CompileScript.sh InstallScript.sh} { 80 file copy ${ portpath}/${filesdir}/${file} ${worksrcpath}76 file copy ${filespath}/${file} ${worksrcpath} 81 77 reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file} 82 78 reinplace "s|%N|${name}|g" ${worksrcpath}/${file} 83 79 reinplace "s|%v|${version}|g" ${worksrcpath}/${file} … … 89 85 } 90 86 } 91 87 92 configure.args --enable-cups --with-ldap=framework --with-gssapi=framework --with-distribution=' DarwinPorts/Mac OS X' --without-arts88 configure.args --enable-cups --with-ldap=framework --with-gssapi=framework --with-distribution='MacPorts/Mac OS X' --without-arts 93 89 94 90 configure { 95 91 if {[file exists ${prefix}/bin/cups-config]} { … … 101 97 build { system "cd ${worksrcpath} && ./CompileScript.sh" } 102 98 destroot { system "cd ${worksrcpath} && ./InstallScript.sh" } 103 99 104 post-destroot 100 post-destroot { 105 101 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 106 102 xinstall -m 644 -W ${worksrcpath} COPYING COPYING.LIB INSTALL ${destroot}${prefix}/share/doc/${name} 107 103 } … … 117 113 exit 1 118 114 } 119 115 120 variant apidox 121 depends_lib-append port:doxygen122 post-patch { foreach f {CompileScript.sh InstallScript.sh} { reinplace "s|#apidox#||g" ${worksrcpath}/${f} }}116 variant apidox { 117 depends_lib-append port:doxygen 118 post-patch { foreach f {CompileScript.sh InstallScript.sh} { reinplace "s|#apidox#||g" ${worksrcpath}/${f} }} 123 119 } -
kdenetwork3/files/InstallScript.sh
1 1 #!/bin/sh -e 2 2 3 export PREFIX="%p" 3 export PREFIX="%p" USE_UNSERMAKE=1 4 4 . ./environment-helper.sh 5 5 6 #darwinports 7 export UNSERMAKE="no" 6 ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d 8 7 9 ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d10 11 8 mkdir -p %i/share/doc/installed-packages 12 9 touch %i/share/doc/installed-packages/%N 13 10 touch %i/share/doc/installed-packages/%N-base -
kdenetwork3/files/CompileScript.sh
1 1 #!/bin/sh -e 2 2 3 export HOME=/tmp 4 export PREFIX="%p" 3 export PREFIX="%p" USE_UNSERMAKE=1 CC=gcc 5 4 . ./environment-helper.sh 6 export lt_cv_sys_max_cmd_len=655367 5 8 #darwinports9 export UNSERMAKE="no"10 11 export CC=gcc CXX=g++12 13 6 ./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs 14 7 ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS 15 ./build-helper.sh make %N %v %r make all all_libraries="$ALL_LIBRARIES"8 ./build-helper.sh make %N %v %r unsermake $UNSERMAKEFLAGS -
kdenetwork3/files/kdenetwork3.patch
1 --- kdenetwork-3.4.2/ktalkd/ktalkd/talkd.cpp 2005-05-23 08:08:13.000000000 -0400 2 +++ kdenetwork-3.4.2-new/ktalkd/ktalkd/talkd.cpp 2005-09-17 16:01:46.000000000 -0400 1 2 --- kdenetwork-3.5.4/kopete/protocols/oscar/liboscar/oscartypes.h 2006-07-22 04:11:33.000000000 -0400 3 +++ kdenetwork-3.5.4-new/kopete/protocols/oscar/liboscar/oscartypes.h 2006-08-03 12:21:04.000000000 -0400 4 @@ -237,7 +237,7 @@ 5 const WORD ICQ_MAJOR = 0x0014; 6 const WORD ICQ_MINOR = 0x0034; 7 const WORD ICQ_POINT = 0x0000; 8 - const WORD ICQ_BUILD = 0x0A0F; 9 + const WORD ICQ_BUILD = 0x0BB8; 10 const char ICQ_OTHER[] = { 0x00, 0x00, 0x04, 0x3d }; 11 const char ICQ_COUNTRY[] = "us"; 12 const char ICQ_LANG[] = "en"; 13 --- kdenetwork-3.5.4/ktalkd/ktalkd/talkd.cpp 2006-03-17 05:12:34.000000000 -0500 14 +++ kdenetwork-3.5.4-new/ktalkd/ktalkd/talkd.cpp 2006-08-03 12:19:57.000000000 -0400 3 15 @@ -183,7 +183,7 @@ 4 16 struct hostent *hp; 5 17 struct sockaddr_in sn; … … 18 30 int do_debug=0, do_badpackets=0, ch; 19 31 20 32 new KInstance("ktalkd"); // for KConfig and friends 21 --- kdenetwork-3. 4.2/lanbrowsing/lisa/netmanager.cpp 2005-05-23 08:07:29.000000000 -040022 +++ kdenetwork-3. 4.2-new/lanbrowsing/lisa/netmanager.cpp 2005-09-17 16:01:46.000000000 -040033 --- kdenetwork-3.5.4/lanbrowsing/lisa/netmanager.cpp 2005-09-10 04:20:14.000000000 -0400 34 +++ kdenetwork-3.5.4-new/lanbrowsing/lisa/netmanager.cpp 2006-08-03 12:19:57.000000000 -0400 23 35 @@ -413,7 +413,7 @@ 24 36 { 25 37 mdcerr<<"NetManager::run: on m_listenFD"<<std::endl; … … 47 59 mdcerr<<" NetManager::findServerServer: broadcasting to: " 48 60 <<std::ios::hex<<m_broadcastAddress<<std::ios::dec<<std::endl; 49 61 50 --- kdenetwork-3. 4.2/lanbrowsing/lisa/netscanner.cpp 2005-05-23 08:07:29.000000000 -040051 +++ kdenetwork-3. 4.2-new/lanbrowsing/lisa/netscanner.cpp 2005-09-17 16:01:46.000000000 -040052 @@ -5 61,7 +561,7 @@62 --- kdenetwork-3.5.4/lanbrowsing/lisa/netscanner.cpp 2006-07-22 04:11:31.000000000 -0400 63 +++ kdenetwork-3.5.4-new/lanbrowsing/lisa/netscanner.cpp 2006-08-03 12:19:57.000000000 -0400 64 @@ -550,7 +550,7 @@ 53 65 select(0,0,0,0,&tv1); 54 66 //now read the answers, hopefully 55 67 struct sockaddr_in fromAddr; -
kdenetwork3/Portfile
1 1 # $Id$ 2 2 3 #Synced with Fink, Version 3.5. 1-10233 #Synced with Fink, Version 3.5.4-1021 4 4 5 5 PortSystem 1.0 6 6 name kdenetwork3 7 version 3.5.1 8 revision 2 9 set kdeadmin kde-admindir-3.5.1 7 version 3.5.4 8 set kdeadmin kde-admindir-252 10 9 categories kde 11 10 maintainers ben@macports.org takanori@macports.org 12 11 description KDE network tools. \ 13 12 NB No KDE sound support. 14 13 platforms darwin 15 master_sites opendarwin::kde35 1\14 master_sites opendarwin::kde354 \ 16 15 opendarwin::admin 17 16 # kde:stable/${version}/src 18 17 # http://ranger.befunk.com/fink/:admin 19 extract.suffix .tar.bz220 18 use_bzip2 yes 21 19 distname kdenetwork-${version} 22 distfiles ${distname}.tar.bz2:kde35 1\20 distfiles ${distname}.tar.bz2:kde354 \ 23 21 ${kdeadmin}.tar.bz2:admin 24 22 depends_build port:autoconf \ 25 port: automake23 port:unsermake 26 24 depends_lib port:kdebase3 \ 27 port:glib2 \ 28 port:openslp \ 29 port:xmms 25 port:openslp 26 # port:ekg 27 # port:gtk1 28 # port:qca 29 # port:xmms 30 30 31 31 # what about libgadu? 32 32 33 checksums ${distname}.tar.bz2 md5 02ced8c14c80f28635056488949d56d7\34 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e33 checksums ${distname}.tar.bz2 md5 81660b1a73e81b6c01a55861c154dd3b \ 34 ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e 35 35 36 extract.only 37 post-extract 36 extract.only ${distname}.tar.bz2 37 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" } 38 38 39 39 patchfiles kdenetwork3.patch 40 40 patch { 41 41 cd ${worksrcpath} 42 42 foreach file $patchfiles { 43 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${ portpath}/${filesdir}/${file} | patch -p1"43 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1" 44 44 } 45 system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*" 45 46 } 46 post-patch { 47 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh 48 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh 47 post-patch { 48 reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh 49 49 reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh 50 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh51 foreach file [glob ${worksrcpath}/admin/*] {52 reinplace "s|-O2|-Os|g" $file53 reinplace "s|doc/HTML|doc/kde|g" $file54 reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file55 }56 50 foreach file {CompileScript.sh InstallScript.sh} { 57 file copy ${ portpath}/${filesdir}/${file} ${worksrcpath}51 file copy ${filespath}/${file} ${worksrcpath} 58 52 reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file} 59 53 reinplace "s|%N|${name}|g" ${worksrcpath}/${file} 60 54 reinplace "s|%v|${version}|g" ${worksrcpath}/${file} … … 66 60 } 67 61 } 68 62 69 configure.args --with-distribution=' DarwinPorts/Mac OS X' --without-arts63 configure.args --with-distribution='MacPorts/Mac OS X' --without-arts 70 64 # --with-libgadu-libs=${prefix}/lib --with-libgadu-includes=${prefix}/include 71 65 72 66 configure {} 73 67 build { system "cd ${worksrcpath} && ./CompileScript.sh" } 74 68 destroot { system "cd ${worksrcpath} && ./InstallScript.sh" } 75 69 76 post-destroot 70 post-destroot { 77 71 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 78 72 xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING INSTALL README ${destroot}${prefix}/share/doc/${name} 79 73 } 80 81 platform darwin 6 {82 depends_lib-append lib:libdl:dlcompat83 }84 -
kdepim3/files/InstallScript.sh
1 1 #!/bin/sh -e 2 2 3 export PREFIX="%p" 3 export PREFIX="%p" USE_UNSERMAKE=1 4 4 . ./environment-helper.sh 5 5 6 #darwinports 7 export UNSERMAKE="no" 6 ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d 8 7 9 ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d10 11 8 mkdir -p %i/share/doc/installed-packages 12 9 touch %i/share/doc/installed-packages/%N 13 10 touch %i/share/doc/installed-packages/%N-base -
kdepim3/files/CompileScript.sh
1 1 #!/bin/sh -e 2 2 3 export HOME=/tmp 4 export PREFIX="%p" 3 export PREFIX="%p" USE_UNSERMAKE=1 5 4 . ./environment-helper.sh 6 export lt_cv_sys_max_cmd_len=65536 5 #fink 6 # export ac_cv_path_GPGME_CONFIG="%p/bin/gpgme-config --thread=pthread" 7 #macports 8 export ac_cv_path_GPGME_CONFIG="%p/bin/gpgme-config --thread=pth" 7 9 8 #darwinports9 export UNSERMAKE="no"10 11 10 export CC=gcc CXX=g++ 12 11 12 ranlib %p/lib/libgpg*.a >/dev/null 2>&1 13 13 ./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs 14 14 ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS 15 ./build-helper.sh make %N %v %r make all all_libraries="$ALL_LIBRARIES" 15 16 # perl -pi -e 's,yytext_ptr,libical_ptr,g' libical/src/libical/icallexer.c 17 # perl -pi -e 's,yytext_ptr,libicalss_ptr,g' libical/src/libicalss/icalsslexer.c 18 # perl -pi -e 's, holidays , ,g' korganizer/plugins/Makefile 19 20 ./build-helper.sh make %N %v %r unsermake $UNSERMAKEFLAGS -
kdepim3/files/kdepim3.patch
1 --- kdepim-3.5.0/akregator/src/Makefile.am 2005-10-10 11:02:17.000000000 -0400 2 +++ kdepim-3.5.0-new/akregator/src/Makefile.am 2005-12-04 13:02:32.000000000 -0500 1 2 --- kdepim-3.5.4/akregator/src/Makefile.am 2006-05-22 14:10:40.000000000 -0400 3 +++ kdepim-3.5.4-new/akregator/src/Makefile.am 2006-07-30 12:26:42.000000000 -0400 3 4 @@ -16,12 +16,13 @@ 4 5 ######################################################################### 5 6 # this is the program that gets installed. it's name is used for all … … 27 28 libakregatorprivate_la_LIBADD = $(top_builddir)/libkdepim/libkdepim.la \ 28 29 $(top_builddir)/akregator/src/librss/librsslocal.la $(LIB_KHTML) 29 30 30 --- kdepim-3.5. 0/akregator/src/main.cpp 2005-09-10 04:23:38.000000000 -040031 +++ kdepim-3.5. 0-new/akregator/src/main.cpp 2005-12-04 11:37:56.000000000 -050031 --- kdepim-3.5.4/akregator/src/main.cpp 2005-09-10 04:23:38.000000000 -0400 32 +++ kdepim-3.5.4-new/akregator/src/main.cpp 2006-07-30 12:26:42.000000000 -0400 32 33 @@ -83,7 +83,7 @@ 33 34 34 35 } // namespace Akregator … … 38 39 { 39 40 Akregator::AboutData about; 40 41 KCmdLineArgs::init(argc, argv, &about); 41 --- kdepim-3.5. 0/certmanager/Makefile.am 2005-09-10 04:23:51.000000000 -040042 +++ kdepim-3.5. 0-new/certmanager/Makefile.am 2005-12-04 11:37:53.000000000 -050042 --- kdepim-3.5.4/certmanager/Makefile.am 2005-09-10 04:23:51.000000000 -0400 43 +++ kdepim-3.5.4-new/certmanager/Makefile.am 2006-07-30 12:26:42.000000000 -0400 43 44 @@ -4,9 +4,11 @@ 44 45 45 46 INCLUDES = -I$(srcdir)/lib -I$(top_srcdir)/libkdenetwork $(GPGME_CFLAGS) $(all_includes) … … 65 66 66 67 rcdir = $(kde_datadir)/kleopatra 67 68 rc_DATA = kleopatraui.rc 68 --- kdepim-3.5. 0/certmanager/conf/Makefile.am 2005-10-10 11:02:19.000000000 -040069 +++ kdepim-3.5. 0-new/certmanager/conf/Makefile.am 2005-12-04 13:02:46.000000000 -050069 --- kdepim-3.5.4/certmanager/conf/Makefile.am 2005-10-10 11:02:19.000000000 -0400 70 +++ kdepim-3.5.4-new/certmanager/conf/Makefile.am 2006-07-30 12:26:42.000000000 -0400 70 71 @@ -15,7 +15,7 @@ 71 72 appearanceconfigwidget.cpp \ 72 73 dnorderconfigpage.cpp … … 76 77 kcm_kleopatra_la_LIBADD = ../lib/libkleopatra.la $(LIB_KDEUI) 77 78 78 79 kde_services_DATA = \ 79 --- kdepim-3.5. 0/certmanager/kwatchgnupg/Makefile.am 2005-09-10 04:23:49.000000000 -040080 +++ kdepim-3.5. 0-new/certmanager/kwatchgnupg/Makefile.am 2005-12-04 11:37:53.000000000 -050080 --- kdepim-3.5.4/certmanager/kwatchgnupg/Makefile.am 2005-09-10 04:23:49.000000000 -0400 81 +++ kdepim-3.5.4-new/certmanager/kwatchgnupg/Makefile.am 2006-07-30 12:26:42.000000000 -0400 81 82 @@ -2,9 +2,11 @@ 82 83 83 84 INCLUDES = -I$(top_srcdir)/certmanager/lib -I$(top_srcdir)/libkdenetwork $(GPGME_CFLAGS) $(all_includes) … … 103 104 104 105 rcdir = $(kde_datadir)/kwatchgnupg 105 106 rc_DATA = kwatchgnupgui.rc 106 --- kdepim-3.5. 0/certmanager/kwatchgnupg/main.cpp 2005-09-10 04:23:49.000000000 -0400107 +++ kdepim-3.5. 0-new/certmanager/kwatchgnupg/main.cpp 2005-12-04 11:37:53.000000000 -0500107 --- kdepim-3.5.4/certmanager/kwatchgnupg/main.cpp 2005-09-10 04:23:49.000000000 -0400 108 +++ kdepim-3.5.4-new/certmanager/kwatchgnupg/main.cpp 2006-07-30 12:26:42.000000000 -0400 108 109 @@ -74,7 +74,7 @@ 109 110 return KUniqueApplication::newInstance(); 110 111 } … … 114 115 { 115 116 AboutData aboutData; 116 117 117 --- kdepim-3.5. 0/certmanager/main.cpp 2005-09-10 04:23:51.000000000 -0400118 +++ kdepim-3.5. 0-new/certmanager/main.cpp 2005-12-04 11:37:53.000000000 -0500118 --- kdepim-3.5.4/certmanager/main.cpp 2005-09-10 04:23:51.000000000 -0400 119 +++ kdepim-3.5.4-new/certmanager/main.cpp 2006-07-30 12:26:42.000000000 -0400 119 120 @@ -46,7 +46,7 @@ 120 121 #include <kglobal.h> 121 122 #include <kiconloader.h> … … 125 126 { 126 127 AboutData aboutData; 127 128 128 --- kdepim-3.5. 0/kabc/frontend/Makefile.am 2005-09-10 04:24:24.000000000 -0400129 +++ kdepim-3.5. 0-new/kabc/frontend/Makefile.am 2005-12-04 11:37:53.000000000 -0500129 --- kdepim-3.5.4/kabc/frontend/Makefile.am 2005-09-10 04:24:24.000000000 -0400 130 +++ kdepim-3.5.4-new/kabc/frontend/Makefile.am 2006-07-30 12:26:42.000000000 -0400 130 131 @@ -2,9 +2,11 @@ 131 132 132 133 METASOURCES = AUTO … … 143 144 +kabcfrontend_la_LIBADD = -lkabc $(LIB_KDECORE) 144 145 +kabcfrontend_la_SOURCES = main.cpp mainWindow.ui 145 146 146 --- kdepim-3.5. 0/kabc/frontend/main.cpp 2005-09-10 04:24:24.000000000 -0400147 +++ kdepim-3.5. 0-new/kabc/frontend/main.cpp 2005-12-04 11:37:53.000000000 -0500147 --- kdepim-3.5.4/kabc/frontend/main.cpp 2005-09-10 04:24:24.000000000 -0400 148 +++ kdepim-3.5.4-new/kabc/frontend/main.cpp 2006-07-30 12:26:42.000000000 -0400 148 149 @@ -6,7 +6,7 @@ 149 150 150 151 #include "mainWindow.h" … … 154 155 { 155 156 KAboutData aboutData("testkabc",I18N_NOOP("TestKabc"),"0.1"); 156 157 KCmdLineArgs::init(argc,argv,&aboutData); 157 --- kdepim-3.5. 0/kabc/kabc2mutt/Makefile.am 2005-09-10 04:24:24.000000000 -0400158 +++ kdepim-3.5. 0-new/kabc/kabc2mutt/Makefile.am 2005-12-04 11:37:53.000000000 -0500158 --- kdepim-3.5.4/kabc/kabc2mutt/Makefile.am 2005-09-10 04:24:24.000000000 -0400 159 +++ kdepim-3.5.4-new/kabc/kabc2mutt/Makefile.am 2006-07-30 12:26:42.000000000 -0400 159 160 @@ -2,11 +2,13 @@ 160 161 161 162 METASOURCES = AUTO … … 174 175 175 176 messages: rc.cpp 176 177 $(XGETTEXT) *.cpp -o $(podir)/kabc2mutt.pot 177 --- kdepim-3.5. 0/kabc/kabc2mutt/main.cpp 2005-09-10 04:24:24.000000000 -0400178 +++ kdepim-3.5. 0-new/kabc/kabc2mutt/main.cpp 2005-12-04 11:37:53.000000000 -0500178 --- kdepim-3.5.4/kabc/kabc2mutt/main.cpp 2005-09-10 04:24:24.000000000 -0400 179 +++ kdepim-3.5.4-new/kabc/kabc2mutt/main.cpp 2006-07-30 12:26:42.000000000 -0400 179 180 @@ -41,7 +41,7 @@ 180 181 }; 181 182 … … 185 186 { 186 187 KApplication::disableAutoDcopRegistration(); 187 188 KCmdLineArgs::init( argc, argv, appName, programName, description, version ); 188 --- kdepim-3.5. 0/kaddressbook/Makefile.am 2005-10-10 11:02:25.000000000 -0400189 +++ kdepim-3.5. 0-new/kaddressbook/Makefile.am 2005-12-04 13:01:19.000000000 -0500189 --- kdepim-3.5.4/kaddressbook/Makefile.am 2005-10-10 11:02:25.000000000 -0400 190 +++ kdepim-3.5.4-new/kaddressbook/Makefile.am 2006-07-30 12:26:43.000000000 -0400 190 191 @@ -15,11 +15,12 @@ 191 192 -I$(top_srcdir)/akregator/src \ 192 193 $(all_includes) … … 213 214 214 215 rcdir = $(kde_datadir)/kaddressbook 215 216 rc_DATA = kaddressbookui.rc kaddressbook_part.rc 216 --- kdepim-3.5. 0/kaddressbook/main.cpp 2005-11-08 17:33:33.000000000 -0500217 +++ kdepim-3.5. 0-new/kaddressbook/main.cpp 2005-12-04 11:37:53.000000000 -0500217 --- kdepim-3.5.4/kaddressbook/main.cpp 2005-11-08 17:33:33.000000000 -0500 218 +++ kdepim-3.5.4-new/kaddressbook/main.cpp 2006-07-30 12:26:43.000000000 -0400 218 219 @@ -109,7 +109,7 @@ 219 220 return 0; 220 221 } … … 224 225 { 225 226 KLocale::setMainCatalogue( "kaddressbook" ); 226 227 227 --- kdepim-3.5. 0/kandy/src/Makefile.am 2005-09-10 04:24:42.000000000 -0400228 +++ kdepim-3.5. 0-new/kandy/src/Makefile.am 2005-12-04 13:03:00.000000000 -0500228 --- kdepim-3.5.4/kandy/src/Makefile.am 2005-09-10 04:24:42.000000000 -0400 229 +++ kdepim-3.5.4-new/kandy/src/Makefile.am 2006-07-30 12:26:43.000000000 -0400 229 230 @@ -1,10 +1,12 @@ 230 231 -bin_PROGRAMS = kandy kandy_client 231 232 +bin_PROGRAMS = … … 256 257 257 258 METASOURCES = AUTO 258 259 259 --- kdepim-3.5. 0/kandy/src/kandy_client.cpp 2005-09-10 04:24:42.000000000 -0400260 +++ kdepim-3.5. 0-new/kandy/src/kandy_client.cpp 2005-12-04 11:37:54.000000000 -0500260 --- kdepim-3.5.4/kandy/src/kandy_client.cpp 2005-09-10 04:24:42.000000000 -0400 261 +++ kdepim-3.5.4-new/kandy/src/kandy_client.cpp 2006-07-30 12:26:43.000000000 -0400 261 262 @@ -27,7 +27,7 @@ 262 263 #include <qdatastream.h> 263 264 #include <qstring.h> … … 267 268 { 268 269 KApplication app(argc, argv, "kandy_client", false); 269 270 270 --- kdepim-3.5. 0/kandy/src/main.cpp 2005-09-10 04:24:42.000000000 -0400271 +++ kdepim-3.5. 0-new/kandy/src/main.cpp 2005-12-04 11:37:54.000000000 -0500271 --- kdepim-3.5.4/kandy/src/main.cpp 2005-09-10 04:24:42.000000000 -0400 272 +++ kdepim-3.5.4-new/kandy/src/main.cpp 2006-07-30 12:26:43.000000000 -0400 272 273 @@ -85,7 +85,7 @@ 273 274 #endif 274 275 } … … 278 279 { 279 280 KAboutData about("kandy", I18N_NOOP("Kandy"), version, description, 280 281 KAboutData::License_GPL, "(C) 2001 Cornelius Schumacher",0, 281 --- kdepim-3.5. 0/kitchensync/kitchensync/Makefile.am 2005-09-10 04:24:23.000000000 -0400282 +++ kdepim-3.5. 0-new/kitchensync/kitchensync/Makefile.am 2005-12-04 11:37:54.000000000 -0500282 --- kdepim-3.5.4/kitchensync/kitchensync/Makefile.am 2005-09-10 04:24:23.000000000 -0400 283 +++ kdepim-3.5.4-new/kitchensync/kitchensync/Makefile.am 2006-07-30 12:26:43.000000000 -0400 283 284 @@ -8,10 +8,12 @@ 284 285 285 286 METASOURCES = AUTO … … 297 298 ../libksync/libksync2.la 298 299 -kitchensync_LDFLAGS = $(KDE_RPATH) $(all_libraries) 299 300 +kitchensync_la_LDFLAGS = $(KDE_RPATH) -module $(all_libraries) 300 --- kdepim-3.5. 0/kitchensync/kitchensync/main.cpp 2005-09-10 04:24:23.000000000 -0400301 +++ kdepim-3.5. 0-new/kitchensync/kitchensync/main.cpp 2005-12-04 11:37:54.000000000 -0500301 --- kdepim-3.5.4/kitchensync/kitchensync/main.cpp 2005-09-10 04:24:23.000000000 -0400 302 +++ kdepim-3.5.4-new/kitchensync/kitchensync/main.cpp 2006-07-30 12:26:43.000000000 -0400 302 303 @@ -37,7 +37,7 @@ 303 304 KCmdLineLastOption 304 305 }; … … 308 309 { 309 310 KSync::AboutData aboutData; 310 311 311 --- kdepim-3.5. 0/kitchensync/libkonnector2/plugins/dummy/Makefile.am 2005-09-10 04:24:23.000000000 -0400312 +++ kdepim-3.5. 0-new/kitchensync/libkonnector2/plugins/dummy/Makefile.am 2005-12-04 13:17:49.000000000 -0500312 --- kdepim-3.5.4/kitchensync/libkonnector2/plugins/dummy/Makefile.am 2005-09-10 04:24:23.000000000 -0400 313 +++ kdepim-3.5.4-new/kitchensync/libkonnector2/plugins/dummy/Makefile.am 2006-07-30 12:26:43.000000000 -0400 313 314 @@ -1,4 +1,4 @@ 314 315 -lib_LTLIBRARIES = libdummykonnector.la 315 316 +kde_module_LTLIBRARIES = libdummykonnector.la 316 317 317 318 INCLUDES = -I$(top_srcdir)/ -I$(top_srcdir)/kitchensync/libksync -I$(top_srcdir)/kitchensync/libkonnector2 -I$(top_srcdir)/libkcal $(all_includes) 318 319 319 --- kdepim-3.5. 0/kitchensync/libkonnector2/plugins/kabc/Makefile.am 2005-09-10 04:24:23.000000000 -0400320 +++ kdepim-3.5. 0-new/kitchensync/libkonnector2/plugins/kabc/Makefile.am 2005-12-04 13:17:53.000000000 -0500320 --- kdepim-3.5.4/kitchensync/libkonnector2/plugins/kabc/Makefile.am 2005-09-10 04:24:23.000000000 -0400 321 +++ kdepim-3.5.4-new/kitchensync/libkonnector2/plugins/kabc/Makefile.am 2006-07-30 12:26:43.000000000 -0400 321 322 @@ -1,4 +1,4 @@ 322 323 -lib_LTLIBRARIES = libkabckonnector.la 323 324 +kde_module_LTLIBRARIES = libkabckonnector.la 324 325 325 326 INCLUDES = -I$(top_srcdir)/ -I$(top_srcdir)/kitchensync/libksync \ 326 327 -I$(top_srcdir)/kitchensync/libkonnector2 $(all_includes) 327 --- kdepim-3.5. 0/kitchensync/libkonnector2/plugins/kcal/Makefile.am 2005-09-10 04:24:23.000000000 -0400328 +++ kdepim-3.5. 0-new/kitchensync/libkonnector2/plugins/kcal/Makefile.am 2005-12-04 13:17:57.000000000 -0500328 --- kdepim-3.5.4/kitchensync/libkonnector2/plugins/kcal/Makefile.am 2005-09-10 04:24:23.000000000 -0400 329 +++ kdepim-3.5.4-new/kitchensync/libkonnector2/plugins/kcal/Makefile.am 2006-07-30 12:26:43.000000000 -0400 329 330 @@ -1,4 +1,4 @@ 330 331 -lib_LTLIBRARIES = libkcalkonnector.la 331 332 +kde_module_LTLIBRARIES = libkcalkonnector.la 332 333 333 334 INCLUDES = -I$(top_srcdir)/ -I$(top_srcdir)/kitchensync/libksync \ 334 335 -I$(top_srcdir)/kitchensync/libkonnector2 $(all_includes) 335 --- kdepim-3.5. 0/kitchensync/libkonnector2/plugins/local/Makefile.am 2005-09-10 04:24:23.000000000 -0400336 +++ kdepim-3.5. 0-new/kitchensync/libkonnector2/plugins/local/Makefile.am 2005-12-04 13:18:01.000000000 -0500336 --- kdepim-3.5.4/kitchensync/libkonnector2/plugins/local/Makefile.am 2005-09-10 04:24:23.000000000 -0400 337 +++ kdepim-3.5.4-new/kitchensync/libkonnector2/plugins/local/Makefile.am 2006-07-30 12:26:43.000000000 -0400 337 338 @@ -1,4 +1,4 @@ 338 339 -lib_LTLIBRARIES = liblocalkonnector.la 339 340 +kde_module_LTLIBRARIES = liblocalkonnector.la 340 341 341 342 INCLUDES = -I$(top_srcdir)/ -I$(top_srcdir)/kitchensync/libksync -I$(top_srcdir)/kitchensync/libkonnector2 \ 342 343 -I$(top_srcdir)/libkcal $(all_includes) 343 --- kdepim-3.5. 0/kitchensync/libkonnector2/plugins/qtopia/Makefile.am 2005-09-10 04:24:23.000000000 -0400344 +++ kdepim-3.5. 0-new/kitchensync/libkonnector2/plugins/qtopia/Makefile.am 2005-12-04 13:18:09.000000000 -0500344 --- kdepim-3.5.4/kitchensync/libkonnector2/plugins/qtopia/Makefile.am 2005-09-10 04:24:23.000000000 -0400 345 +++ kdepim-3.5.4-new/kitchensync/libkonnector2/plugins/qtopia/Makefile.am 2006-07-30 12:26:43.000000000 -0400 345 346 @@ -18,7 +18,7 @@ 346 347 347 348 #SUBDIRS = tests … … 351 352 352 353 INCLUDES = -I$(top_srcdir)/ -I$(top_srcdir)/kitchensync/libksync -I$(top_srcdir)/kitchensync/libkonnector2 -I$(top_srcdir)/libkcal \ 353 354 $(all_includes) 354 --- kdepim-3.5. 0/kitchensync/libkonnector2/plugins/remote/Makefile.am 2005-09-10 04:24:23.000000000 -0400355 +++ kdepim-3.5. 0-new/kitchensync/libkonnector2/plugins/remote/Makefile.am 2005-12-04 13:18:18.000000000 -0500355 --- kdepim-3.5.4/kitchensync/libkonnector2/plugins/remote/Makefile.am 2005-09-10 04:24:23.000000000 -0400 356 +++ kdepim-3.5.4-new/kitchensync/libkonnector2/plugins/remote/Makefile.am 2006-07-30 12:26:43.000000000 -0400 356 357 @@ -1,4 +1,4 @@ 357 358 -lib_LTLIBRARIES = libremotekonnector.la 358 359 +kde_module_LTLIBRARIES = libremotekonnector.la 359 360 360 361 INCLUDES = -I$(top_srcdir)/ -I$(top_srcdir)/kitchensync/libksync -I$(top_srcdir)/kitchensync/libkonnector2 \ 361 362 -I$(top_srcdir)/libkcal $(all_includes) 362 --- kdepim-3.5. 0/kitchensync/libkonnector2/plugins/threadedkonnector/Makefile.am 2005-09-10 04:24:23.000000000 -0400363 +++ kdepim-3.5. 0-new/kitchensync/libkonnector2/plugins/threadedkonnector/Makefile.am 2005-12-04 13:18:25.000000000 -0500363 --- kdepim-3.5.4/kitchensync/libkonnector2/plugins/threadedkonnector/Makefile.am 2005-09-10 04:24:23.000000000 -0400 364 +++ kdepim-3.5.4-new/kitchensync/libkonnector2/plugins/threadedkonnector/Makefile.am 2006-07-30 12:26:43.000000000 -0400 364 365 @@ -16,7 +16,7 @@ 365 366 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 366 367 # Boston, MA 02110-1301, USA. … … 370 371 371 372 INCLUDES = -I$(top_srcdir)/ -I$(top_srcdir)/kitchensync/libksync -I$(top_srcdir)/kitchensync/libkonnector2 -I$(top_srcdir)/libkcal $(all_includes) 372 373 373 --- kdepim-3.5. 0/kitchensync/multisynk/Makefile.am 2005-09-10 04:24:19.000000000 -0400374 +++ kdepim-3.5. 0-new/kitchensync/multisynk/Makefile.am 2005-12-04 11:37:54.000000000 -0500374 --- kdepim-3.5.4/kitchensync/multisynk/Makefile.am 2005-09-10 04:24:19.000000000 -0400 375 +++ kdepim-3.5.4-new/kitchensync/multisynk/Makefile.am 2006-07-30 12:26:43.000000000 -0400 375 376 @@ -7,11 +7,12 @@ 376 377 $(all_includes) 377 378 … … 389 390 390 391 xdg_apps_DATA = multisynk.desktop 391 392 392 --- kdepim-3.5. 0/kitchensync/multisynk/main.cpp 2005-09-10 04:24:19.000000000 -0400393 +++ kdepim-3.5. 0-new/kitchensync/multisynk/main.cpp 2005-12-04 11:37:54.000000000 -0500393 --- kdepim-3.5.4/kitchensync/multisynk/main.cpp 2005-09-10 04:24:19.000000000 -0400 394 +++ kdepim-3.5.4-new/kitchensync/multisynk/main.cpp 2006-07-30 12:26:43.000000000 -0400 394 395 @@ -34,7 +34,7 @@ 395 396 KCmdLineLastOption 396 397 }; … … 400 401 { 401 402 KAboutData *about = MainWidget::aboutData(); 402 403 403 --- kdepim-3.5. 0/kmail/Makefile.am 2005-11-08 17:33:29.000000000 -0500404 +++ kdepim-3.5. 0-new/kmail/Makefile.am 2005-12-04 13:25:45.000000000 -0500404 --- kdepim-3.5.4/kmail/Makefile.am 2005-11-08 17:33:29.000000000 -0500 405 +++ kdepim-3.5.4-new/kmail/Makefile.am 2006-07-30 12:26:43.000000000 -0400 405 406 @@ -23,21 +23,21 @@ 406 407 endif 407 408 … … 454 455 455 456 libkmailpart_la_SOURCES = kmailpartIface.skel kmail_part.cpp 456 457 457 --- kdepim-3.5. 0/kmail/main.cpp 2005-09-10 04:24:02.000000000 -0400458 +++ kdepim-3.5. 0-new/kmail/main.cpp 2005-12-04 11:37:54.000000000 -0500458 --- kdepim-3.5.4/kmail/main.cpp 2005-09-10 04:24:02.000000000 -0400 459 +++ kdepim-3.5.4-new/kmail/main.cpp 2006-07-30 12:26:43.000000000 -0400 459 460 @@ -64,7 +64,7 @@ 460 461 return 0; 461 462 } … … 465 466 { 466 467 // WABA: KMail is a KUniqueApplication. Unfortunately this makes debugging 467 468 // a bit harder: You should pass --nofork as commandline argument when using 468 --- kdepim-3.5. 0/kmailcvt/Makefile.am 2005-09-10 04:24:16.000000000 -0400469 +++ kdepim-3.5. 0-new/kmailcvt/Makefile.am 2005-12-04 11:37:54.000000000 -0500469 --- kdepim-3.5.4/kmailcvt/Makefile.am 2005-09-10 04:24:16.000000000 -0400 470 +++ kdepim-3.5.4-new/kmailcvt/Makefile.am 2006-07-30 12:26:43.000000000 -0400 470 471 @@ -1,6 +1,9 @@ 471 472 472 473 -bin_PROGRAMS = kmailcvt … … 501 502 502 503 KDE_ICON=AUTO 503 504 504 --- kdepim-3.5. 0/kmailcvt/main.cpp 2005-09-10 04:24:16.000000000 -0400505 +++ kdepim-3.5. 0-new/kmailcvt/main.cpp 2005-12-04 11:37:54.000000000 -0500505 --- kdepim-3.5.4/kmailcvt/main.cpp 2005-09-10 04:24:16.000000000 -0400 506 +++ kdepim-3.5.4-new/kmailcvt/main.cpp 2006-07-30 12:26:43.000000000 -0400 506 507 @@ -26,7 +26,7 @@ 507 508 KCmdLineLastOption 508 509 }; … … 512 513 { 513 514 KLocale::setMainCatalogue("kmailcvt"); 514 515 515 --- kdepim-3.5. 0/kmobile/Makefile.am 2005-09-10 04:23:39.000000000 -0400516 +++ kdepim-3.5. 0-new/kmobile/Makefile.am 2005-12-04 11:37:54.000000000 -0500516 --- kdepim-3.5.4/kmobile/Makefile.am 2005-09-10 04:23:39.000000000 -0400 517 +++ kdepim-3.5.4-new/kmobile/Makefile.am 2006-07-30 12:26:43.000000000 -0400 517 518 @@ -2,15 +2,16 @@ 518 519 519 520 SUBDIRS = . devices # kioslave … … 535 536 pref.cpp kmobileiface.skel kmobile_selectiondialog.ui \ 536 537 systemtray.cpp 537 538 538 --- kdepim-3.5. 0/kmobile/main.cpp 2005-09-10 04:23:39.000000000 -0400539 +++ kdepim-3.5. 0-new/kmobile/main.cpp 2005-12-04 11:37:54.000000000 -0500539 --- kdepim-3.5.4/kmobile/main.cpp 2005-09-10 04:23:39.000000000 -0400 540 +++ kdepim-3.5.4-new/kmobile/main.cpp 2006-07-30 12:26:43.000000000 -0400 540 541 @@ -35,7 +35,7 @@ 541 542 KCmdLineLastOption 542 543 }; … … 546 547 { 547 548 KAboutData about("kmobile", I18N_NOOP("KMobile"), version, description, 548 549 KAboutData::License_GPL, "(C) 2003-2005 Helge Deller", 0, 0, "deller@kde.org"); 549 --- kdepim-3.5. 0/knode/Makefile.am 2005-09-10 04:24:04.000000000 -0400550 +++ kdepim-3.5. 0-new/knode/Makefile.am 2005-12-04 13:30:43.000000000 -0500550 --- kdepim-3.5.4/knode/Makefile.am 2005-09-10 04:24:04.000000000 -0400 551 +++ kdepim-3.5.4-new/knode/Makefile.am 2006-07-30 12:26:43.000000000 -0400 551 552 @@ -10,22 +10,23 @@ 552 553 lib_LTLIBRARIES = libknodecommon.la 553 554 … … 596 597 597 598 xdg_apps_DATA = KNode.desktop 598 599 599 --- kdepim-3.5. 0/knode/main.cpp 2005-09-10 04:24:04.000000000 -0400600 +++ kdepim-3.5. 0-new/knode/main.cpp 2005-12-04 11:37:54.000000000 -0500600 --- kdepim-3.5.4/knode/main.cpp 2006-01-19 11:55:48.000000000 -0500 601 +++ kdepim-3.5.4-new/knode/main.cpp 2006-07-30 12:26:43.000000000 -0400 601 602 @@ -25,7 +25,7 @@ 602 603 #include "knode_options.h" 603 604 using KNode::AboutData; … … 607 608 { 608 609 AboutData aboutData; 609 610 610 --- kdepim-3.5. 0/knotes/Makefile.am 2005-10-10 11:02:28.000000000 -0400611 +++ kdepim-3.5. 0-new/knotes/Makefile.am 2005-12-04 13:04:21.000000000 -0500611 --- kdepim-3.5.4/knotes/Makefile.am 2005-10-10 11:02:28.000000000 -0400 612 +++ kdepim-3.5.4-new/knotes/Makefile.am 2006-07-30 12:26:43.000000000 -0400 612 613 @@ -2,7 +2,9 @@ 613 614 614 615 SUBDIRS = . pics icons … … 637 638 638 639 kde_module_LTLIBRARIES = knotes_local.la 639 640 knotes_local_la_SOURCES = resourcelocal_plugin.cpp 640 --- kdepim-3.5. 0/knotes/main.cpp 2005-09-10 04:24:41.000000000 -0400641 +++ kdepim-3.5. 0-new/knotes/main.cpp 2005-12-04 11:37:54.000000000 -0500641 --- kdepim-3.5.4/knotes/main.cpp 2006-03-17 05:16:01.000000000 -0500 642 +++ kdepim-3.5.4-new/knotes/main.cpp 2006-07-30 12:26:43.000000000 -0400 642 643 @@ -86,7 +86,7 @@ 643 644 return KUniqueApplication::newInstance(); 644 645 } … … 648 649 { 649 650 QString version = QString::number( KNOTES_VERSION ); 650 651 651 --- kdepim-3.5. 0/kode/Makefile.am 2005-09-10 04:23:43.000000000 -0400652 +++ kdepim-3.5. 0-new/kode/Makefile.am 2005-12-04 11:37:54.000000000 -0500652 --- kdepim-3.5.4/kode/Makefile.am 2005-09-10 04:23:43.000000000 -0400 653 +++ kdepim-3.5.4-new/kode/Makefile.am 2006-07-30 12:26:43.000000000 -0400 653 654 @@ -12,10 +12,11 @@ 654 655 -version-info 1:0:0 -no-undefined 655 656 libkode_la_LIBADD = -lkdecore … … 666 667 +kode_la_SOURCES = kodemain.cpp 667 668 668 669 METASOURCES = AUTO 669 --- kdepim-3.5. 0/kode/kodemain.cpp 2005-09-10 04:23:43.000000000 -0400670 +++ kdepim-3.5. 0-new/kode/kodemain.cpp 2005-12-04 11:37:55.000000000 -0500670 --- kdepim-3.5.4/kode/kodemain.cpp 2005-09-10 04:23:43.000000000 -0400 671 +++ kdepim-3.5.4-new/kode/kodemain.cpp 2006-07-30 12:26:43.000000000 -0400 671 672 @@ -607,7 +607,7 @@ 672 673 return 0; 673 674 } … … 677 678 { 678 679 KAboutData aboutData( "kode", I18N_NOOP("KDE Code Generator"), "0.1" ); 679 680 aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" ); 680 --- kdepim-3.5. 0/kode/kxml_compiler/Makefile.am 2005-09-10 04:23:43.000000000 -0400681 +++ kdepim-3.5. 0-new/kode/kxml_compiler/Makefile.am 2005-12-04 11:37:55.000000000 -0500681 --- kdepim-3.5.4/kode/kxml_compiler/Makefile.am 2005-09-10 04:23:43.000000000 -0400 682 +++ kdepim-3.5.4-new/kode/kxml_compiler/Makefile.am 2006-07-30 12:26:43.000000000 -0400 682 683 @@ -1,9 +1,11 @@ 683 684 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libkdepim $(all_includes) 684 685 … … 695 696 +kxml_compiler_la_SOURCES = parser.cpp creator.cpp kxml_compiler.cpp 696 697 697 698 METASOURCES = AUTO 698 --- kdepim-3.5. 0/kode/kxml_compiler/kxml_compiler.cpp 2005-09-10 04:23:43.000000000 -0400699 +++ kdepim-3.5. 0-new/kode/kxml_compiler/kxml_compiler.cpp 2005-12-04 11:37:55.000000000 -0500699 --- kdepim-3.5.4/kode/kxml_compiler/kxml_compiler.cpp 2005-09-10 04:23:43.000000000 -0400 700 +++ kdepim-3.5.4-new/kode/kxml_compiler/kxml_compiler.cpp 2006-07-30 12:26:43.000000000 -0400 700 701 @@ -55,7 +55,7 @@ 701 702 KCmdLineLastOption 702 703 }; … … 706 707 { 707 708 KAboutData aboutData( "kxml_compiler", I18N_NOOP("KDE xml compiler"), "0.1", 708 709 I18N_NOOP("KDE XML Compiler") , KAboutData::License_LGPL ); 709 --- kdepim-3.5. 0/konsolekalendar/Makefile.am 2005-11-08 17:33:45.000000000 -0500710 +++ kdepim-3.5. 0-new/konsolekalendar/Makefile.am 2005-12-04 13:04:28.000000000 -0500710 --- kdepim-3.5.4/konsolekalendar/Makefile.am 2005-11-08 17:33:45.000000000 -0500 711 +++ kdepim-3.5.4-new/konsolekalendar/Makefile.am 2006-07-30 12:26:43.000000000 -0400 711 712 @@ -6,14 +6,16 @@ 712 713 713 714 METASOURCES = AUTO … … 729 730 730 731 appsdir = $(kde_appsdir)/Utilities 731 732 xdg_apps_DATA = konsolekalendar.desktop 732 --- kdepim-3.5. 0/konsolekalendar/main.cpp 2005-11-20 05:47:52.000000000 -0500733 +++ kdepim-3.5. 0-new/konsolekalendar/main.cpp 2005-12-04 11:37:55.000000000 -0500733 --- kdepim-3.5.4/konsolekalendar/main.cpp 2006-07-22 04:14:27.000000000 -0400 734 +++ kdepim-3.5.4-new/konsolekalendar/main.cpp 2006-07-30 12:26:43.000000000 -0400 734 735 @@ -165,7 +165,7 @@ 735 736 KCmdLineLastOption 736 737 }; … … 740 741 { 741 742 KAboutData aboutData( 742 743 progName, // internal program name 743 --- kdepim-3.5. 0/kontact/src/Makefile.am 2005-09-10 04:24:42.000000000 -0400744 +++ kdepim-3.5. 0-new/kontact/src/Makefile.am 2005-12-04 13:04:39.000000000 -0500744 --- kdepim-3.5.4/kontact/src/Makefile.am 2005-09-10 04:24:42.000000000 -0400 745 +++ kdepim-3.5.4-new/kontact/src/Makefile.am 2006-07-30 12:26:43.000000000 -0400 745 746 @@ -5,23 +5,29 @@ 746 747 lib_LTLIBRARIES = libkontact.la 747 748 libkontact_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info 1:0 … … 780 781 kcm_kontact_la_LIBADD = libkontact.la $(top_builddir)/libkdepim/libkdepim.la 781 782 kcm_kontact_la_COMPILE_FIRST = prefs.h 782 783 783 --- kdepim-3.5. 0/kontact/src/main.cpp 2005-09-10 04:24:42.000000000 -0400784 +++ kdepim-3.5. 0-new/kontact/src/main.cpp 2005-12-04 11:37:55.000000000 -0500785 @@ -1 43,7 +143,7 @@784 --- kdepim-3.5.4/kontact/src/main.cpp 2006-05-23 07:31:20.000000000 -0400 785 +++ kdepim-3.5.4-new/kontact/src/main.cpp 2006-07-30 12:26:43.000000000 -0400 786 @@ -127,7 +127,7 @@ 786 787 return KUniqueApplication::newInstance(); 787 788 } 788 789 … … 791 792 { 792 793 KAboutData about( "kontact", I18N_NOOP( "Kontact" ), version, description, 793 794 KAboutData::License_GPL, I18N_NOOP("(C) 2001-2004 The Kontact developers"), 0, "http://kontact.org" ); 794 --- kdepim-3.5. 0/korganizer/Makefile.am 2005-09-10 04:24:47.000000000 -0400795 +++ kdepim-3.5. 0-new/korganizer/Makefile.am 2005-12-04 13:04:52.000000000 -0500795 --- kdepim-3.5.4/korganizer/Makefile.am 2006-05-22 14:11:16.000000000 -0400 796 +++ kdepim-3.5.4-new/korganizer/Makefile.am 2006-07-30 12:26:43.000000000 -0400 796 797 @@ -12,18 +12,19 @@ 797 798 -I$(top_builddir) \ 798 799 $(all_includes) … … 828 829 koagendaview.cpp koagenda.cpp koagendaitem.cpp \ 829 830 datenavigator.cpp kdatenavigator.cpp datenavigatorcontainer.cpp \ 830 831 datechecker.cpp \ 831 --- kdepim-3.5. 0/korganizer/korgac/Makefile.am 2005-09-10 04:24:44.000000000 -0400832 +++ kdepim-3.5. 0-new/korganizer/korgac/Makefile.am 2005-12-04 11:37:55.000000000 -0500832 --- kdepim-3.5.4/korganizer/korgac/Makefile.am 2005-09-10 04:24:44.000000000 -0400 833 +++ kdepim-3.5.4-new/korganizer/korgac/Makefile.am 2006-07-30 12:26:43.000000000 -0400 833 834 @@ -1,11 +1,13 @@ 834 835 INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/korganizer $(all_includes) 835 836 … … 859 860 860 861 noinst_HEADERS = alarmclientiface.h alarmdialog.h \ 861 862 alarmdockwindow.h koalarmclient.h 862 --- kdepim-3.5. 0/korganizer/korgac/korgacmain.cpp 2005-09-10 04:24:44.000000000 -0400863 +++ kdepim-3.5. 0-new/korganizer/korgac/korgacmain.cpp 2005-12-04 11:37:55.000000000 -0500864 @@ -5 8,7 +58,7 @@863 --- kdepim-3.5.4/korganizer/korgac/korgacmain.cpp 2006-01-19 11:56:25.000000000 -0500 864 +++ kdepim-3.5.4-new/korganizer/korgac/korgacmain.cpp 2006-07-30 12:26:43.000000000 -0400 865 @@ -59,7 +59,7 @@ 865 866 { 0, 0, 0 } 866 867 }; 867 868 … … 870 871 { 871 872 KLocale::setMainCatalogue( "korganizer" ); 872 873 KAboutData aboutData( "korgac", I18N_NOOP("KOrganizer Reminder Daemon"), 873 --- kdepim-3.5. 0/korganizer/korgplugins.cpp 2005-09-10 04:24:47.000000000 -0400874 +++ kdepim-3.5. 0-new/korganizer/korgplugins.cpp 2005-12-04 11:37:55.000000000 -0500874 --- kdepim-3.5.4/korganizer/korgplugins.cpp 2005-09-10 04:24:47.000000000 -0400 875 +++ kdepim-3.5.4-new/korganizer/korgplugins.cpp 2006-07-30 12:26:43.000000000 -0400 875 876 @@ -32,7 +32,7 @@ 876 877 877 878 #include "kocore.h" … … 881 882 { 882 883 KAboutData aboutData("korgplugins",I18N_NOOP("KOrgPlugins"),"0.1"); 883 884 KCmdLineArgs::init(argc,argv,&aboutData); 884 --- kdepim-3.5. 0/korganizer/main.cpp 2005-09-10 04:24:47.000000000 -0400885 +++ kdepim-3.5. 0-new/korganizer/main.cpp 2005-12-04 11:37:55.000000000 -0500885 --- kdepim-3.5.4/korganizer/main.cpp 2005-09-10 04:24:47.000000000 -0400 886 +++ kdepim-3.5.4-new/korganizer/main.cpp 2006-07-30 12:26:43.000000000 -0400 886 887 @@ -35,7 +35,7 @@ 887 888 #include "korganizer.h" 888 889 #include "korganizer_options.h" … … 892 893 { 893 894 KOrg::AboutData aboutData; 894 895 895 --- kdepim-3.5. 0/korganizer/timezone.cpp 2005-09-10 04:24:47.000000000 -0400896 +++ kdepim-3.5. 0-new/korganizer/timezone.cpp 2005-12-04 11:37:55.000000000 -0500896 --- kdepim-3.5.4/korganizer/timezone.cpp 2005-09-10 04:24:47.000000000 -0400 897 +++ kdepim-3.5.4-new/korganizer/timezone.cpp 2006-07-30 12:26:43.000000000 -0400 897 898 @@ -34,7 +34,7 @@ 898 899 899 900 #include "koprefs.h" … … 903 904 { 904 905 KAboutData aboutData("timezone",I18N_NOOP("KOrganizer Timezone Test"),"0.1"); 905 906 KCmdLineArgs::init(argc,argv,&aboutData); 906 --- kdepim-3.5. 0/korn/Makefile.am 2005-11-08 17:33:32.000000000 -0500907 +++ kdepim-3.5. 0-new/korn/Makefile.am 2005-12-04 11:37:55.000000000 -0500907 --- kdepim-3.5.4/korn/Makefile.am 2005-11-08 17:33:32.000000000 -0500 908 +++ kdepim-3.5.4-new/korn/Makefile.am 2006-07-30 12:26:44.000000000 -0400 908 909 @@ -6,11 +6,15 @@ 909 910 910 911 METASOURCES = AUTO … … 924 925 accountmanager.cpp \ 925 926 account_input.cpp \ 926 927 boxcontainer.cpp \ 927 --- kdepim-3.5. 0/korn/main.cpp 2005-11-08 17:33:32.000000000 -0500928 +++ kdepim-3.5. 0-new/korn/main.cpp 2005-12-04 11:37:55.000000000 -0500928 --- kdepim-3.5.4/korn/main.cpp 2006-07-22 04:14:20.000000000 -0400 929 +++ kdepim-3.5.4-new/korn/main.cpp 2006-07-30 12:26:44.000000000 -0400 929 930 @@ -14,7 +14,7 @@ 930 931 static const char version[] = "0.4"; 931 932 … … 935 936 { 936 937 KAboutData aboutData(argv[0], I18N_NOOP("Korn"), 937 938 version, description, KAboutData::License_GPL, 938 --- kdepim-3.5. 0/kpilot/conduits/docconduit/Makefile.am 2005-11-08 17:33:38.000000000 -0500939 +++ kdepim-3.5. 0-new/kpilot/conduits/docconduit/Makefile.am 2005-12-04 11:37:55.000000000 -0500939 --- kdepim-3.5.4/kpilot/conduits/docconduit/Makefile.am 2005-11-08 17:33:38.000000000 -0500 940 +++ kdepim-3.5.4-new/kpilot/conduits/docconduit/Makefile.am 2006-07-30 12:26:44.000000000 -0400 940 941 @@ -14,7 +14,9 @@ 941 942 942 943 noinst_LTLIBRARIES = libpalmdoc_shared.la … … 961 962 962 963 xdg_apps_DATA = kpalmdoc.desktop 963 964 servicetypedir = $(kde_servicetypesdir) 964 --- kdepim-3.5. 0/kpilot/conduits/docconduit/kpalmdoc.cpp 2005-09-10 04:24:37.000000000 -0400965 +++ kdepim-3.5. 0-new/kpilot/conduits/docconduit/kpalmdoc.cpp 2005-12-04 11:37:55.000000000 -0500965 --- kdepim-3.5.4/kpilot/conduits/docconduit/kpalmdoc.cpp 2005-09-10 04:24:37.000000000 -0400 966 +++ kdepim-3.5.4-new/kpilot/conduits/docconduit/kpalmdoc.cpp 2006-07-30 12:26:44.000000000 -0400 966 967 @@ -36,7 +36,7 @@ 967 968 968 969 … … 972 973 { 973 974 974 975 KAboutData about("converter", I18N_NOOP("KPalmDOC"), "-0.0.1", 975 --- kdepim-3.5. 0/kpilot/conduits/malconduit/mal-conduit.cc 2005-09-10 04:24:37.000000000 -0400976 +++ kdepim-3.5. 0-new/kpilot/conduits/malconduit/mal-conduit.cc 2005-12-04 11:37:55.000000000 -0500976 --- kdepim-3.5.4/kpilot/conduits/malconduit/mal-conduit.cc 2005-09-10 04:24:37.000000000 -0400 977 +++ kdepim-3.5.4-new/kpilot/conduits/malconduit/mal-conduit.cc 2006-07-30 12:26:44.000000000 -0400 977 978 @@ -34,6 +34,7 @@ 978 979 979 980 #include "options.h" … … 982 983 #include <qregexp.h> 983 984 #include <kconfig.h> 984 985 #include <kdebug.h> 985 --- kdepim-3.5. 0/kpilot/kpilot/Makefile.am 2005-09-10 04:24:40.000000000 -0400986 +++ kdepim-3.5. 0-new/kpilot/kpilot/Makefile.am 2005-12-04 13:05:06.000000000 -0500986 --- kdepim-3.5.4/kpilot/kpilot/Makefile.am 2005-09-10 04:24:40.000000000 -0400 987 +++ kdepim-3.5.4-new/kpilot/kpilot/Makefile.am 2006-07-30 12:26:44.000000000 -0400 987 988 @@ -9,9 +9,10 @@ 988 989 SUBDIRS = Icons 989 990 … … 1055 1056 ../lib/libkpilot.la libconfiguration.la 1056 1057 1057 1058 xdg_apps_DATA = kpilot.desktop kpilotdaemon.desktop 1058 --- kdepim-3.5. 0/kpilot/kpilot/kpilot.cc 2005-09-10 04:24:39.000000000 -04001059 +++ kdepim-3.5. 0-new/kpilot/kpilot/kpilot.cc 2005-12-04 11:37:55.000000000 -05001059 --- kdepim-3.5.4/kpilot/kpilot/kpilot.cc 2005-09-10 04:24:39.000000000 -0400 1060 +++ kdepim-3.5.4-new/kpilot/kpilot/kpilot.cc 2006-07-30 12:26:44.000000000 -0400 1060 1061 @@ -1102,7 +1102,7 @@ 1061 1062 1062 1063 … … 1066 1067 { 1067 1068 FUNCTIONSETUP; 1068 1069 1069 --- kdepim-3.5. 0/kpilot/kpilot/pilotDaemon.cc 2005-09-10 04:24:39.000000000 -04001070 +++ kdepim-3.5. 0-new/kpilot/kpilot/pilotDaemon.cc 2005-12-04 11:37:55.000000000 -05001070 --- kdepim-3.5.4/kpilot/kpilot/pilotDaemon.cc 2005-09-10 04:24:39.000000000 -0400 1071 +++ kdepim-3.5.4-new/kpilot/kpilot/pilotDaemon.cc 2006-07-30 12:26:44.000000000 -0400 1071 1072 @@ -1265,7 +1265,7 @@ 1072 1073 } ; 1073 1074 … … 1077 1078 { 1078 1079 FUNCTIONSETUP; 1079 1080 1080 --- kdepim-3.5. 0/kresources/featureplan/benchmarkfeaturelist.cpp 2005-09-10 04:23:46.000000000 -04001081 +++ kdepim-3.5. 0-new/kresources/featureplan/benchmarkfeaturelist.cpp 2005-12-04 11:37:55.000000000 -05001081 --- kdepim-3.5.4/kresources/featureplan/benchmarkfeaturelist.cpp 2005-09-10 04:23:46.000000000 -0400 1082 +++ kdepim-3.5.4-new/kresources/featureplan/benchmarkfeaturelist.cpp 2006-07-30 12:26:44.000000000 -0400 1082 1083 @@ -67,7 +67,7 @@ 1083 1084 } 1084 1085 } … … 1088 1089 { 1089 1090 KAboutData aboutData( "benchmarkfeaturelist", 1090 1091 "Benchmark for feature list XML parser", 1091 --- kdepim-3.5. 0/kresources/featureplan/dumpfeaturelist.cpp 2005-09-10 04:23:46.000000000 -04001092 +++ kdepim-3.5. 0-new/kresources/featureplan/dumpfeaturelist.cpp 2005-12-04 11:37:55.000000000 -05001092 --- kdepim-3.5.4/kresources/featureplan/dumpfeaturelist.cpp 2006-05-22 14:10:46.000000000 -0400 1093 +++ kdepim-3.5.4-new/kresources/featureplan/dumpfeaturelist.cpp 2006-07-30 12:26:44.000000000 -0400 1093 1094 @@ -67,7 +67,7 @@ 1094 1095 } 1095 1096 } … … 1099 1100 { 1100 1101 KAboutData aboutData( "dumpfeaturelist", "Dump XML feature list to stdout", 1101 1102 "0.1" ); 1102 --- kdepim-3.5. 0/kresources/groupwise/soap/soapdebug.cpp 2005-09-10 04:23:46.000000000 -04001103 +++ kdepim-3.5. 0-new/kresources/groupwise/soap/soapdebug.cpp 2005-12-04 11:37:55.000000000 -05001103 --- kdepim-3.5.4/kresources/groupwise/soap/soapdebug.cpp 2005-09-10 04:23:46.000000000 -0400 1104 +++ kdepim-3.5.4-new/kresources/groupwise/soap/soapdebug.cpp 2006-07-30 12:26:44.000000000 -0400 1104 1105 @@ -44,7 +44,7 @@ 1105 1106 KCmdLineLastOption 1106 1107 }; … … 1110 1111 { 1111 1112 KAboutData aboutData( "soapdebug", I18N_NOOP("Groupwise Soap Debug"), "0.1" ); 1112 1113 aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" ); 1113 --- kdepim-3.5. 0/ksync/src/Makefile.am 2005-09-10 04:23:48.000000000 -04001114 +++ kdepim-3.5. 0-new/ksync/src/Makefile.am 2005-12-04 11:37:55.000000000 -05001114 --- kdepim-3.5.4/ksync/src/Makefile.am 2005-09-10 04:23:48.000000000 -0400 1115 +++ kdepim-3.5.4-new/ksync/src/Makefile.am 2006-07-30 12:26:44.000000000 -0400 1115 1116 @@ -1,7 +1,10 @@ 1116 1117 -bin_PROGRAMS = ksync 1117 1118 -ksync_SOURCES = ksyncview.cpp ksync.cpp main.cpp … … 1127 1128 1128 1129 EXTRA_DIST = main.cpp ksync.cpp ksync.h ksyncdoc.cpp ksyncdoc.h ksyncview.cpp ksyncview.h ksyncui.rc ksync.desktop lo32-app-ksync.png lo16-app-ksync.png 1129 1130 1130 --- kdepim-3.5. 0/ksync/src/main.cpp 2005-09-10 04:23:48.000000000 -04001131 +++ kdepim-3.5. 0-new/ksync/src/main.cpp 2005-12-04 11:37:56.000000000 -05001131 --- kdepim-3.5.4/ksync/src/main.cpp 2005-09-10 04:23:48.000000000 -0400 1132 +++ kdepim-3.5.4-new/ksync/src/main.cpp 2006-07-30 12:26:44.000000000 -0400 1132 1133 @@ -37,7 +37,7 @@ 1133 1134 // INSERT YOUR COMMANDLINE OPTIONS HERE 1134 1135 }; … … 1138 1139 { 1139 1140 1140 1141 KAboutData aboutData( "ksync", I18N_NOOP("KSync"), 1141 --- kdepim-3.5. 0/ktnef/gui/Makefile.am 2005-09-10 04:24:43.000000000 -04001142 +++ kdepim-3.5. 0-new/ktnef/gui/Makefile.am 2005-12-04 11:37:56.000000000 -05001142 --- kdepim-3.5.4/ktnef/gui/Makefile.am 2005-09-10 04:24:43.000000000 -0400 1143 +++ kdepim-3.5.4-new/ktnef/gui/Makefile.am 2006-07-30 12:26:44.000000000 -0400 1143 1144 @@ -2,14 +2,16 @@ 1144 1145 1145 1146 SUBDIRS = pics … … 1163 1164 1164 1165 noinst_HEADERS = ktnefmain.h ktnefview.h attachpropertydialog.h \ 1165 1166 qwmf.h wmfstruct.h metafuncs.h 1166 --- kdepim-3.5. 0/ktnef/gui/main.cpp 2005-09-10 04:24:43.000000000 -04001167 +++ kdepim-3.5. 0-new/ktnef/gui/main.cpp 2005-12-04 11:37:56.000000000 -05001167 --- kdepim-3.5.4/ktnef/gui/main.cpp 2005-09-10 04:24:43.000000000 -0400 1168 +++ kdepim-3.5.4-new/ktnef/gui/main.cpp 2006-07-30 12:26:44.000000000 -0400 1168 1169 @@ -33,7 +33,7 @@ 1169 1170 // INSERT YOUR COMMANDLINE OPTIONS HERE 1170 1171 }; … … 1174 1175 { 1175 1176 1176 1177 KAboutData aboutData( "ktnef", I18N_NOOP("KTnef"), 1177 --- kdepim-3.5. 0/libkcal/convertqtopia.cpp 2005-09-10 04:24:36.000000000 -04001178 +++ kdepim-3.5. 0-new/libkcal/convertqtopia.cpp 2005-12-04 11:37:56.000000000 -05001178 --- kdepim-3.5.4/libkcal/convertqtopia.cpp 2005-09-10 04:24:36.000000000 -0400 1179 +++ kdepim-3.5.4-new/libkcal/convertqtopia.cpp 2006-07-30 12:26:44.000000000 -0400 1179 1180 @@ -48,7 +48,7 @@ 1180 1181 KCmdLineLastOption 1181 1182 }; … … 1185 1186 { 1186 1187 KAboutData aboutData("convertqtopia",I18N_NOOP("Qtopia calendar file converter"),"0.1"); 1187 1188 aboutData.addAuthor("Cornelius Schumacher", 0, "schumacher@kde.org"); 1188 --- kdepim-3.5. 0/libkcal/versit/vcc.c 2005-09-10 04:24:36.000000000 -04001189 +++ kdepim-3.5. 0-new/libkcal/versit/vcc.c 2005-12-04 11:37:56.000000000 -05001189 --- kdepim-3.5.4/libkcal/versit/vcc.c 2005-09-10 04:24:36.000000000 -0400 1190 +++ kdepim-3.5.4-new/libkcal/versit/vcc.c 2006-07-30 12:26:44.000000000 -0400 1190 1191 @@ -198,9 +198,6 @@ 1191 1192 #endif 1192 1193 … … 1197 1198 #include <stdio.h> 1198 1199 #include <stdlib.h> 1199 1200 #include <ctype.h> 1200 --- kdepim-3.5. 0/libkdepim/cfgc/autoexample.cpp 2005-09-10 04:24:24.000000000 -04001201 +++ kdepim-3.5. 0-new/libkdepim/cfgc/autoexample.cpp 2005-12-04 11:37:56.000000000 -05001201 --- kdepim-3.5.4/libkdepim/cfgc/autoexample.cpp 2005-09-10 04:24:24.000000000 -0400 1202 +++ kdepim-3.5.4-new/libkdepim/cfgc/autoexample.cpp 2006-07-30 12:26:44.000000000 -0400 1202 1203 @@ -36,7 +36,7 @@ 1203 1204 1204 1205 #include <qlabel.h> … … 1208 1209 { 1209 1210 KAboutData aboutData( "example", I18N_NOOP("autoconfig example"), "0.1" ); 1210 1211 aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" ); 1211 --- kdepim-3.5. 0/libkdepim/cfgc/example.cpp 2005-09-10 04:24:24.000000000 -04001212 +++ kdepim-3.5. 0-new/libkdepim/cfgc/example.cpp 2005-12-04 11:37:56.000000000 -05001212 --- kdepim-3.5.4/libkdepim/cfgc/example.cpp 2005-09-10 04:24:24.000000000 -0400 1213 +++ kdepim-3.5.4-new/libkdepim/cfgc/example.cpp 2006-07-30 12:26:44.000000000 -0400 1213 1214 @@ -32,7 +32,7 @@ 1214 1215 1215 1216 #include <libkdepim/kprefsdialog.h> … … 1219 1220 { 1220 1221 KAboutData aboutData( "example", I18N_NOOP("cfgc example"), "0.1" ); 1221 1222 aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" ); 1222 --- kdepim-3.5. 0/libkholidays/Makefile.am 2005-09-10 04:24:19.000000000 -04001223 +++ kdepim-3.5. 0-new/libkholidays/Makefile.am 2005-12-04 11:37:56.000000000 -05001223 --- kdepim-3.5.4/libkholidays/Makefile.am 2006-07-22 04:14:21.000000000 -0400 1224 +++ kdepim-3.5.4-new/libkholidays/Makefile.am 2006-07-30 12:26:44.000000000 -0400 1224 1225 @@ -7,7 +7,7 @@ 1225 1226 lib_LTLIBRARIES = libkholidays.la 1226 1227 … … 1230 1231 libkholidays_la_SOURCES = kholidays.cpp scanholiday.c parseholiday.h parseholiday.c lunarphase.cpp 1231 1232 1232 1233 #the lex/flex and yacc/bison files are in CVS and NOT generated 1233 --- kdepim-3.5.0/libkholidays/parseholiday.c 2005-09-10 04:24:19.000000000 -0400 1234 +++ kdepim-3.5.0-new/libkholidays/parseholiday.c 2005-12-04 11:37:56.000000000 -0500 1235 @@ -106,7 +106,7 @@ 1234 --- kdepim-3.5.4/libkholidays/parseholiday.c 2006-07-22 04:14:21.000000000 -0400 1235 +++ kdepim-3.5.4-new/libkholidays/parseholiday.c 2006-07-30 12:27:25.000000000 -0400 1236 @@ -111,8 +111,8 @@ 1237 int year, int off, int length); 1236 1238 /*** Variables and structures ***/ 1237 1239 static int m, d, y; 1238 1240 -int kcallineno; /* current line # being parsed */ 1239 1241 -FILE *kcalin; /* file currently being processed */ 1242 +extern int kcallineno; /* current line # being parsed */ 1240 1243 +extern FILE *kcalin; /* file currently being processed */ 1241 1244 int yacc_small; /* small string or on its own line? */ 1242 1245 int yacc_stringcolor; /* color of holiday name text, 1..8 */ 1243 1246 char *yacc_string; /* holiday name text */ 1244 --- kdepim-3.5.0/mimelib/dw_date.cpp 2005-09-10 04:24:49.000000000 -0400 1245 +++ kdepim-3.5.0-new/mimelib/dw_date.cpp 2005-12-04 11:37:56.000000000 -0500 1246 @@ -673,7 +673,7 @@ 1247 "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" 1247 --- kdepim-3.5.4/libkholidays/scanholiday.c 2006-07-22 04:14:21.000000000 -0400 1248 +++ kdepim-3.5.4-new/libkholidays/scanholiday.c 2006-07-30 12:27:35.000000000 -0400 1249 @@ -347,7 +347,7 @@ 1250 1251 extern int kcallineno; 1252 1253 -int kcallineno = 1; 1254 +kcallineno = 1; 1255 1256 extern char *kcaltext; 1257 #define yytext_ptr kcaltext 1258 --- kdepim-3.5.4/mimelib/dw_date.cpp 2006-01-19 11:56:38.000000000 -0500 1259 +++ kdepim-3.5.4-new/mimelib/dw_date.cpp 2006-07-30 12:26:44.000000000 -0400 1260 @@ -658,7 +658,7 @@ 1261 "" 1248 1262 }; 1249 1263 1250 1264 -int main() … … 1252 1266 { 1253 1267 struct tm *ptms, tms1, tms2; 1254 1268 time_t tt; 1255 --- kdepim-3.5. 0/mimelib/uuencode.cpp 2005-09-10 04:24:49.000000000 -04001256 +++ kdepim-3.5. 0-new/mimelib/uuencode.cpp 2005-12-04 11:37:56.000000000 -05001269 --- kdepim-3.5.4/mimelib/uuencode.cpp 2005-09-10 04:24:49.000000000 -0400 1270 +++ kdepim-3.5.4-new/mimelib/uuencode.cpp 2006-07-30 12:26:44.000000000 -0400 1257 1271 @@ -431,7 +431,7 @@ 1258 1272 1259 1273 // Test harness for DwUudecode … … 1263 1277 { 1264 1278 srand(time(0)); 1265 1279 DwString binStr; 1266 --- kdepim-3.5. 0/networkstatus/Makefile.am 2005-09-10 04:24:02.000000000 -04001267 +++ kdepim-3.5. 0-new/networkstatus/Makefile.am 2005-12-04 13:05:15.000000000 -05001280 --- kdepim-3.5.4/networkstatus/Makefile.am 2005-09-10 04:24:02.000000000 -0400 1281 +++ kdepim-3.5.4-new/networkstatus/Makefile.am 2006-07-30 12:26:44.000000000 -0400 1268 1282 @@ -19,7 +19,7 @@ 1269 1283 clientiface.skel serviceiface.skel network.cpp 1270 1284 #kclientiface.skel serviceiface.skel … … 1290 1304 1291 1305 -networkstatustestservice_SOURCES = testservice.cpp provideriface.skel serviceiface.stub 1292 1306 +networkstatustestservice_la_SOURCES = testservice.cpp provideriface.skel serviceiface.stub 1293 --- kdepim-3.5. 0/networkstatus/testservice.cpp 2005-09-10 04:24:02.000000000 -04001294 +++ kdepim-3.5. 0-new/networkstatus/testservice.cpp 2005-12-04 11:37:56.000000000 -05001307 --- kdepim-3.5.4/networkstatus/testservice.cpp 2005-09-10 04:24:02.000000000 -0400 1308 +++ kdepim-3.5.4-new/networkstatus/testservice.cpp 2006-07-30 12:26:44.000000000 -0400 1295 1309 @@ -90,7 +90,7 @@ 1296 1310 m_service->setNetworkStatus( "test_net", (int)m_status ); 1297 1311 } … … 1301 1315 { 1302 1316 KApplication app(argc, argv, "testdcop"); 1303 1317 TestService * test = new TestService; 1304 --- kdepim-3.5. 0/wizards/Makefile.am 2005-09-10 04:23:44.000000000 -04001305 +++ kdepim-3.5. 0-new/wizards/Makefile.am 2005-12-04 11:37:56.000000000 -05001318 --- kdepim-3.5.4/wizards/Makefile.am 2005-09-10 04:23:44.000000000 -0400 1319 +++ kdepim-3.5.4-new/wizards/Makefile.am 2006-07-30 12:26:44.000000000 -0400 1306 1320 @@ -12,7 +12,7 @@ 1307 1321 bin_PROGRAMS = groupwarewizard egroupwarewizard sloxwizard kolabwizard \ 1308 1322 groupwisewizard exchangewizard -
kdepim3/Portfile
1 1 # $Id$ 2 2 3 #Synced with Fink, Version 3.5. 1-10243 #Synced with Fink, Version 3.5.4-1021 4 4 5 5 PortSystem 1.0 6 6 name kdepim3 7 version 3.5.1 8 revision 4 9 set kdeadmin kde-admindir-3.5.1 7 version 3.5.4 8 set kdeadmin kde-admindir-252 10 9 categories kde 11 10 maintainers ben@macports.org takanori@macports.org 12 11 description KDE personal information management tools. \ 13 12 NB No KDE sound support. 14 13 platforms darwin 15 master_sites opendarwin::kde35 1\14 master_sites opendarwin::kde354 \ 16 15 opendarwin::admin 17 16 # kde:stable/${version}/src 18 17 # http://ranger.befunk.com/fink/:admin 19 extract.suffix .tar.bz220 18 use_bzip2 yes 21 19 distname kdepim-${version} 22 distfiles ${distname}.tar.bz2:kde35 1\20 distfiles ${distname}.tar.bz2:kde354 \ 23 21 ${kdeadmin}.tar.bz2:admin 24 22 depends_build port:autoconf \ 25 port:automake 26 depends_lib port:kdebase3 \ 27 port:cyrus-sasl2 \ 28 port:gpgme \ 23 port:unsermake 24 depends_lib port:gpgme \ 29 25 port:kdeaccessibility3 \ 26 port:kdebase3 \ 30 27 port:libgpg-error 31 28 # port:gnokii \ isn't detected :-( 29 # port:gtk1 30 # port:pilot-link 32 31 33 checksums ${distname}.tar.bz2 md5 8e87c9cbe1f0c0f983f94d804a5bc8f9 \34 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e32 checksums ${distname}.tar.bz2 md5 4a01ceaeb6067d03003edb77b104f559 \ 33 ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e 35 34 36 extract.only 37 post-extract 35 extract.only ${distname}.tar.bz2 36 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" } 38 37 39 38 patchfiles kdepim3.patch 40 39 patch { 41 40 cd ${worksrcpath} 42 41 foreach file $patchfiles { 43 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${ portpath}/${filesdir}/${file} | patch -p1"42 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1" 44 43 } 44 system "perl -pi -e 's,#include <malloc.h>,,g' libkcal/versit/vcc*" 45 system "perl -pi -e 's/-Xlinker -framework -Xlinker (\\S*)/-Wl,-framework,\$1/g; s/-framework (\\S*)/-Wl,-framework,\$1/g;' admin/*" 45 46 } 46 post-patch { 47 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh 48 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh 47 post-patch { 48 reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh 49 49 reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh 50 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh51 foreach file [glob ${worksrcpath}/admin/*] {52 reinplace "s|-O2|-Os|g" $file53 reinplace "s|doc/HTML|doc/kde|g" $file54 reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file55 }56 50 foreach file {CompileScript.sh InstallScript.sh} { 57 file copy ${ portpath}/${filesdir}/${file} ${worksrcpath}51 file copy ${filespath}/${file} ${worksrcpath} 58 52 reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file} 59 53 reinplace "s|%N|${name}|g" ${worksrcpath}/${file} 60 54 reinplace "s|%v|${version}|g" ${worksrcpath}/${file} … … 66 60 } 67 61 } 68 62 69 configure.args --disable-indexlib --with-distribution=' DarwinPorts/Mac OS X' --without-gnokii --without-arts63 configure.args --disable-indexlib --with-distribution='MacPorts/Mac OS X' --without-gnokii --without-arts 70 64 71 65 configure {} 72 66 build { system "cd ${worksrcpath} && ./CompileScript.sh" } 73 67 destroot { system "cd ${worksrcpath} && ./InstallScript.sh" } 74 68 75 post-destroot 69 post-destroot { 76 70 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 77 xinstall -m 644 -W ${worksrcpath} MAINTAINERSREADME README.Kolab README.libical ${destroot}${prefix}/share/doc/${name}71 xinstall -m 644 -W ${worksrcpath} README README.Kolab README.libical ${destroot}${prefix}/share/doc/${name} 78 72 } 79 80 platform darwin 6 {81 depends_lib-append lib:libdl:dlcompat82 } -
kdesdk3/files/InstallScript.sh
1 1 #!/bin/sh -e 2 2 3 export PREFIX="%p" 3 export PREFIX="%p" USE_UNSERMAKE=1 4 4 . ./environment-helper.sh 5 5 6 #darwinports 7 export UNSERMAKE="no" 6 ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d 8 7 9 ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d10 11 8 mkdir -p %i/share/doc/installed-packages 12 9 touch %i/share/doc/installed-packages/%N 13 10 touch %i/share/doc/installed-packages/%N-base -
kdesdk3/files/CompileScript.sh
1 1 #!/bin/sh -e 2 2 3 export HOME=/tmp 4 export PREFIX="%p" 5 #fink 6 #export LEX="%p/lib/flex/bin/flex" 7 #darwinports 8 export LEX="%p/bin/flex" 3 export PREFIX="%p" USE_UNSERMAKE=1 9 4 . ./environment-helper.sh 10 export lt_cv_sys_max_cmd_len=6553611 5 12 #darwinports13 export UNSERMAKE="no"14 15 export CC=gcc CXX=g++16 17 6 ./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs 18 7 ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS 19 8 … … 22 11 find . -name \*.ll -exec touch {} \; 23 12 24 13 #fink 25 #./build-helper.sh make %N %v %r make all LIB_DBIV=-ldb-4.2 all_libraries="$ALL_LIBRARIES"14 #./build-helper.sh make %N %v %r unsermake $UNSERMAKEFLAGS LIB_DBIV=-ldb-4.2 26 15 #darwinports 27 ./build-helper.sh make %N %v %r make all LIB_DBIV=-ldb-4.3 all_libraries="$ALL_LIBRARIES"16 ./build-helper.sh make %N %v %r unsermake $UNSERMAKEFLAGS LIB_DBIV=-ldb-4.3 -
kdesdk3/files/kdesdk3.patch
1 --- kdesdk-3.5.0/kapptemplate/kapp/app-Makefile.am 2005-09-10 04:20:59.000000000 -0400 2 +++ kdesdk-3.5.0-new/kapptemplate/kapp/app-Makefile.am 2005-12-11 00:47:09.000000000 -0500 1 2 --- kdesdk-3.5.4/kapptemplate/kapp/app-Makefile.am 2005-09-10 04:20:59.000000000 -0400 3 +++ kdesdk-3.5.4-new/kapptemplate/kapp/app-Makefile.am 2006-08-01 14:55:54.000000000 -0400 3 4 @@ -8,28 +8,30 @@ 4 5 5 6 # this is the program that gets installed. it's name is used for all … … 38 39 39 40 # let automoc handle all of the meta source files (moc) 40 41 METASOURCES = AUTO 41 --- kdesdk-3.5. 0/kapptemplate/kapp/app_client.cpp 2005-09-10 04:20:59.000000000 -040042 +++ kdesdk-3.5. 0-new/kapptemplate/kapp/app_client.cpp 2005-12-11 00:47:09.000000000 -050042 --- kdesdk-3.5.4/kapptemplate/kapp/app_client.cpp 2005-09-10 04:20:59.000000000 -0400 43 +++ kdesdk-3.5.4-new/kapptemplate/kapp/app_client.cpp 2006-08-01 14:55:54.000000000 -0400 43 44 @@ -5,7 +5,7 @@ 44 45 #include <qdatastream.h> 45 46 #include <qstring.h> … … 49 50 { 50 51 KApplication app(argc, argv, "${APP_NAME_LC}_client", false); 51 52 52 --- kdesdk-3.5. 0/kapptemplate/kapp/main.cpp 2005-09-10 04:20:59.000000000 -040053 +++ kdesdk-3.5. 0-new/kapptemplate/kapp/main.cpp 2005-12-11 00:47:09.000000000 -050053 --- kdesdk-3.5.4/kapptemplate/kapp/main.cpp 2005-09-10 04:20:59.000000000 -0400 54 +++ kdesdk-3.5.4-new/kapptemplate/kapp/main.cpp 2006-08-01 14:55:54.000000000 -0400 54 55 @@ -18,7 +18,7 @@ 55 56 KCmdLineLastOption 56 57 }; … … 60 61 { 61 62 KAboutData about("${APP_NAME_LC}", I18N_NOOP("${APP_NAME}"), version, description, KAboutData::License_GPL, "(C) 2004 ${AUTHOR}", 0, 0, "${EMAIL}"); 62 63 about.addAuthor( "${AUTHOR}", 0, "${EMAIL}" ); 63 --- kdesdk-3.5. 0/kapptemplate/kpartapp/main.cpp 2005-09-10 04:20:59.000000000 -040064 +++ kdesdk-3.5. 0-new/kapptemplate/kpartapp/main.cpp 2005-12-11 00:47:09.000000000 -050064 --- kdesdk-3.5.4/kapptemplate/kpartapp/main.cpp 2005-09-10 04:20:59.000000000 -0400 65 +++ kdesdk-3.5.4-new/kapptemplate/kpartapp/main.cpp 2006-08-01 14:55:54.000000000 -0400 65 66 @@ -17,7 +17,7 @@ 66 67 KCmdLineLastOption 67 68 }; … … 71 72 { 72 73 KAboutData about("${APP_NAME_LC}", I18N_NOOP("${APP_NAME}"), version, description, KAboutData::License_GPL, "(C) 2004 ${AUTHOR}", 0, 0, "${EMAIL}"); 73 74 about.addAuthor( "${AUTHOR}", 0, "${EMAIL}" ); 74 --- kdesdk-3.5. 0/kbabel/catalogmanager/Makefile.am 2005-10-10 10:58:16.000000000 -040075 +++ kdesdk-3.5. 0-new/kbabel/catalogmanager/Makefile.am 2005-12-11 00:47:09.000000000 -050075 --- kdesdk-3.5.4/kbabel/catalogmanager/Makefile.am 2005-10-10 10:58:16.000000000 -0400 76 +++ kdesdk-3.5.4-new/kbabel/catalogmanager/Makefile.am 2006-08-01 14:55:54.000000000 -0400 76 77 @@ -7,7 +7,11 @@ 77 78 # this is the program that gets installed. Its name is used for all 78 79 # of the other Makefile.am variables … … 101 102 102 103 # these are the headers for your project 103 104 noinst_HEADERS = catalogmanageriface.h catalogmanager.h \ 104 --- kdesdk-3.5. 0/kbabel/catalogmanager/main.cpp 2005-10-10 10:58:16.000000000 -0400105 +++ kdesdk-3.5. 0-new/kbabel/catalogmanager/main.cpp 2005-12-11 00:47:09.000000000 -0500105 --- kdesdk-3.5.4/kbabel/catalogmanager/main.cpp 2006-07-22 04:11:51.000000000 -0400 106 +++ kdesdk-3.5.4-new/kbabel/catalogmanager/main.cpp 2006-08-01 14:55:54.000000000 -0400 106 107 @@ -178,7 +178,7 @@ 107 108 }; 108 109 … … 112 113 { 113 114 KLocale::setMainCatalogue("kbabel"); 114 115 KAboutData about("catalogmanager",I18N_NOOP("KBabel - Catalog Manager"),VERSION, 115 --- kdesdk-3.5. 0/kbabel/commonui/Makefile.am 2005-09-10 04:20:53.000000000 -0400116 +++ kdesdk-3.5. 0-new/kbabel/commonui/Makefile.am 2005-12-11 00:47:09.000000000 -0500116 --- kdesdk-3.5.4/kbabel/commonui/Makefile.am 2005-09-10 04:20:53.000000000 -0400 117 +++ kdesdk-3.5.4-new/kbabel/commonui/Makefile.am 2006-08-01 14:55:54.000000000 -0400 117 118 @@ -2,7 +2,7 @@ 118 119 119 120 # this is the program that gets installed. it's name is used for all … … 123 124 124 125 # set the include path for X, qt and KDE. Put local paths before all_includes. 125 126 INCLUDES = -I$(srcdir)/../common -I../common -I$(srcdir)/../kbabeldict -I../kbabeldict $(all_includes) 126 --- kdesdk-3.5. 0/kbabel/kbabel/Makefile.am 2005-10-10 10:58:10.000000000 -0400127 +++ kdesdk-3.5. 0-new/kbabel/kbabel/Makefile.am 2005-12-11 00:47:09.000000000 -0500127 --- kdesdk-3.5.4/kbabel/kbabel/Makefile.am 2005-10-10 10:58:10.000000000 -0400 128 +++ kdesdk-3.5.4-new/kbabel/kbabel/Makefile.am 2006-08-01 14:55:54.000000000 -0400 128 129 @@ -5,7 +5,9 @@ 129 130 # this is the program that gets installed. it's name is used for all 130 131 # of the other Makefile.am variables … … 151 152 152 153 # these are the headers for your project 153 154 noinst_HEADERS = kbabel.h kbabelview.h \ 154 --- kdesdk-3.5. 0/kbabel/kbabel/main.cpp 2005-10-10 10:58:10.000000000 -0400155 +++ kdesdk-3.5. 0-new/kbabel/kbabel/main.cpp 2005-12-11 00:47:09.000000000 -0500156 @@ -50 3,7 +503,7 @@155 --- kdesdk-3.5.4/kbabel/kbabel/main.cpp 2006-07-22 04:11:50.000000000 -0400 156 +++ kdesdk-3.5.4-new/kbabel/kbabel/main.cpp 2006-08-01 14:55:54.000000000 -0400 157 @@ -506,7 +506,7 @@ 157 158 }; 158 159 159 160 … … 162 163 { 163 164 KAboutData about("kbabel",I18N_NOOP("KBabel"),VERSION, 164 165 I18N_NOOP("An advanced PO file editor"),KAboutData::License_GPL, 165 --- kdesdk-3.5. 0/kbabel/kbabeldict/Makefile.am 2005-09-10 04:20:53.000000000 -0400166 +++ kdesdk-3.5. 0-new/kbabel/kbabeldict/Makefile.am 2005-12-11 00:47:09.000000000 -0500166 --- kdesdk-3.5.4/kbabel/kbabeldict/Makefile.am 2005-09-10 04:20:53.000000000 -0400 167 +++ kdesdk-3.5.4-new/kbabel/kbabeldict/Makefile.am 2006-08-01 14:55:54.000000000 -0400 167 168 @@ -6,17 +6,15 @@ 168 169 169 170 pkgincludedir = $(includedir)/kbabel … … 200 201 201 202 # these are the headers for your project 202 203 noinst_HEADERS = kbabeldict.h kbabeldictview.h kbabelsplash.h aboutmoduledlg.h 203 --- kdesdk-3.5. 0/kbabel/kbabeldict/main.cpp 2005-09-10 04:20:53.000000000 -0400204 +++ kdesdk-3.5. 0-new/kbabel/kbabeldict/main.cpp 2005-12-11 00:47:09.000000000 -0500204 --- kdesdk-3.5.4/kbabel/kbabeldict/main.cpp 2006-07-22 04:11:50.000000000 -0400 205 +++ kdesdk-3.5.4-new/kbabel/kbabeldict/main.cpp 2006-08-01 14:55:54.000000000 -0400 205 206 @@ -107,7 +107,7 @@ 206 207 }; 207 208 … … 211 212 { 212 213 KLocale::setMainCatalogue("kbabel"); 213 214 214 --- kdesdk-3.5. 0/kbugbuster/Makefile.am 2005-09-10 04:21:11.000000000 -0400215 +++ kdesdk-3.5. 0-new/kbugbuster/Makefile.am 2005-12-11 00:47:09.000000000 -0500215 --- kdesdk-3.5.4/kbugbuster/Makefile.am 2005-09-10 04:21:11.000000000 -0400 216 +++ kdesdk-3.5.4-new/kbugbuster/Makefile.am 2006-08-01 14:55:54.000000000 -0400 216 217 @@ -6,12 +6,14 @@ 217 218 218 219 SUBDIRS = backend gui pics $(KRESOURCES_SUBDIR) … … 232 233 233 234 xdg_apps_DATA = kbugbuster.desktop 234 235 235 --- kdesdk-3.5. 0/kbugbuster/configure.in.in 2005-09-10 04:21:11.000000000 -0400236 +++ kdesdk-3.5. 0-new/kbugbuster/configure.in.in 2005-12-11 00:47:09.000000000 -0500236 --- kdesdk-3.5.4/kbugbuster/configure.in.in 2005-09-10 04:21:11.000000000 -0400 237 +++ kdesdk-3.5.4-new/kbugbuster/configure.in.in 2006-08-01 14:55:54.000000000 -0400 237 238 @@ -2,6 +2,7 @@ 238 239 KDE_CHECK_HEADER(libkcal/resourcecalendar.h,HAVE_KCAL=1, 239 240 AC_MSG_WARN([Unable to find libkcal. The Bugzilla todo list \ … … 242 243 AM_CONDITIONAL(include_kcalresource, test "$HAVE_KCAL" = 1) 243 244 ]) 244 245 245 --- kdesdk-3.5. 0/kbugbuster/main.cpp 2005-09-10 04:21:11.000000000 -0400246 +++ kdesdk-3.5. 0-new/kbugbuster/main.cpp 2005-12-11 00:47:09.000000000 -0500246 --- kdesdk-3.5.4/kbugbuster/main.cpp 2005-09-10 04:21:11.000000000 -0400 247 +++ kdesdk-3.5.4-new/kbugbuster/main.cpp 2006-08-01 14:55:54.000000000 -0400 247 248 @@ -42,7 +42,7 @@ 248 249 KCmdLineLastOption 249 250 }; … … 253 254 { 254 255 KAboutData aboutData( "kbugbuster", I18N_NOOP( "KBugBuster" ), 255 256 VERSION, description, KAboutData::License_GPL, 256 --- kdesdk-3.5. 0/kcachegrind/kcachegrind/Makefile.am 2005-09-10 04:21:07.000000000 -0400257 +++ kdesdk-3.5. 0-new/kcachegrind/kcachegrind/Makefile.am 2005-12-11 00:47:09.000000000 -0500257 --- kdesdk-3.5.4/kcachegrind/kcachegrind/Makefile.am 2005-09-10 04:21:07.000000000 -0400 258 +++ kdesdk-3.5.4-new/kcachegrind/kcachegrind/Makefile.am 2006-08-01 14:55:54.000000000 -0400 258 259 @@ -1,6 +1,8 @@ 259 260 -bin_PROGRAMS = kcachegrind 260 261 +kdeinit_LTLIBRARIES = kcachegrind.la … … 289 290 rcdir = $(kde_datadir)/kcachegrind 290 291 rc_DATA = kcachegrindui.rc 291 292 292 --- kdesdk-3.5. 0/kcachegrind/kcachegrind/main.cpp 2005-09-10 04:21:07.000000000 -0400293 +++ kdesdk-3.5. 0-new/kcachegrind/kcachegrind/main.cpp 2005-12-11 00:47:09.000000000 -0500293 --- kdesdk-3.5.4/kcachegrind/kcachegrind/main.cpp 2005-09-10 04:21:07.000000000 -0400 294 +++ kdesdk-3.5.4-new/kcachegrind/kcachegrind/main.cpp 2006-08-01 14:55:54.000000000 -0400 294 295 @@ -40,7 +40,7 @@ 295 296 KCmdLineLastOption // End of options. 296 297 }; … … 300 301 { 301 302 KAboutData aboutData("kcachegrind", 302 303 I18N_NOOP("KCachegrind"), 303 --- kdesdk-3.5. 0/kcachegrind/kcachegrind/sourceitem.h 2005-09-10 04:21:07.000000000 -0400304 +++ kdesdk-3.5. 0-new/kcachegrind/kcachegrind/sourceitem.h 2005-12-11 00:47:09.000000000 -0500304 --- kdesdk-3.5.4/kcachegrind/kcachegrind/sourceitem.h 2005-09-10 04:21:07.000000000 -0400 305 +++ kdesdk-3.5.4-new/kcachegrind/kcachegrind/sourceitem.h 2006-08-01 14:55:54.000000000 -0400 305 306 @@ -25,6 +25,7 @@ 306 307 307 308 #include <qlistview.h> … … 310 311 311 312 class SourceView; 312 313 313 --- kdesdk-3.5. 0/kioslave/svn/configure.in.in 2005-10-10 10:58:25.000000000 -0400314 +++ kdesdk-3.5. 0-new/kioslave/svn/configure.in.in 2005-12-11 00:47:09.000000000 -0500314 --- kdesdk-3.5.4/kioslave/svn/configure.in.in 2005-10-10 10:58:25.000000000 -0400 315 +++ kdesdk-3.5.4-new/kioslave/svn/configure.in.in 2006-08-01 14:55:54.000000000 -0400 315 316 @@ -155,3 +155,5 @@ 316 317 AC_SUBST(SVN_CPPFLAGS) 317 318 AC_SUBST(SVNLD) 318 319 AM_CONDITIONAL(include_kioslave_svn, test -n "$SVN_SUBDIR") 319 320 + 320 321 +export DO_NOT_COMPILE="$DO_NOT_COMPILE kioslave" 321 --- kdesdk-3.5. 0/kmtrace/Makefile.am 2005-09-10 04:20:58.000000000 -0400322 +++ kdesdk-3.5. 0-new/kmtrace/Makefile.am 2005-12-11 00:47:09.000000000 -0500322 --- kdesdk-3.5.4/kmtrace/Makefile.am 2005-09-10 04:20:58.000000000 -0400 323 +++ kdesdk-3.5.4-new/kmtrace/Makefile.am 2006-08-01 14:55:54.000000000 -0400 323 324 @@ -21,15 +21,16 @@ 324 325 LDADD = $(LIB_KDECORE) -liberty 325 326 INCLUDES = $(all_includes) … … 344 345 345 346 bin_SCRIPTS = kminspector 346 347 347 --- kdesdk-3.5. 0/kmtrace/demangle.cpp 2005-09-10 04:20:58.000000000 -0400348 +++ kdesdk-3.5. 0-new/kmtrace/demangle.cpp 2005-12-11 00:47:09.000000000 -0500348 --- kdesdk-3.5.4/kmtrace/demangle.cpp 2005-09-10 04:20:58.000000000 -0400 349 +++ kdesdk-3.5.4-new/kmtrace/demangle.cpp 2006-08-01 14:55:54.000000000 -0400 349 350 @@ -36,7 +36,7 @@ 350 351 } 351 352 … … 355 356 { 356 357 char buf[1024]; 357 358 358 --- kdesdk-3.5. 0/kmtrace/kmtrace.cpp 2005-10-10 10:58:21.000000000 -0400359 +++ kdesdk-3.5. 0-new/kmtrace/kmtrace.cpp 2005-12-11 00:47:09.000000000 -0500359 --- kdesdk-3.5.4/kmtrace/kmtrace.cpp 2005-10-10 10:58:21.000000000 -0400 360 +++ kdesdk-3.5.4-new/kmtrace/kmtrace.cpp 2006-08-01 14:55:54.000000000 -0400 360 361 @@ -576,7 +576,7 @@ 361 362 KCmdLineLastOption 362 363 }; … … 366 367 { 367 368 KInstance instance("kmtrace"); 368 369 369 --- kdesdk-3.5. 0/kmtrace/match.cpp 2005-09-10 04:20:58.000000000 -0400370 +++ kdesdk-3.5. 0-new/kmtrace/match.cpp 2005-12-11 00:47:09.000000000 -0500370 --- kdesdk-3.5.4/kmtrace/match.cpp 2005-09-10 04:20:58.000000000 -0400 371 +++ kdesdk-3.5.4-new/kmtrace/match.cpp 2006-08-01 14:55:54.000000000 -0400 371 372 @@ -13,7 +13,7 @@ 372 373 #include <kstandarddirs.h> 373 374 #include <kcmdlineargs.h> … … 377 378 { 378 379 char buf[1024]; 379 380 if (argc != 3) 380 --- kdesdk-3.5. 0/kompare/Makefile.am 2005-09-10 04:21:05.000000000 -0400381 +++ kdesdk-3.5. 0-new/kompare/Makefile.am 2005-12-11 00:47:09.000000000 -0500381 --- kdesdk-3.5.4/kompare/Makefile.am 2005-09-10 04:21:05.000000000 -0400 382 +++ kdesdk-3.5.4-new/kompare/Makefile.am 2006-08-01 14:55:54.000000000 -0400 382 383 @@ -22,12 +22,14 @@ 383 384 ######################################################################### 384 385 # this is the program that gets installed. it's name is used for all … … 398 399 $(top_builddir)/kompare/interfaces/libkompareinterface.la \ 399 400 $(top_builddir)/kompare/libdialogpages/libdialogpages.la \ 400 401 -lktexteditor 401 --- kdesdk-3.5. 0/kompare/main.cpp 2005-09-10 04:21:05.000000000 -0400402 +++ kdesdk-3.5. 0-new/kompare/main.cpp 2005-12-11 00:47:09.000000000 -0500402 --- kdesdk-3.5.4/kompare/main.cpp 2005-09-10 04:21:05.000000000 -0400 403 +++ kdesdk-3.5.4-new/kompare/main.cpp 2006-08-01 14:55:55.000000000 -0400 403 404 @@ -47,7 +47,7 @@ 404 405 KCmdLineLastOption 405 406 }; … … 409 410 { 410 411 KAboutData aboutData( "kompare", I18N_NOOP("Kompare"), version, description, 411 412 KAboutData::License_GPL, 412 --- kdesdk-3.5. 0/kspy/main.cpp 2005-09-10 04:20:58.000000000 -0400413 +++ kdesdk-3.5. 0-new/kspy/main.cpp 2005-12-11 00:47:09.000000000 -0500413 --- kdesdk-3.5.4/kspy/main.cpp 2005-09-10 04:20:58.000000000 -0400 414 +++ kdesdk-3.5.4-new/kspy/main.cpp 2006-08-01 14:55:55.000000000 -0400 414 415 @@ -32,7 +32,7 @@ 415 416 // INSERT YOUR COMMANDLINE OPTIONS HERE 416 417 }; … … 420 421 { 421 422 422 423 KAboutData aboutData( "spy", I18N_NOOP("Spy"), 423 --- kdesdk-3.5. 0/kstartperf/Makefile.am 2005-09-10 04:20:58.000000000 -0400424 +++ kdesdk-3.5. 0-new/kstartperf/Makefile.am 2005-12-11 00:47:09.000000000 -0500424 --- kdesdk-3.5.4/kstartperf/Makefile.am 2005-09-10 04:20:58.000000000 -0400 425 +++ kdesdk-3.5.4-new/kstartperf/Makefile.am 2006-08-01 14:55:55.000000000 -0400 425 426 @@ -5,10 +5,11 @@ 426 427 # libkstartperf_la_LIBADD = ../libltdl/libltdlc.la 427 428 libkstartperf_la_SOURCES = libkstartperf.c … … 438 439 439 440 messages: 440 441 $(XGETTEXT) $(kstartperf_SOURCES) -o $(podir)/kstartperf.pot 441 --- kdesdk-3.5. 0/kstartperf/kstartperf.cpp 2005-09-10 04:20:58.000000000 -0400442 +++ kdesdk-3.5. 0-new/kstartperf/kstartperf.cpp 2005-12-11 00:47:09.000000000 -0500442 --- kdesdk-3.5.4/kstartperf/kstartperf.cpp 2005-09-10 04:20:58.000000000 -0400 443 +++ kdesdk-3.5.4-new/kstartperf/kstartperf.cpp 2006-08-01 14:55:55.000000000 -0400 443 444 @@ -69,7 +69,7 @@ 444 445 } 445 446 … … 449 450 { 450 451 KAboutData aboutData("kstartperf", I18N_NOOP("KStartPerf"), 451 452 "1.0", I18N_NOOP("Measures start up time of a KDE application"), 452 --- kdesdk-3.5. 0/kuiviewer/Makefile.am 2005-09-10 04:21:10.000000000 -0400453 +++ kdesdk-3.5. 0-new/kuiviewer/Makefile.am 2005-12-11 00:47:09.000000000 -0500453 --- kdesdk-3.5.4/kuiviewer/Makefile.am 2005-09-10 04:21:10.000000000 -0400 454 +++ kdesdk-3.5.4-new/kuiviewer/Makefile.am 2006-08-01 14:55:55.000000000 -0400 454 455 @@ -21,12 +21,14 @@ 455 456 ######################################################################### 456 457 # this is the program that gets installed. it's name is used for all … … 470 471 471 472 xdg_apps_DATA =kuiviewer.desktop 472 473 473 --- kdesdk-3.5. 0/kuiviewer/main.cpp 2005-09-10 04:21:10.000000000 -0400474 +++ kdesdk-3.5. 0-new/kuiviewer/main.cpp 2005-12-11 00:47:09.000000000 -0500474 --- kdesdk-3.5.4/kuiviewer/main.cpp 2005-09-10 04:21:10.000000000 -0400 475 +++ kdesdk-3.5.4-new/kuiviewer/main.cpp 2006-08-01 14:55:55.000000000 -0400 475 476 @@ -38,7 +38,7 @@ 476 477 KCmdLineLastOption 477 478 }; … … 481 482 { 482 483 KAboutData about("kuiviewer", I18N_NOOP("KUIViewer"), "0.1", 483 484 I18N_NOOP("Displays Designer's UI files"), 484 --- kdesdk-3.5. 0/poxml/Makefile.am 2005-09-10 04:21:06.000000000 -0400485 +++ kdesdk-3.5. 0-new/poxml/Makefile.am 2005-12-11 00:47:09.000000000 -0500485 --- kdesdk-3.5.4/poxml/Makefile.am 2005-09-10 04:21:06.000000000 -0400 486 +++ kdesdk-3.5.4-new/poxml/Makefile.am 2006-08-01 14:55:55.000000000 -0400 486 487 @@ -1,30 +1,31 @@ 487 488 - 488 489 -bin_PROGRAMS = split2po xml2pot po2xml swappo transxx … … 536 537 537 538 parser: 538 539 cd $(srcdir) && java antlr.Tool gettext.g 539 --- kdesdk-3.5. 1/poxml/po2xml.cpp.orig 2006-02-28 07:35:55.000000000 -0500540 +++ kdesdk-3.5. 1/poxml/po2xml.cpp 2006-02-28 07:35:47.000000000 -0500540 --- kdesdk-3.5.4/poxml/po2xml.cpp 2005-09-10 04:21:06.000000000 -0400 541 +++ kdesdk-3.5.4-new/poxml/po2xml.cpp 2006-08-01 14:55:55.000000000 -0400 541 542 @@ -12,6 +12,8 @@ 542 543 #include "antlr/AST.hpp" 543 544 #include "antlr/CommonAST.hpp" … … 556 557 { 557 558 if (argc != 3) { 558 559 qWarning("usage: %s english-XML translated-PO", argv[0]); 559 --- kdesdk-3.5. 1/poxml/split.cpp.orig 2006-02-28 07:32:04.000000000 -0500560 +++ kdesdk-3.5. 1/poxml/split.cpp 2006-02-28 07:31:08.000000000 -0500560 --- kdesdk-3.5.4/poxml/split.cpp 2005-11-19 05:24:05.000000000 -0500 561 +++ kdesdk-3.5.4-new/poxml/split.cpp 2006-08-01 14:55:55.000000000 -0400 561 562 @@ -1,10 +1,11 @@ 562 563 #include "parser.h" 563 564 #include <stdlib.h> … … 571 572 { 572 573 bool report_mismatches = qstrcmp(getenv("REPORT_MISMATCHES"), "no"); 573 574 574 --- kdesdk-3.5. 1/poxml/swappo.cpp.orig 2006-02-28 07:37:37.000000000 -0500575 +++ kdesdk-3.5. 1/poxml/swappo.cpp 2006-02-28 07:37:32.000000000 -0500575 --- kdesdk-3.5.4/poxml/swappo.cpp 2005-09-10 04:21:06.000000000 -0400 576 +++ kdesdk-3.5.4-new/poxml/swappo.cpp 2006-08-01 14:55:55.000000000 -0400 576 577 @@ -3,8 +3,9 @@ 577 578 #include "GettextParser.hpp" 578 579 #include <fstream> … … 584 585 { 585 586 if ( argc != 2 ) { 586 587 qWarning( "usage: %s pofile", argv[0] ); 587 --- kdesdk-3.5. 1/poxml/transxx.cpp.orig 2006-02-28 07:39:31.000000000 -0500588 +++ kdesdk-3.5. 1/poxml/transxx.cpp 2006-02-28 07:39:26.000000000 -0500588 --- kdesdk-3.5.4/poxml/transxx.cpp 2005-10-10 10:58:21.000000000 -0400 589 +++ kdesdk-3.5.4-new/poxml/transxx.cpp 2006-08-01 14:55:55.000000000 -0400 589 590 @@ -8,7 +8,9 @@ 590 591 #include <qdatetime.h> 591 592 #include <qfileinfo.h> … … 597 598 { 598 599 if ( argc != 2 && argc != 4 ) { 599 600 qWarning( "usage: %s [--text translation] potfile", argv[0] ); 600 --- kdesdk-3.5. 1/poxml/xml2pot.cpp.orig 2006-02-28 07:33:39.000000000 -0500601 +++ kdesdk-3.5. 1/poxml/xml2pot.cpp 2006-02-28 07:33:47.000000000 -0500601 --- kdesdk-3.5.4/poxml/xml2pot.cpp 2005-09-10 04:21:06.000000000 -0400 602 +++ kdesdk-3.5.4-new/poxml/xml2pot.cpp 2006-08-01 14:55:55.000000000 -0400 602 603 @@ -3,10 +3,11 @@ 603 604 #include <iostream> 604 605 #include <qfileinfo.h> … … 612 613 { 613 614 if (argc != 2) { 614 615 qWarning("usage: %s english-XML", argv[0]); 615 --- kdesdk-3.5. 0/umbrello/umbrello/Makefile.am 2005-11-08 17:28:41.000000000 -0500616 +++ kdesdk-3.5. 0-new/umbrello/umbrello/Makefile.am 2005-12-11 00:47:33.000000000 -0500616 --- kdesdk-3.5.4/umbrello/umbrello/Makefile.am 2006-07-22 04:12:01.000000000 -0400 617 +++ kdesdk-3.5.4-new/umbrello/umbrello/Makefile.am 2006-08-01 14:56:33.000000000 -0400 617 618 @@ -1,7 +1,9 @@ 618 619 -bin_PROGRAMS = umbrello 619 620 +bin_PROGRAMS = … … 626 627 +umbrello_la_SOURCES = activitywidget.cpp \ 627 628 actor.cpp \ 628 629 actorwidget.cpp \ 629 a daimport.cpp \630 @@ -1 05,7 +107,7 @@630 aligntoolbar.cpp \ 631 @@ -113,7 +115,7 @@ 631 632 worktoolbar.cpp 632 633 633 #umbrello_LDADD = ./refactoring/librefactoring.la ./c lassparser/libclassparser.la ./clipboard/libclipboard.la ./dialogs/libdialogs.la ./codegenerators/libcodegenerator.la $(AUTOLAYOUT_LIBS) $(LIB_KDEPRINT) $(LIB_KIO)634 -umbrello_LDADD = ./refactoring/librefactoring.la ./classparser/libclassparser.la ./clipboard/libclipboard.la ./dialogs/libdialogs.la ./codegenerators/libcodegenerator.la $(LIB_KDEPRINT) $(LIB_KIO)635 +umbrello_la_LIBADD = ./refactoring/librefactoring.la ./classparser/libclassparser.la ./clipboard/libclipboard.la ./dialogs/libdialogs.la ./codegenerators/libcodegenerator.la $(LIB_KDEPRINT) $(LIB_KIO)634 #umbrello_LDADD = ./refactoring/librefactoring.la ./codeimport/libcodeimport.la ./codeimport/kdevcppparser/libkdevcppparser.la ./clipboard/libclipboard.la ./dialogs/libdialogs.la ./codegenerators/libcodegenerator.la $(AUTOLAYOUT_LIBS) $(LIB_KDEPRINT) $(LIB_KIO) 635 -umbrello_LDADD = ./refactoring/librefactoring.la ./codeimport/libcodeimport.la ./codeimport/kdevcppparser/libkdevcppparser.la ./clipboard/libclipboard.la ./dialogs/libdialogs.la ./codegenerators/libcodegenerator.la $(LIB_KDEPRINT) $(LIB_KIO) 636 +umbrello_la_LIBADD = ./refactoring/librefactoring.la ./codeimport/libcodeimport.la ./codeimport/kdevcppparser/libkdevcppparser.la ./clipboard/libclipboard.la ./dialogs/libdialogs.la ./codegenerators/libcodegenerator.la $(LIB_KDEPRINT) $(LIB_KIO) 636 637 637 638 ## See section "dnl Not GPL compatible" in ../configure.in.in 638 # SUBDIRS = $(AUTOLAYOUT_DIR) c lassparserdialogs clipboard pics codegenerators headings refactoring639 @@ -1 26,7 +128,7 @@639 # SUBDIRS = $(AUTOLAYOUT_DIR) codeimport dialogs clipboard pics codegenerators headings refactoring 640 @@ -134,7 +136,7 @@ 640 641 641 642 METASOURCES = AUTO 642 643 … … 645 646 646 647 messages: rc.cpp 647 648 $(PREPARETIPS) > tips.cpp 648 --- kdesdk-3.5. 0/umbrello/umbrello/classparser/Makefile.am 2005-09-10 04:20:56.000000000 -0400649 +++ kdesdk-3.5. 0-new/umbrello/umbrello/classparser/Makefile.am 2005-12-11 00:47:09.000000000 -0500650 @@ - 1,4 +1,4@@651 -INCLUDES = -I../dialogs $(all_includes) 652 +INCLUDES = -I../dialogs -I@FINKPREFIX@/lib/flex/include $(all_includes) 649 --- kdesdk-3.5.4/umbrello/umbrello/main.cpp 2006-07-22 04:12:01.000000000 -0400 650 +++ kdesdk-3.5.4-new/umbrello/umbrello/main.cpp 2006-08-01 14:55:56.000000000 -0400 651 @@ -81,7 +81,7 @@ 652 */ 653 void exportAllViews(KCmdLineArgs *args, const QCStringList &exportOpt); 653 654 654 noinst_LTLIBRARIES = libclassparser.la655 libclassparser_la_SOURCES = ast.cpp driver.cpp errors.cpp lexer.cpp lookup.cpp parser.cpp tree_parser.cpp urlutil.cpp ast_utils.cpp cpptree2uml.cpp656 --- kdesdk-3.5.0/umbrello/umbrello/main.cpp 2005-09-10 04:20:57.000000000 -0400657 +++ kdesdk-3.5.0-new/umbrello/umbrello/main.cpp 2005-12-11 00:47:09.000000000 -0500658 @@ -42,7 +42,7 @@659 KCmdLineLastOption660 };661 662 655 -int main(int argc, char *argv[]) { 663 656 +extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) { 664 657 KAboutData aboutData( "umbrello", I18N_NOOP("Umbrello UML Modeller"), 665 658 UMBRELLO_VERSION, description, KAboutData::License_GPL, 666 I18N_NOOP("(c) 2001 Paul Hensgen, (c) 2002-2005 Umbrello UML Modeller Authors"), 0, 667 --- kdesdk/kbabel/kbabeldict/dictionarymenu.h (revision 514661) 668 +++ kdesdk/kbabel/kbabeldict/dictionarymenu.h (working copy) 669 @@ -37,12 +37,13 @@ 670 #include <qobject.h> 671 #include <qstringlist.h> 672 #include <qguardedptr.h> 673 +#include <kdemacros.h> 674 675 class QSignalMapper; 676 class KPopupMenu; 677 class KActionCollection; 678 679 -class DictionaryMenu : public QObject 680 +class KDE_EXPORT DictionaryMenu : public QObject 681 { 682 Q_OBJECT 683 684 --- kdesdk/kbabel/kbabeldict/kbabeldictbox.h (revision 514661) 685 +++ kdesdk/kbabel/kbabeldict/kbabeldictbox.h (working copy) 686 @@ -60,7 +60,7 @@ 687 }; 688 689 690 -class KBabelDictBox : public QWidget, virtual public KBabelDictIFace 691 +class KDE_EXPORT KBabelDictBox : public QWidget, virtual public KBabelDictIFace 692 { 693 Q_OBJECT 694 695 --- kdesdk/kbabel/kbabeldict/dictchooser.h (revision 514661) 696 +++ kdesdk/kbabel/kbabeldict/dictchooser.h (working copy) 697 @@ -47,7 +47,7 @@ 698 class QListBoxItem; 699 700 701 -class DictChooser : public QWidget 702 +class KDE_EXPORT DictChooser : public QWidget 703 { 704 Q_OBJECT 705 706 --- kdesdk/kbabel/commonui/finddialog.h (revision 514661) 707 +++ kdesdk/kbabel/commonui/finddialog.h (working copy) 708 @@ -44,7 +44,7 @@ 709 710 #include "findoptions.h" 711 712 -class FindDialog : public KDialogBase 713 +class KDE_EXPORT FindDialog : public KDialogBase 714 { 715 Q_OBJECT 716 public: 717 @@ -119,7 +119,7 @@ 718 bool _replaceDlg; 719 }; 720 721 -class ReplaceDialog : public KDialogBase 722 +class KDE_EXPORT ReplaceDialog : public KDialogBase 723 { 724 Q_OBJECT 725 public: 726 --- kdesdk/kbabel/commonui/projectprefwidgets.h (revision 514661) 727 +++ kdesdk/kbabel/commonui/projectprefwidgets.h (working copy) 728 @@ -62,7 +62,7 @@ 729 730 struct ModuleInfo; 731 732 -class SavePreferences : public KTabCtl 733 +class KDE_EXPORT SavePreferences : public KTabCtl 734 { 735 Q_OBJECT 736 public: 737 --- kdesdk/kbabel/commonui/toolaction.h (revision 514661) 738 +++ kdesdk/kbabel/commonui/toolaction.h (working copy) 739 @@ -39,7 +39,7 @@ 740 class KShortcut; 741 class KActionCollection; 742 743 -class ToolAction : public KAction 744 +class KDE_EXPORT ToolAction : public KAction 745 { 746 Q_OBJECT 747 public: 748 --- kdesdk/kbabel/commonui/projectpref.h (revision 514661) 749 +++ kdesdk/kbabel/commonui/projectpref.h (working copy) 750 @@ -55,7 +55,7 @@ 751 752 namespace KBabel { 753 754 -class ProjectDialog : public KConfigDialog 755 +class KDE_EXPORT ProjectDialog : public KConfigDialog 756 { 757 Q_OBJECT 758 public: 759 --- kdesdk/kbabel/commonui/roughtransdlg.h (revision 514661) 760 +++ kdesdk/kbabel/commonui/roughtransdlg.h (working copy) 761 @@ -50,7 +50,7 @@ 762 class QRadioButton; 763 class QVBox; 764 765 -class RoughTransDlg : public KDialogBase 766 +class KDE_EXPORT RoughTransDlg : public KDialogBase 767 { 768 Q_OBJECT 769 770 --- kdesdk/kbabel/commonui/context.h (revision 514661) 771 +++ kdesdk/kbabel/commonui/context.h (working copy) 772 @@ -74,7 +74,7 @@ 773 * @note It requires a KPart implementing KTextEditor interface with selections. 774 * @author Stanislav Visnovsky <visnovsky@kde.org> 775 */ 776 -class SourceContext : public QWidget 777 +class KDE_EXPORT SourceContext : public QWidget 778 { 779 Q_OBJECT 780 public: 781 --- kdesdk/kbabel/commonui/projectwizard.h (revision 514661) 782 +++ kdesdk/kbabel/commonui/projectwizard.h (working copy) 783 @@ -45,7 +45,7 @@ 784 785 namespace KBabel { 786 787 -class ProjectWizard : public KWizard 788 +class KDE_EXPORT ProjectWizard : public KWizard 789 { 790 Q_OBJECT 791 public: 792 --- kdesdk/kbabel/commonui/toolselectionwidget.h (revision 514661) 793 +++ kdesdk/kbabel/commonui/toolselectionwidget.h (working copy) 794 @@ -33,10 +33,11 @@ 795 #define TOOLSELECTIONWIDGET_H 796 797 #include "kactionselector.h" 798 +#include <kdemacros.h> 799 800 class KDataToolInfo; 801 802 -class ToolSelectionWidget : public KActionSelector 803 +class KDE_EXPORT ToolSelectionWidget : public KActionSelector 804 { 805 Q_OBJECT 806 public: 659 I18N_NOOP("(c) 2001 Paul Hensgen, (c) 2002-2006 Umbrello UML Modeller Authors"), 0, -
kdesdk3/Portfile
1 1 # $Id$ 2 2 3 #Synced with Fink, Version 3.5. 1-10233 #Synced with Fink, Version 3.5.4-1021 4 4 5 5 PortSystem 1.0 6 6 name kdesdk3 7 version 3.5.1 8 revision 2 9 set kdeadmin kde-admindir-3.5.1 7 version 3.5.4 8 set kdeadmin kde-admindir-252 10 9 categories kde 11 10 maintainers ben@macports.org takanori@macports.org 12 11 description KDE SDK. \ 13 12 NB No KDE sound support. \ 14 13 No SVN support. 15 14 platforms darwin 16 master_sites opendarwin::kde35 1\15 master_sites opendarwin::kde354 \ 17 16 opendarwin::admin 18 17 # kde:stable/${version}/src 19 18 # http://ranger.befunk.com/fink/:admin 20 extract.suffix .tar.bz221 19 use_bzip2 yes 22 20 distname kdesdk-${version} 23 distfiles ${distname}.tar.bz2:kde35 1\21 distfiles ${distname}.tar.bz2:kde354 \ 24 22 ${kdeadmin}.tar.bz2:admin 25 23 depends_build port:autoconf \ 26 port:automake 27 depends_lib port:kdebase3 \ 28 port:kdepim3 \ 29 port:db4 24 port:unsermake 25 depends_lib port:db4 \ 26 port:kdebase3 \ 27 port:kdepim3 28 # port:subversion 30 29 31 checksums ${distname}.tar.bz2 md5 93199b8bf5793681fdb2e5cbcfcfbd93\32 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e30 checksums ${distname}.tar.bz2 md5 2150e6a4ce5e42886a4afc6c0198c30c \ 31 ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e 33 32 34 extract.only 35 post-extract 33 extract.only ${distname}.tar.bz2 34 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" } 36 35 37 36 patchfiles kdesdk3.patch 38 37 patch { 39 38 cd ${worksrcpath} 40 39 foreach file $patchfiles { 41 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${ portpath}/${filesdir}/${file} | patch -p1"40 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1" 42 41 } 42 system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*" 43 43 } 44 post-patch { 45 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh 46 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh 44 post-patch { 45 reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh 47 46 reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh 48 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh49 foreach file [glob ${worksrcpath}/admin/*] {50 reinplace "s|-O2|-Os|g" $file51 reinplace "s|doc/HTML|doc/kde|g" $file52 reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file53 }54 47 foreach file {CompileScript.sh InstallScript.sh} { 55 file copy ${ portpath}/${filesdir}/${file} ${worksrcpath}48 file copy ${filespath}/${file} ${worksrcpath} 56 49 reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file} 57 50 reinplace "s|%N|${name}|g" ${worksrcpath}/${file} 58 51 reinplace "s|%v|${version}|g" ${worksrcpath}/${file} … … 62 55 reinplace "s|%i|${destroot}${prefix}|g" ${worksrcpath}/${file} 63 56 file attributes ${worksrcpath}/${file} -permissions 0755 64 57 } 58 reinplace "s|doc/HTML|doc/kde|g" ${worksrcpath}/scripts/kdedoc 65 59 } 66 60 67 configure.args --with-db-name=db-4.3 --with-d istribution='DarwinPorts/Mac OS X' --without-subversion --without-arts61 configure.args --with-db-name=db-4.3 --with-db-include-dir=${prefix}/include/db4 --with-distribution='MacPorts/Mac OS X' --without-subversion --without-arts 68 62 69 63 configure {} 70 64 build { system "cd ${worksrcpath} && ./CompileScript.sh" } 71 65 destroot { system "cd ${worksrcpath} && ./InstallScript.sh" } 72 66 73 post-destroot 67 post-destroot { 74 68 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 75 69 xinstall -m 644 -W ${worksrcpath} COPYING README ${destroot}${prefix}/share/doc/${name} 76 70 } 77 78 platform darwin 6 {79 depends_lib-append lib:libdl:dlcompat80 } -
kdetoys3/files/InstallScript.sh
1 1 #!/bin/sh -e 2 2 3 export PREFIX="%p" 3 export PREFIX="%p" USE_UNSERMAKE=1 4 4 . ./environment-helper.sh 5 5 6 #darwinports 7 export UNSERMAKE="no" 6 ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d 8 7 9 ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d10 11 8 mkdir -p %i/share/doc/installed-packages 12 9 touch %i/share/doc/installed-packages/%N 13 10 touch %i/share/doc/installed-packages/%N-base -
kdetoys3/files/CompileScript.sh
1 1 #!/bin/sh -e 2 2 3 export HOME=/tmp 4 export PREFIX="%p" 3 export PREFIX="%p" USE_UNSERMAKE=1 5 4 . ./environment-helper.sh 6 export lt_cv_sys_max_cmd_len=655367 5 8 #darwinports9 export UNSERMAKE="no"10 11 export CC=gcc CXX=g++12 13 6 ./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs 14 7 ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS 15 ./build-helper.sh make %N %v %r make all all_libraries="$ALL_LIBRARIES"8 ./build-helper.sh make %N %v %r unsermake $UNSERMAKEFLAGS -
kdetoys3/Portfile
1 1 # $Id$ 2 2 3 #Synced with Fink, Version 3.5. 1-10233 #Synced with Fink, Version 3.5.4-1021 4 4 5 5 PortSystem 1.0 6 6 name kdetoys3 7 version 3.5.1 8 revision 1 9 set kdeadmin kde-admindir-3.5.1 7 version 3.5.4 8 set kdeadmin kde-admindir-252 10 9 categories kde 11 10 maintainers ben@macports.org takanori@macports.org 12 11 description KDE toys. \ 13 12 NB No KDE sound support. 14 13 platforms darwin 15 master_sites opendarwin::kde35 1\14 master_sites opendarwin::kde354 \ 16 15 opendarwin::admin 17 16 # kde:stable/${version}/src 18 17 # http://ranger.befunk.com/fink/:admin 19 extract.suffix .tar.bz220 18 use_bzip2 yes 21 19 distname kdetoys-${version} 22 distfiles ${distname}.tar.bz2:kde35 1\20 distfiles ${distname}.tar.bz2:kde354 \ 23 21 ${kdeadmin}.tar.bz2:admin 24 22 depends_build port:autoconf \ 25 port: automake23 port:unsermake 26 24 depends_lib port:kdebase3 27 25 28 checksums ${distname}.tar.bz2 md5 d98d4f30a8aa6d43b0af06421d4d6586\29 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e26 checksums ${distname}.tar.bz2 md5 f959e936d05697ac6b1a0b066632b2fd \ 27 ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e 30 28 31 extract.only 32 post-extract 29 extract.only ${distname}.tar.bz2 30 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" } 33 31 34 32 patchfiles kdetoys3.patch 35 33 patch { 36 34 cd ${worksrcpath} 37 35 foreach file $patchfiles { 38 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${ portpath}/${filesdir}/${file} | patch -p1"36 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1" 39 37 } 38 system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*" 40 39 } 41 post-patch { 42 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh 43 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh 40 post-patch { 41 reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh 44 42 reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh 45 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh46 foreach file [glob ${worksrcpath}/admin/*] {47 reinplace "s|-O2|-Os|g" $file48 reinplace "s|doc/HTML|doc/kde|g" $file49 reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file50 }51 43 foreach file {CompileScript.sh InstallScript.sh} { 52 file copy ${ portpath}/${filesdir}/${file} ${worksrcpath}44 file copy ${filespath}/${file} ${worksrcpath} 53 45 reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file} 54 46 reinplace "s|%N|${name}|g" ${worksrcpath}/${file} 55 47 reinplace "s|%v|${version}|g" ${worksrcpath}/${file} … … 61 53 } 62 54 } 63 55 64 configure.args --with-distribution=' DarwinPorts/Mac OS X' --without-arts56 configure.args --with-distribution='MacPorts/Mac OS X' --without-arts 65 57 66 58 configure {} 67 59 build { system "cd ${worksrcpath} && ./CompileScript.sh" } 68 60 destroot { system "cd ${worksrcpath} && ./InstallScript.sh" } 69 61 70 post-destroot 62 post-destroot { 71 63 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 72 64 xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING INSTALL README ${destroot}${prefix}/share/doc/${name} 73 65 } 74 75 platform darwin 6 {76 depends_lib-append lib:libdl:dlcompat77 } -
kdeutils3/files/InstallScript.sh
1 1 #!/bin/sh -e 2 2 3 export PREFIX="%p" 3 export PREFIX="%p" USE_UNSERMAKE=1 4 4 . ./environment-helper.sh 5 5 6 #darwinports 7 export UNSERMAKE="no" 6 ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d kgpg_SUBDIR_included_TRUE='#' kgpg_SUBDIR_included_FALSE= 8 7 9 ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d kgpg_SUBDIR_included_TRUE=# kgpg_SUBDIR_included_FALSE=10 11 8 mkdir -p %i/share/doc/installed-packages 12 9 touch %i/share/doc/installed-packages/%N 13 10 touch %i/share/doc/installed-packages/%N-base -
kdeutils3/files/kdeutils3.patch
1 --- kdeutils-3.5.0/klaptopdaemon/Makefile.am 2005-09-10 04:21:28.000000000 -0400 2 +++ kdeutils-3.5.0-new/klaptopdaemon/Makefile.am 2005-11-26 16:00:12.000000000 -0500 1 2 --- kdeutils-3.5.4/klaptopdaemon/Makefile.am 2006-01-19 11:49:18.000000000 -0500 3 +++ kdeutils-3.5.4-new/klaptopdaemon/Makefile.am 2006-08-01 23:42:11.000000000 -0400 3 4 @@ -21,7 +21,7 @@ 4 5 kcm_laptop_la_SOURCES = battery.cpp main.cpp pcmcia.cpp power.cpp warning.cpp \ 5 6 acpi.cpp sony.cpp profile.cpp buttons.cpp apm.cpp … … 9 10 kcm_laptop_la_COMPILE_FIRST = crcresult.h 10 11 11 12 AM_CPPFLAGS = $(all_includes) 12 --- kdeutils-3.5. 0/ksim/monitors/snmp/configure.in.in 2005-10-10 10:59:12.000000000 -040013 +++ kdeutils-3.5. 0-new/ksim/monitors/snmp/configure.in.in 2005-11-26 16:01:00.000000000 -050014 @@ -3 2,4 +32,4 @@13 --- kdeutils-3.5.4/ksim/monitors/snmp/configure.in.in 2006-07-22 04:12:20.000000000 -0400 14 +++ kdeutils-3.5.4-new/ksim/monitors/snmp/configure.in.in 2006-08-01 23:42:11.000000000 -0400 15 @@ -37,4 +37,4 @@ 15 16 fi 16 17 fi 17 18 18 19 -AM_CONDITIONAL(include_ksim_monitors_snmp, test "x$enable_snmp" = xyes) 19 20 +AM_CONDITIONAL(include_ksim_monitors_snmp, /usr/bin/false) 20 --- kdeutils-3.5.0/superkaramba/src/Makefile.am 2005-09-12 09:21:13.000000000 -0400 21 +++ kdeutils-3.5.0-new/superkaramba/src/Makefile.am 2005-11-27 21:15:58.000000000 -0500 21 --- kdeutils-3.5.4/ksim/monitors/snmp/configure.in.in.orig 1969-12-31 19:00:00.000000000 -0500 22 +++ kdeutils-3.5.4-new/ksim/monitors/snmp/configure.in.in.orig 2006-07-22 04:12:20.000000000 -0400 23 @@ -0,0 +1,40 @@ 24 +AC_ARG_WITH(snmp, 25 + [AC_HELP_STRING(--with-snmp, 26 + [enable support for SNMP @<:@default=check@:>@])], 27 + [], with_snmp=check) 28 + 29 +enable_snmp=no 30 +if test "x$with_snmp" != xno; then 31 + KDE_CHECK_HEADER( net-snmp/library/snmp_api.h, 32 + [ have_netsnmp_h=yes ], [ have_netsnmp_h=no ], 33 + [ #include <net-snmp/net-snmp-config.h> 34 + #include <net-snmp/types.h> 35 + ] 36 + ) 37 + 38 + if test "$have_netsnmp_h" = yes; then 39 + KDE_CHECK_LIB( netsnmp, snmp_sess_init, [ 40 + AC_SUBST( LIBSNMP, "-lnetsnmp" ) 41 + enable_snmp=yes 42 + ], [], [] ) 43 + fi 44 + 45 + if test "$enable_snmp" != yes; then 46 + AC_MSG_CHECKING([if libnetsnmp needs -lcrypto]) 47 + 48 + dnl use a different symbol to prevent autoconf from caching 49 + KDE_CHECK_LIB( netsnmp, snmp_open, [ 50 + AC_SUBST( LIBSNMP, "-lnetsnmp -lcrypto" ) 51 + enable_snmp=yes 52 + AC_MSG_RESULT(yes) 53 + ], [ 54 + AC_MSG_RESULT(no) 55 + ], [-lcrypto] ) 56 + fi 57 + 58 + if test "x$with_snmp" != xcheck && test "x$enable_snmp" != xyes; then 59 + AC_MSG_ERROR([--with-snmp was given, but test for net-snmp failed]) 60 + fi 61 +fi 62 + 63 +AM_CONDITIONAL(include_ksim_monitors_snmp, test "x$enable_snmp" = xyes) 64 --- kdeutils-3.5.4/superkaramba/configure.in.in 2006-01-20 01:49:18.000000000 -0500 65 +++ kdeutils-3.5.4-new/superkaramba/configure.in.in 2006-08-01 23:42:11.000000000 -0400 66 @@ -75,3 +75,5 @@ 67 if test -z "$PYTHONINC" ; then 68 DO_NOT_COMPILE="$DO_NOT_COMPILE superkaramba" 69 fi 70 + 71 +AC_CHECK_HEADERS(netinet/in.h sys/sockio.h) 72 --- kdeutils-3.5.4/superkaramba/configure.in.in.orig 1969-12-31 19:00:00.000000000 -0500 73 +++ kdeutils-3.5.4-new/superkaramba/configure.in.in.orig 2006-01-20 01:49:18.000000000 -0500 74 @@ -0,0 +1,77 @@ 75 +#MIN_CONFIG 76 + 77 +AM_INIT_AUTOMAKE(superkaramba, 0.38) 78 +AC_C_BIGENDIAN 79 +AC_CHECK_KDEMAXPATHLEN 80 + 81 +dnl AM_PATH_XMMS([1.0.0]) 82 +dnl AC_PATH_PROG(XMMS_CONFIG, xmms-config, no) 83 +dnl AM_PATH_XMMS(1.0.0,,AC_MSG_ERROR([*** XMMS >= 1.0.0 not installed - please install first ***])) 84 + 85 +KDE_CHECK_PYTHON 86 +AC_DEFUN([AC_CHECK_XMMS], 87 +[ 88 + AC_MSG_CHECKING([for libxmms]) 89 + AC_CACHE_VAL(ac_cv_have_xmms, 90 + [ 91 + ac_save_libs="$LIBS" 92 + LIBS="`xmms-config --libs`" 93 + ac_CPPFLAGS_save="$CPPFLAGS" 94 + CPPFLAGS="$CPPFLAGS $all_includes `xmms-config --cflags`" 95 + ac_LDFLAGS_save="$LDFLAGS" 96 + LDFLAGS="$LDFLAGS $all_libraries" 97 + AC_TRY_LINK( 98 + [#include <xmms/xmmsctrl.h>], 99 + [xmms_remote_stop(0);], 100 + [ac_cv_have_xmms="yes"], 101 + [ac_cv_have_xmms="no"] 102 + ) 103 + LIBS="$ac_save_libs" 104 + LDFLAGS="$ac_LDFLAGS_save" 105 + CPPFLAGS="$ac_CPPFLAGS_save" 106 + ]) 107 + AC_MSG_RESULT($ac_cv_have_xmms) 108 + if test "$ac_cv_have_xmms" = "yes"; then 109 + XMMS_INCLUDES="`xmms-config --cflags`" 110 + 111 + for arg in `xmms-config --libs`; do 112 + case $arg in 113 + -[[lL]]*) 114 + XMMS_LIBS="$XMMS_LIBS $arg" 115 + ;; 116 + *) 117 + XMMS_LDFLAGS="$XMMS_LDFLAGS $arg" 118 + esac 119 + done 120 + AC_DEFINE(HAVE_XMMS, 1, [Define if you have xmms libraries and header files.]) 121 + fi 122 +]) 123 + 124 +AC_ARG_WITH(xmms, 125 + [AC_HELP_STRING(--with-xmms, 126 + [enable support for XMMS @<:@default=check@:>@])], 127 + [], with_xmms=check) 128 + 129 +if test "x$with_xmms" != xno; then 130 + AC_CHECK_XMMS 131 + 132 + if test "x$with_xmms" != xcheck && test "x$ac_cv_have_xmms" = xno; then 133 + AC_MSG_ERROR([--with-xmms was given, but test for XMMS failed]) 134 + fi 135 +fi 136 +AC_SUBST(XMMS_LIBS) 137 +AC_SUBST(XMMS_LDFLAGS) 138 +AC_SUBST(XMMS_INCLUDES) 139 + 140 +kde_have_knewstuff=yes 141 +KDE_CHECK_LIB(knewstuff, main, [MY_LIBKNEWSTUFF="-lknewstuff"], kde_have_knewstuff=no) 142 +if test "$kde_have_knewstuff" = "yes"; then 143 + AC_DEFINE(HAVE_KNEWSTUFF, 1, [Define if you have knewstuff]) 144 + AC_SUBST(MY_LIBKNEWSTUFF) 145 +fi 146 + 147 +AC_CHECK_LIB(kvm, main, [LIBKVM="-lkvm"]) 148 +AC_SUBST(LIBKVM) 149 +if test -z "$PYTHONINC" ; then 150 + DO_NOT_COMPILE="$DO_NOT_COMPILE superkaramba" 151 +fi 152 --- kdeutils-3.5.4/superkaramba/src/Makefile.am 2006-01-19 11:49:35.000000000 -0500 153 +++ kdeutils-3.5.4-new/superkaramba/src/Makefile.am 2006-08-01 23:42:11.000000000 -0400 22 154 @@ -40,7 +40,7 @@ 23 155 24 156 # kde_cfg_DATA = superkaramba.kcfg … … 28 160 #superkaramba_LDADD = -lkio $(LIB_KDEUI) $(XMMS_LDADD) $(LIBPYTHON) $(LIBKVM) $(MY_LIBKNEWSTUFF) 29 161 superkaramba_LDADD = -lkio $(LIB_KDEUI) $(XMMS_LIBS) $(LIBPYTHON) $(LIBKVM) $(MY_LIBKNEWSTUFF) 30 162 31 --- kdeutils-3.5.0/superkaramba/configure.in.in 2005-10-10 10:59:13.000000000 -0400 32 +++ kdeutils-3.5.0-new/superkaramba/configure.in.in 2006-01-16 22:24:41.000000000 -0500 33 @@ -71,3 +71,5 @@ 34 if test -z "$PYTHONINC" ; then 35 DO_NOT_COMPILE="$DO_NOT_COMPILE superkaramba" 36 fi 37 + 38 +AC_CHECK_HEADERS(netinet/in.h sys/sockio.h) 39 --- kdeutils-3.5.0/superkaramba/src/misc_python.cpp 2005-11-19 05:02:57.000000000 -0500 40 +++ kdeutils-3.5.0-new/superkaramba/src/misc_python.cpp 2006-01-16 22:25:28.000000000 -0500 41 @@ -425,10 +425,10 @@ 163 --- kdeutils-3.5.4/superkaramba/src/misc_python.cpp 2006-03-17 05:13:37.000000000 -0500 164 +++ kdeutils-3.5.4-new/superkaramba/src/misc_python.cpp 2006-08-01 23:42:11.000000000 -0400 165 @@ -617,10 +617,10 @@ 42 166 #include <sys/ioctl.h> 43 167 #include <net/if.h> 44 168 #include <arpa/inet.h> … … 51 175 #include <sys/sockio.h> 52 176 #endif 53 177 /* now a method we need to expose to Python */ 178 --- kdeutils-3.5.4/superkaramba/src/misc_python.cpp.orig 1969-12-31 19:00:00.000000000 -0500 179 +++ kdeutils-3.5.4-new/superkaramba/src/misc_python.cpp.orig 2006-03-17 05:13:37.000000000 -0500 180 @@ -0,0 +1,800 @@ 181 +/**************************************************************************** 182 +* misc_python.cpp - Misc Functions for python api 183 +* 184 +* Copyright (C) 2003 Hans Karlsson <karlsson.h@home.se> 185 +* Copyright (C) 2003-2004 Adam Geitgey <adam@rootnode.org> 186 +* Copyright (C) 2004 Petri Damst� <damu@iki.fi> 187 +* Copyright (C) 2004, 2005 Luke Kenneth Casson Leighton <lkcl@lkcl.net> 188 +* 189 +* This file is part of SuperKaramba. 190 +* 191 +* SuperKaramba is free software; you can redistribute it and/or modify 192 +* it under the terms of the GNU General Public License as published by 193 +* the Free Software Foundation; either version 2 of the License, or 194 +* (at your option) any later version. 195 +* 196 +* SuperKaramba is distributed in the hope that it will be useful, 197 +* but WITHOUT ANY WARRANTY; without even the implied warranty of 198 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 199 +* GNU General Public License for more details. 200 +* 201 +* You should have received a copy of the GNU General Public License 202 +* along with SuperKaramba; if not, write to the Free Software 203 +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 204 +****************************************************************************/ 205 + 206 +#ifdef _XOPEN_SOURCE 207 +#undef _XOPEN_SOURCE 208 +#endif 209 + 210 +#include <Python.h> 211 +#include <qglobal.h> 212 +#include <qobject.h> 213 +#include "kdebug.h" 214 +#include "karamba.h" 215 +#include "karambaapp.h" 216 +#include "themefile.h" 217 +#include "themelocale.h" 218 +#include "meter.h" 219 +#include "meter_python.h" 220 +#include "misc_python.h" 221 + 222 +/* now a method we need to expose to Python */ 223 +long acceptDrops(long widget) 224 +{ 225 + karamba* currTheme = (karamba*)widget; 226 + 227 + currTheme->setAcceptDrops(true); 228 + 229 + return 1; 230 +} 231 + 232 +PyObject* py_accept_drops(PyObject *, PyObject *args) 233 +{ 234 + long widget; 235 + 236 + if (!PyArg_ParseTuple(args, (char*)"l", &widget)) 237 + return NULL; 238 + if (!checkKaramba(widget)) 239 + return NULL; 240 + return Py_BuildValue((char*)"l", acceptDrops(widget)); 241 +} 242 + 243 +// Runs a command, returns 0 if it could not start command 244 +PyObject* py_run_command(PyObject*, PyObject* args) 245 +{ 246 + char* name; 247 + char* command; 248 + char* icon; 249 + PyObject *lst; 250 + if (!PyArg_ParseTuple(args, (char*)"sssO:run", &name, &command, &icon, &lst) || 251 + lst == NULL || !PyList_Check(lst)) 252 + return NULL; 253 + 254 + QString n; 255 + QString c; 256 + QString i; 257 + 258 + n.setAscii(name); 259 + c.setAscii(command); 260 + i.setAscii(icon); 261 + 262 + KService svc(n, c, i); 263 + KURL::List l; 264 + 265 + for (int i = 0; i < PyList_Size(lst); i++) 266 + { 267 + l.append(PyString2QString(PyList_GetItem(lst, i))); 268 + } 269 + KRun::run(svc, l); 270 + return Py_BuildValue("l", 1); 271 +} 272 + 273 +// Runs a command, returns 0 if it could not start command 274 +PyObject* py_execute_command(PyObject *, PyObject* args) 275 +{ 276 + PyObject* s; 277 + 278 + if (!PyArg_ParseTuple(args, (char*)"O:execute", &s)) 279 + return NULL; 280 + return Py_BuildValue((char*)"l", KRun::runCommand(PyString2QString(s))); 281 +} 282 + 283 +// Runs a command, returns 0 if it could not start command 284 +PyObject* py_execute_command_interactive(PyObject *, PyObject* args) 285 +{ 286 + long widget; 287 + //if (!PyArg_ParseTuple(args, (char*)"ls", &widget, &command)) 288 + // return NULL; 289 + 290 + int numLines; /* how many lines we passed for parsing */ 291 + QString line; /* pointer to the line as a string */ 292 + 293 + PyObject * listObj; /* the list of strings */ 294 + PyObject * strObj; /* one string in the list */ 295 + 296 + /* the O! parses for a Python object (listObj) checked 297 + to be of type PyList_Type */ 298 + if (! PyArg_ParseTuple(args, (char*)"lO!", &widget, &PyList_Type, &listObj)) 299 + return NULL; 300 + if (!checkKaramba(widget)) 301 + return NULL; 302 + 303 + karamba* currTheme = (karamba*)widget; 304 + 305 + currTheme->currProcess = new KProcess; 306 + 307 + /* get the number of lines passed to us */ 308 + numLines = PyList_Size(listObj); 309 + 310 + /* should raise an error here. */ 311 + if (numLines < 0) return NULL; /* Not a list */ 312 + 313 + /* iterate over items of the list, grabbing strings, and parsing 314 + for numbers */ 315 + for (int i=0; i<numLines; i++){ 316 + 317 + /* grab the string object from the next element of the list */ 318 + strObj = PyList_GetItem(listObj, i); /* Can't fail */ 319 + 320 + /* make it a string */ 321 + line = PyString2QString(strObj); 322 + 323 + /* now do the parsing */ 324 + *(currTheme->currProcess) << line; 325 + 326 + } 327 + QApplication::connect(currTheme->currProcess, 328 + SIGNAL(processExited(KProcess *)), 329 + currTheme, 330 + SLOT(processExited(KProcess *))); 331 + QApplication::connect(currTheme->currProcess, 332 + SIGNAL(receivedStdout(KProcess *, char *, int)), 333 + currTheme, 334 + SLOT(receivedStdout(KProcess *, char *, int))); 335 + currTheme->currProcess->start(KProcess::NotifyOnExit, KProcess::Stdout); 336 + 337 + return Py_BuildValue((char*)"l", (int)(currTheme->currProcess->pid())); 338 +} 339 + 340 +long attachClickArea(long widget, long meter, QString LeftButton, QString MiddleButton, QString RightButton) 341 +{ 342 + karamba* currTheme = (karamba*) widget; 343 + Meter* currMeter = (Meter*) meter; 344 + 345 + // Look if currMeter has an ClickArea attached. 346 + bool meterAlreadyClickable = currTheme->clickList->containsRef(currMeter); 347 + 348 + // if currMeter is of type ImageLabel* 349 + if (ImageLabel* image = dynamic_cast<ImageLabel*>(currMeter)) 350 + { 351 + image -> attachClickArea(LeftButton, MiddleButton, RightButton); 352 + if (!meterAlreadyClickable) 353 + { 354 + //qWarning("attachClickArea : meter is image"); 355 + currTheme -> clickList -> append(image); 356 + } 357 + } 358 + // else if currMeter is of type TextLabel* 359 + else if (TextLabel* text = dynamic_cast<TextLabel*>(currMeter)) 360 + { 361 + text -> attachClickArea(LeftButton, MiddleButton, RightButton); 362 + if (!meterAlreadyClickable) 363 + { 364 + //qWarning("attachClickArea : meter is text"); 365 + currTheme -> clickList -> append(text); 366 + } 367 + } 368 + else 369 + { 370 + //The given meter does not support attached clickAreas. 371 + qWarning("The given meter is not of type image or text"); 372 + return 0; 373 + } 374 + return 1; 375 +} 376 + 377 +PyObject* py_attach_clickArea(PyObject*, PyObject* args, PyObject* dict) 378 +{ 379 + long widget; 380 + long meter; 381 + char* LeftButton = NULL; 382 + char* MiddleButton = NULL; 383 + char* RightButton = NULL; 384 + const char* mouseButtons[] = {"Widget", "Meter", "LeftButton", "MiddleButton", 385 + "RightButton", NULL}; 386 + if (!PyArg_ParseTupleAndKeywords(args, dict, (char*)"ll|sss:attachClickArea", 387 + (char**)mouseButtons, &widget, &meter, &LeftButton, &MiddleButton, &RightButton)) 388 + return NULL; 389 + if (!checkKaramba(widget)) 390 + return NULL; 391 + QString lB, mB, rB; 392 + if (LeftButton != NULL) 393 + { 394 + lB.setAscii(LeftButton); 395 + } 396 + else 397 + { 398 + lB.setAscii(""); 399 + } 400 + if (MiddleButton != NULL) 401 + { 402 + mB.setAscii(MiddleButton); 403 + } 404 + else 405 + { 406 + mB.setAscii(""); 407 + } 408 + if (RightButton != NULL) 409 + { 410 + rB.setAscii(RightButton); 411 + } 412 + else 413 + { 414 + rB.setAscii(""); 415 + } 416 + return Py_BuildValue((char*)"l", attachClickArea(widget, meter, lB, mB, rB)); 417 +} 418 + 419 +/* now a method we need to expose to Python */ 420 +long toggleShowDesktop(long) 421 +{ 422 + ShowDesktop *s = ShowDesktop::the(); 423 + s->toggle(); 424 + return 1; 425 +} 426 + 427 +PyObject* py_toggle_show_desktop(PyObject *, PyObject *args) 428 +{ 429 + long widget; 430 + if (!PyArg_ParseTuple(args, (char*)"l:toggleShowDesktop", &widget)) 431 + return NULL; 432 + if (!checkKaramba(widget)) 433 + return NULL; 434 + return Py_BuildValue((char*)"l", toggleShowDesktop(widget)); 435 +} 436 + 437 +/* now a method we need to expose to Python */ 438 +const char* getPrettyName(long widget) { 439 + karamba* currTheme = (karamba*)widget; 440 + 441 + return currTheme->prettyName.ascii(); 442 +} 443 + 444 +PyObject* py_get_pretty_name(PyObject *, PyObject *args) 445 +{ 446 + long widget; 447 + if (!PyArg_ParseTuple(args, (char*)"l:getPrettyThemeName", &widget)) 448 + return NULL; 449 + return Py_BuildValue((char*)"s", getPrettyName(widget)); 450 +} 451 + 452 +/* now a method we need to expose to Python */ 453 +const char* getThemePath(long widget) { 454 + karamba* currTheme = (karamba*)widget; 455 + 456 + return currTheme->theme().path().ascii(); 457 +} 458 + 459 +PyObject* py_get_theme_path(PyObject *, PyObject *args) 460 +{ 461 + long widget; 462 + if (!PyArg_ParseTuple(args, (char*)"l:getThemePath", &widget)) 463 + return NULL; 464 + if (!checkKaramba(widget)) 465 + return NULL; 466 + return Py_BuildValue((char*)"s", getThemePath(widget)); 467 +} 468 + 469 +PyObject* py_language(PyObject *, PyObject *args) 470 +{ 471 + long widget; 472 + if (!PyArg_ParseTuple(args, (char*)"l:language", &widget)) 473 + return NULL; 474 + if (!checkKaramba(widget)) 475 + return NULL; 476 + return Py_BuildValue((char*)"s", 477 + ((karamba*)widget)->theme().locale()->language().ascii()); 478 +} 479 + 480 +PyObject* py_read_theme_file(PyObject *, PyObject *args) 481 +{ 482 + long widget; 483 + char *file; 484 + if (!PyArg_ParseTuple(args, (char*)"ls:readThemeFile", &widget, &file)) 485 + return NULL; 486 + if (!checkKaramba(widget)) 487 + return NULL; 488 + karamba* k = (karamba*)widget; 489 + QByteArray ba = k->theme().readThemeFile(file); 490 + return PyString_FromStringAndSize(ba.data(), ba.size()); 491 +} 492 + 493 +/* now a method we need to expose to Python */ 494 +long removeClickArea(long widget, long click) { 495 + 496 + karamba* currTheme = (karamba*)widget; 497 + ClickArea *tmp = (ClickArea*)click; 498 + 499 + currTheme -> clickList -> remove(tmp); 500 + 501 + delete tmp; 502 + return (long)tmp; 503 +} 504 + 505 +/* now a method we need to expose to Python */ 506 +long createServiceClickArea(long widget, long x, long y, long w, long h, char *name, char* exec, char *icon) { 507 + 508 + karamba* currTheme = (karamba*)widget; 509 + ClickArea *tmp = new ClickArea( currTheme, x, y, w, h ); 510 + QString n; 511 + QString e; 512 + QString i; 513 + 514 + n.setAscii(name); 515 + e.setAscii(exec); 516 + i.setAscii(icon); 517 + 518 + tmp->setServiceOnClick(n, e, i); 519 + 520 + currTheme -> clickList -> append(tmp); 521 + return (long)tmp; 522 +} 523 + 524 +long createClickArea(long widget, long x, long y, long w, long h, char* text) { 525 + 526 + karamba* currTheme = (karamba*)widget; 527 + ClickArea *tmp = new ClickArea(currTheme, x, y, w, h ); 528 + QString onclick; 529 + 530 + onclick.setAscii(text); 531 + 532 + tmp->setOnClick(onclick ); 533 + 534 + currTheme -> clickList -> append(tmp); 535 + return (long)tmp; 536 +} 537 + 538 +PyObject* py_remove_click_area(PyObject *, PyObject *args) 539 +{ 540 + long widget, click; 541 + if (!PyArg_ParseTuple(args, (char*)"ll:removeClickArea", &widget, &click)) 542 + return NULL; 543 + return Py_BuildValue((char*)"l", removeClickArea(widget, click)); 544 +} 545 + 546 +PyObject* py_create_service_click_area(PyObject *, PyObject *args) 547 +{ 548 + long widget, x, y, w, h; 549 + char *name; 550 + char *exec; 551 + char *icon; 552 + if (!PyArg_ParseTuple(args, (char*)"lllllsss:createServiceClickArea", &widget, &x, &y, 553 + &w, &h, &name, &exec, &icon)) 554 + return NULL; 555 + return Py_BuildValue((char*)"l", createServiceClickArea(widget, x, y, w, h, name, exec, icon)); 556 +} 557 + 558 +PyObject* py_create_click_area(PyObject *, PyObject *args) 559 +{ 560 + long widget, x, y, w, h; 561 + char *text; 562 + if (!PyArg_ParseTuple(args, (char*)"llllls:createClickArea", &widget, &x, &y, 563 + &w, &h, &text)) 564 + return NULL; 565 + if (!checkKaramba(widget)) 566 + return NULL; 567 + return Py_BuildValue((char*)"l", createClickArea(widget, x, y, w, h, text)); 568 +} 569 + 570 +static long callTheme(long widget, char* path, char *str) 571 +{ 572 + karamba* currTheme = (karamba*) widget; 573 + 574 + if (currTheme) 575 + currTheme->callTheme(QString(path), QString(str)); 576 + 577 + return (long)currTheme; 578 +} 579 + 580 +static long setIncomingData(long widget, char* path, char *obj) 581 +{ 582 + karamba* currTheme = (karamba*) widget; 583 + 584 + if (currTheme) 585 + currTheme->setIncomingData(QString(path), QString(obj)); 586 + 587 + return (long)currTheme; 588 +} 589 + 590 +static QString getIncomingData(long widget) 591 +{ 592 + karamba* currTheme = (karamba*) widget; 593 + 594 + if (currTheme) 595 + return currTheme->getIncomingData(); 596 + 597 + return QString(""); 598 +} 599 + 600 +/* 601 + * openNamedTheme. this function checks to see whether the theme 602 + * being opened is unique or not (against all running karamba widgets). 603 + * this is important, as loading themes with the same name causes 604 + * grief. 605 + */ 606 +long openNamedTheme(char* path, char *name, bool is_sub_theme) { 607 + 608 + QString filename; 609 + karamba* currTheme = 0; 610 + 611 + filename.setAscii(path); 612 + 613 + QFileInfo file( filename ); 614 + 615 + if( file.exists() ) 616 + { 617 + QCString prettyName(name); 618 + KarambaApplication* app = (KarambaApplication*)qApp; 619 + if (!app->themeExists(prettyName)) 620 + { 621 + currTheme = new karamba( filename, prettyName, false , 622 + -1, is_sub_theme); 623 + currTheme->show(); 624 + } 625 + } 626 + return (long)currTheme; 627 +} 628 + 629 +/* now a method we need to expose to Python */ 630 +long openTheme(char* path) 631 +{ 632 + 633 + QString filename; 634 + karamba* currTheme = 0; 635 + 636 + filename.setAscii(path); 637 + 638 + QFileInfo file( filename ); 639 + 640 + if( file.exists() ) 641 + { 642 + currTheme = new karamba( filename, QString() ); 643 + currTheme->show(); 644 + } 645 + 646 + return (long)currTheme; 647 +} 648 + 649 +PyObject* py_get_incoming_data(PyObject *, PyObject *args) 650 +{ 651 + long widget; 652 + if (!PyArg_ParseTuple(args, (char*)"l:getIncomingData", &widget)) 653 + return NULL; 654 + return Py_BuildValue((char*)"O", QString2PyString(getIncomingData(widget))); 655 +} 656 + 657 +PyObject* py_set_incoming_data(PyObject *, PyObject *args) 658 +{ 659 + char *themePath; 660 + long widget; 661 + char *obj; 662 + if (!PyArg_ParseTuple(args, (char*)"lss:setIncomingData", &widget, &themePath, &obj)) 663 + return NULL; 664 + return Py_BuildValue((char*)"l", setIncomingData(widget, themePath, obj)); 665 +} 666 + 667 +PyObject* py_call_theme(PyObject *, PyObject *args) 668 +{ 669 + char *themePath; 670 + char *str; 671 + long widget; 672 + if (!PyArg_ParseTuple(args, (char*)"lss:callTheme", &widget, &themePath, &str)) 673 + return NULL; 674 + return Py_BuildValue((char*)"l", callTheme(widget, themePath, str)); 675 +} 676 + 677 +PyObject* py_open_named_theme(PyObject *, PyObject *args) 678 +{ 679 + char *themePath; 680 + char *themeName; 681 + long is_sub_theme; 682 + if (!PyArg_ParseTuple(args, (char*)"ssl:openNamedTheme", &themePath, &themeName, &is_sub_theme)) 683 + return NULL; 684 + return Py_BuildValue((char*)"l", openNamedTheme(themePath, themeName, is_sub_theme ? true : false)); 685 +} 686 + 687 +PyObject* py_open_theme(PyObject *, PyObject *args) 688 +{ 689 + char *themePath; 690 + if (!PyArg_ParseTuple(args, (char*)"s:openTheme", &themePath)) 691 + return NULL; 692 + return Py_BuildValue((char*)"l", openTheme(themePath)); 693 +} 694 + 695 +PyObject* py_reload_theme(PyObject *, PyObject *args) 696 +{ 697 + long widget; 698 + if (!PyArg_ParseTuple(args, (char*)"l:reloadTheme", &widget)) 699 + return NULL; 700 + if (!checkKaramba(widget)) 701 + return NULL; 702 + ((karamba*)widget)->reloadConfig(); 703 + return Py_BuildValue((char*)"l", 1); 704 +} 705 + 706 +/* now a method we need to expose to Python */ 707 +int getNumberOfDesktops(long widget) 708 +{ 709 + karamba* currTheme = (karamba*)widget; 710 + 711 + return currTheme->kWinModule->numberOfDesktops(); 712 +} 713 + 714 +PyObject* py_get_number_of_desktops(PyObject *, PyObject *args) 715 +{ 716 + long widget; 717 + if (!PyArg_ParseTuple(args, (char*)"l:getNumberOfDesktops", &widget)) 718 + return NULL; 719 + if (!checkKaramba(widget)) 720 + return NULL; 721 + return Py_BuildValue((char*)"l", getNumberOfDesktops(widget)); 722 +} 723 + 724 +/* now a method we need to expose to Python */ 725 +int translateAll(long widget, int x, int y) 726 +{ 727 + karamba* currTheme = (karamba*)widget; 728 + 729 + QObjectListIt it2( *currTheme->meterList ); // iterate over meters 730 + 731 + while ( it2 != 0 ) 732 + { 733 + ((Meter*) *it2)->setSize(((Meter*) *it2)->getX()+x, 734 + ((Meter*) *it2)->getY()+y, 735 + ((Meter*) *it2)->getWidth(), 736 + ((Meter*) *it2)->getHeight()); 737 + ++it2; 738 + } 739 + 740 + if (currTheme->systray != 0) 741 + { 742 + currTheme->systray->move(currTheme->systray->x()+x, 743 + currTheme->systray->y()+y); 744 + } 745 + return 0; 746 +} 747 + 748 +PyObject* py_translate_all(PyObject *, PyObject *args) 749 +{ 750 + long widget; 751 + int x, y; 752 + if (!PyArg_ParseTuple(args, (char*)"lii:translateAll", &widget, &x, &y)) 753 + return NULL; 754 + if (!checkKaramba(widget)) 755 + return NULL; 756 + return Py_BuildValue((char*)"lii", translateAll(widget, x, y)); 757 +} 758 + 759 +/* now a method we need to expose to Python */ 760 +int show(long widget) 761 +{ 762 + karamba* currTheme = (karamba*)widget; 763 + currTheme->show(); 764 + return 0; 765 +} 766 + 767 +PyObject* py_show(PyObject *, PyObject *args) 768 +{ 769 + long widget; 770 + if (!PyArg_ParseTuple(args, (char*)"l:show", &widget)) 771 + return NULL; 772 + if (!checkKaramba(widget)) 773 + return NULL; 774 + return Py_BuildValue((char*)"l", show(widget)); 775 +} 776 + 777 +/* now a method we need to expose to Python */ 778 +int hide(long widget) 779 +{ 780 + karamba* currTheme = (karamba*)widget; 781 + currTheme->hide(); 782 + return 0; 783 +} 784 + 785 +PyObject* py_hide(PyObject *, PyObject *args) 786 +{ 787 + long widget; 788 + if (!PyArg_ParseTuple(args, (char*)"l:hide", &widget)) 789 + return NULL; 790 + if (!checkKaramba(widget)) 791 + return NULL; 792 + return Py_BuildValue((char*)"l", hide(widget)); 793 +} 794 + 795 +/*Putting includes here to show the dependency for the call(s) below (if we ever decide to move the networking callbacks into a separate file*/ 796 +#include <sys/socket.h> 797 +#include <sys/ioctl.h> 798 +#include <net/if.h> 799 +#include <arpa/inet.h> 800 +#ifdef __FreeBSD__ 801 +#include <netinet/in.h> 802 +#endif 803 +#if defined(Q_OS_SOLARIS) 804 +#include <sys/sockio.h> 805 +#endif 806 +/* now a method we need to expose to Python */ 807 +QString getIp(char *device_name) 808 +{ 809 + int i, sd, numdevs; 810 + struct ifconf ifc_conf; 811 + char ifc_conf_buf[sizeof ( struct ifreq ) * 32]; 812 + struct ifreq *devptr; 813 + int ifc_conf_buf_size; 814 + static struct in_addr host; 815 + QString retval; 816 + 817 + retval = "Disconnected"; 818 + 819 + /* 820 + * Open a socket, any type will do so we choose UDP, and ask it with 821 + * an ioctl call what devices are behind it. 822 + */ 823 + if ((sd = socket(AF_INET,SOCK_DGRAM,0)) < 0) 824 + { 825 + qWarning("Error: Unable to create socket (socket)"); 826 + return "Error"; 827 + } 828 + 829 + /* 830 + * Fill the buffer with our static buffer, probably big enough, and get 831 + * the interface configuration. 832 + */ 833 + ifc_conf_buf_size = sizeof ifc_conf_buf; 834 + ifc_conf.ifc_len = ifc_conf_buf_size; 835 + ifc_conf.ifc_buf = ifc_conf_buf; 836 + if (ioctl(sd,SIOCGIFCONF,&ifc_conf) < 0) 837 + { 838 + qWarning("Error: Unable to get network interface conf (ioctl)"); 839 + close(sd); 840 + return "Error"; 841 + } 842 + 843 + /* 844 + * An array of devices were returned. Which ones are up right now and 845 + * have broadcast capability? 846 + */ 847 + numdevs = ifc_conf.ifc_len / sizeof (struct ifreq); 848 + //qDebug("numdevs = %d", numdevs); 849 + for (i = 0; i < numdevs; i++) 850 + { 851 + //qDebug("iterations: %d", i); 852 + /* devptr points into an array of ifreq structs. */ 853 + devptr = &ifc_conf.ifc_req[i]; 854 + 855 + if (ioctl(sd, SIOCGIFADDR, devptr) < 0 || devptr->ifr_addr.sa_family != AF_INET) 856 + continue; 857 + 858 + if (ioctl(sd,SIOCGIFFLAGS,devptr) < 0) 859 + { 860 + qWarning("Error: Unable to get device interface flags (ioctl)."); 861 + close(sd); 862 + return "Error"; 863 + } 864 + 865 + //We generally don't want probing of the loopback devices 866 + if ((devptr->ifr_flags & IFF_LOOPBACK) != 0) 867 + continue; 868 + 869 + if ((devptr->ifr_flags & IFF_UP) == 0) 870 + continue; 871 + 872 + if ((devptr->ifr_flags & IFF_BROADCAST) == 0) 873 + continue; 874 + 875 + /* Get the broadcast address. */ 876 + if (ioctl(sd,SIOCGIFFLAGS,devptr) < 0) 877 + { 878 + qWarning("Error: Unable to get device interface flags (ioctl)."); 879 + close(sd); 880 + return "Error"; 881 + } 882 + else 883 + { 884 + if (!strcmp((char*)devptr->ifr_name, device_name)) 885 + { 886 + host.s_addr = ((struct sockaddr_in*)&devptr->ifr_addr)->sin_addr.s_addr; 887 + retval = inet_ntoa(host); 888 + break; 889 + } 890 + } 891 + } 892 + close(sd); 893 + return retval; 894 +} 895 + 896 +PyObject* py_set_update_time(PyObject *, PyObject *args) 897 +{ 898 + long widget; 899 + double time; 900 + if (!PyArg_ParseTuple(args, (char*)"ld:setUpdateTime", &widget, &time)) 901 + return NULL; 902 + karamba* currTheme = (karamba*)widget; 903 + currTheme->setUpdateTime(time); 904 + return Py_BuildValue((char*)"l", 1); 905 +} 906 + 907 +PyObject* py_get_update_time(PyObject *, PyObject *args) 908 +{ 909 + long widget; 910 + double time; 911 + if (!PyArg_ParseTuple(args, (char*)"l:getUpdateTime", &widget, &time)) 912 + return NULL; 913 + karamba* currTheme = (karamba*)widget; 914 + return Py_BuildValue((char*)"d", currTheme->getUpdateTime()); 915 +} 916 + 917 +PyObject* py_get_ip(PyObject *, PyObject *args) 918 +{ 919 + long widget; 920 + char *interface; 921 + if (!PyArg_ParseTuple(args, (char*)"ls:getIp", &widget, &interface)) 922 + return NULL; 923 + if (!checkKaramba(widget)) 924 + return NULL; 925 + return Py_BuildValue((char*)"O", QString2PyString(getIp(interface))); 926 +} 927 + 928 +static void management_popup(long widget) 929 +{ 930 + karamba* currTheme = (karamba*)widget; 931 + currTheme->management_popup(); 932 +} 933 + 934 +PyObject* py_management_popup(PyObject *, PyObject *args) 935 +{ 936 + long widget; 937 + if (!PyArg_ParseTuple(args, (char*)"l:managementPopup", &widget)) 938 + return NULL; 939 + if (!checkKaramba(widget)) 940 + return NULL; 941 + management_popup(widget); 942 + return Py_BuildValue((char*)"l", 1); 943 +} 944 + 945 +static void set_want_right_button(long widget, long yesno) 946 +{ 947 + karamba* currTheme = (karamba*)widget; 948 + currTheme->setWantRightButton(yesno); 949 +} 950 + 951 +PyObject* py_want_right_button(PyObject *, PyObject *args) 952 +{ 953 + long widget, i; 954 + if (!PyArg_ParseTuple(args, (char*)"ll:wantRightButton", &widget, &i)) 955 + return NULL; 956 + if (!checkKaramba(widget)) 957 + return NULL; 958 + set_want_right_button(widget, i); 959 + return Py_BuildValue((char*)"l", 1); 960 +} 961 + 962 + 963 +static void changeInterval(long widget, long interval) 964 +{ 965 + karamba* currTheme = (karamba*)widget; 966 + currTheme->changeInterval(interval); 967 +} 968 + 969 +PyObject* py_change_interval(PyObject *, PyObject *args) 970 +{ 971 + long widget, i; 972 + if (!PyArg_ParseTuple(args, (char*)"ll:changeInterval", &widget, &i)) 973 + return NULL; 974 + if (!checkKaramba(widget)) 975 + return NULL; 976 + changeInterval(widget, i); 977 + return Py_BuildValue((char*)"l", 1); 978 +} 979 + 980 + -
kdeutils3/files/CompileScript.sh
1 1 #!/bin/sh -e 2 2 3 export HOME=/tmp 4 export PREFIX="%p" 3 export PREFIX="%p" USE_UNSERMAKE=1 5 4 . ./environment-helper.sh 6 export lt_cv_sys_max_cmd_len=655367 5 8 #darwinports9 export UNSERMAKE="no"10 11 export CC=gcc CXX=g++12 13 6 ./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs 14 7 ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS 15 perl -pi .bak-e 's, kgpg , ,' Makefile16 ./build-helper.sh make %N %v %r make all all_libraries="$ALL_LIBRARIES"8 perl -pi -e 's, kgpg , ,' Makefile 9 ./build-helper.sh make %N %v %r unsermake $UNSERMAKEFLAGS -
kdeutils3/Portfile
1 1 # $Id$ 2 2 3 #Synced with Fink, Version 3.5. 1-10233 #Synced with Fink, Version 3.5.4-1021 4 4 5 5 PortSystem 1.0 6 6 name kdeutils3 7 version 3.5.1 8 revision 1 9 set kdeadmin kde-admindir-3.5.1 7 version 3.5.4 8 set kdeadmin kde-admindir-252 10 9 categories kde 11 10 maintainers ben@macports.org takanori@macports.org 12 11 description KDE utilities. \ 13 12 NB No KDE sound support. 14 13 platforms darwin 15 master_sites opendarwin::kde35 1\14 master_sites opendarwin::kde354 \ 16 15 opendarwin::admin 17 16 # kde:stable/${version}/src 18 17 # http://ranger.befunk.com/fink/:admin 19 extract.suffix .tar.bz220 18 use_bzip2 yes 21 19 distname kdeutils-${version} 22 distfiles ${distname}.tar.bz2:kde35 1\20 distfiles ${distname}.tar.bz2:kde354 \ 23 21 ${kdeadmin}.tar.bz2:admin 24 22 depends_build port:autoconf \ 25 port: automake26 depends_lib port: kdebase3\27 port: gmp23 port:unsermake 24 depends_lib port:gmp \ 25 port:kdebase3 28 26 # port:python24 27 # port:xmms 29 28 30 checksums ${distname}.tar.bz2 md5 1286c6a09b04452adfe492de2fad79bd\31 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e29 checksums ${distname}.tar.bz2 md5 e24cd91576db3d2414fb30cab47e44e5 \ 30 ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e 32 31 33 extract.only 34 post-extract 32 extract.only ${distname}.tar.bz2 33 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" } 35 34 36 35 patchfiles kdeutils3.patch 37 36 patch { 38 37 cd ${worksrcpath} 39 38 foreach file $patchfiles { 40 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${ portpath}/${filesdir}/${file} | patch -p1"39 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1" 41 40 } 41 system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*" 42 42 } 43 post-patch { 44 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh 45 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh 43 post-patch { 44 reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh 46 45 reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh 47 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh48 foreach file [glob ${worksrcpath}/admin/*] {49 reinplace "s|-O2|-Os|g" $file50 reinplace "s|doc/HTML|doc/kde|g" $file51 reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file52 }53 46 foreach file {CompileScript.sh InstallScript.sh} { 54 file copy ${ portpath}/${filesdir}/${file} ${worksrcpath}47 file copy ${filespath}/${file} ${worksrcpath} 55 48 reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file} 56 49 reinplace "s|%N|${name}|g" ${worksrcpath}/${file} 57 50 reinplace "s|%v|${version}|g" ${worksrcpath}/${file} … … 63 56 } 64 57 # disable ksim which depends on net-snmp which doesn't build 65 58 # on Mac OS 10.4 66 file delete -force ${worksrcpath}/ksim59 delete ${worksrcpath}/ksim 67 60 } 68 61 69 configure.args --with-distribution=' DarwinPorts/Mac OS X' --without-arts62 configure.args --with-distribution='MacPorts/Mac OS X' --without-arts 70 63 71 64 configure {} 72 65 build { system "cd ${worksrcpath} && ./CompileScript.sh" } 73 66 destroot { system "cd ${worksrcpath} && ./InstallScript.sh" } 74 67 75 post-destroot 68 post-destroot { 76 69 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 77 70 xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING INSTALL README ${destroot}${prefix}/share/doc/${name} 78 71 } 79 80 platform darwin 6 {81 depends_lib-append lib:libdl:dlcompat82 } -
kdewebdev3/files/InstallScript.sh
1 1 #!/bin/sh -e 2 2 3 export PREFIX="%p" 3 export PREFIX="%p" USE_UNSERMAKE=1 4 4 . ./environment-helper.sh 5 5 6 #darwinports 7 export UNSERMAKE="no" 6 ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d 8 7 9 ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d10 11 8 mkdir -p %i/share/doc/installed-packages 12 9 touch %i/share/doc/installed-packages/%N 13 10 touch %i/share/doc/installed-packages/%N-base -
kdewebdev3/files/CompileScript.sh
1 1 #!/bin/sh -e 2 2 3 export HOME=/tmp 4 export PREFIX="%p" 3 export PREFIX="%p" USE_UNSERMAKE=1 5 4 . ./environment-helper.sh 6 export lt_cv_sys_max_cmd_len=655367 5 8 #darwinports9 export UNSERMAKE="no"10 11 export CC=gcc CXX=g++12 13 6 ./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs 14 7 ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS 15 ./build-helper.sh make %N %v %r make all all_libraries="$ALL_LIBRARIES"8 ./build-helper.sh make %N %v %r unsermake $UNSERMAKEFLAGS -
kdewebdev3/Portfile
1 1 # $Id$ 2 2 3 #Synced with Fink, Version 3.5. 1-10233 #Synced with Fink, Version 3.5.4-1021 4 4 5 5 PortSystem 1.0 6 6 name kdewebdev3 7 version 3.5.1 8 revision 2 9 set kdeadmin kde-admindir-3.5.1 7 version 3.5.4 8 set kdeadmin kde-admindir-252 10 9 categories kde 11 10 maintainers ben@macports.org takanori@macports.org 12 11 description KDE web development tools. \ 13 12 NB No KDE sound support. 14 13 platforms darwin 15 master_sites opendarwin::kde35 1\14 master_sites opendarwin::kde354 \ 16 15 opendarwin::admin 17 16 # kde:stable/${version}/src 18 17 # http://ranger.befunk.com/fink/:admin 19 extract.suffix .tar.bz220 18 use_bzip2 yes 21 19 distname kdewebdev-${version} 22 distfiles ${distname}.tar.bz2:kde35 1\20 distfiles ${distname}.tar.bz2:kde354 \ 23 21 ${kdeadmin}.tar.bz2:admin 24 22 depends_build port:autoconf \ 25 port:automake 26 depends_lib port:kdebase3 \ 27 port:libgcrypt 23 port:unsermake 24 depends_lib port:kdebase3 28 25 29 checksums ${distname}.tar.bz2 md5 0faea4e8088005ae60f58b21c60b32ea\30 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e26 checksums ${distname}.tar.bz2 md5 310a40555c089e88cc5ff7620a89b444 \ 27 ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e 31 28 32 extract.only 33 post-extract 29 extract.only ${distname}.tar.bz2 30 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" } 34 31 35 32 patchfiles 36 33 patch { 37 34 cd ${worksrcpath} 38 35 foreach file $patchfiles { 39 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${ portpath}/${filesdir}/${file} | patch -p1"36 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1" 40 37 } 38 system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*" 41 39 } 42 post-patch { 43 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh 44 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh 40 post-patch { 41 reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh 45 42 reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh 46 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh47 foreach file [glob ${worksrcpath}/admin/*] {48 reinplace "s|-O2|-Os|g" $file49 reinplace "s|doc/HTML|doc/kde|g" $file50 reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file51 }52 43 foreach file {CompileScript.sh InstallScript.sh} { 53 file copy ${ portpath}/${filesdir}/${file} ${worksrcpath}44 file copy ${filespath}/${file} ${worksrcpath} 54 45 reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file} 55 46 reinplace "s|%N|${name}|g" ${worksrcpath}/${file} 56 47 reinplace "s|%v|${version}|g" ${worksrcpath}/${file} … … 62 53 } 63 54 } 64 55 65 configure.args --with-distribution=' DarwinPorts/Mac OS X' --without-arts56 configure.args --with-distribution='MacPorts/Mac OS X' --without-arts 66 57 67 58 configure {} 68 59 build { system "cd ${worksrcpath} && ./CompileScript.sh" } 69 60 destroot { system "cd ${worksrcpath} && ./InstallScript.sh" } 70 61 71 post-destroot 62 post-destroot { 72 63 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 73 64 xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL README ${destroot}${prefix}/share/doc/${name} 74 65 } 75 76 platform darwin 6 {77 depends_lib-append lib:libdl:dlcompat78 }79 -
koffice/files/dp01.patch
1 *** koffice-1.5.1/karbon/Makefile.am~ Thu May 11 03:35:25 20062 --- koffice-1.5.1/karbon/Makefile.am Mon May 22 20:38:02 20063 ***************4 *** 30,36 ****5 $(LIBART_LIBS) \6 $(LIBFONTCONFIG_LIBS) \7 $(LIBMAGICK_LIBS) \8 ! $(LIBFREETYPE_LIBS)9 10 libkarbonpart_la_SOURCES = karbon_factory_init.cc11 libkarbonpart_la_LDFLAGS = $(KDE_PLUGIN) $(LIBFREETYPE_RPATH)12 --- 30,37 ----13 $(LIBART_LIBS) \14 $(LIBFONTCONFIG_LIBS) \15 $(LIBMAGICK_LIBS) \16 ! $(LIBFREETYPE_LIBS) \17 ! $(LIB_X11)18 19 libkarbonpart_la_SOURCES = karbon_factory_init.cc20 libkarbonpart_la_LDFLAGS = $(KDE_PLUGIN) $(LIBFREETYPE_RPATH) -
koffice/files/InstallScript.sh
1 1 #!/bin/sh -e 2 2 3 export PREFIX="%p"UNSERMAKE=14 . ./environment-helper.sh3 export PREFIX="%p" USE_UNSERMAKE=1 4 . ./environment-helper.sh 5 5 6 ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR="%d"6 ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR="%d" 7 7 8 mkdir -p %i/share/doc/installed-packages9 touch %i/share/doc/installed-packages/%N10 touch %i/share/doc/installed-packages/%N-base8 mkdir -p %i/share/doc/installed-packages 9 touch %i/share/doc/installed-packages/%N 10 touch %i/share/doc/installed-packages/%N-base -
koffice/files/CompileScript.sh
1 1 #!/bin/sh -e 2 2 3 export HOME=/tmp 4 export PREFIX="%p" UNSERMAKE=1 3 export PREFIX="%p" USE_UNSERMAKE=1 5 4 6 5 #fink 7 # . ./environment-helper.sh8 # export lt_cv_sys_max_cmd_len=65536ac_cv_prog_RUBY=%p/bin/ruby1.89 # export CC=gcc CXX=g++CONFIGURE_PARAMS=`echo $CONFIGURE_PARAMS | sed -e 's,--disable-dependency-tracking,,'`10 # darwinports11 . ./environment-helper.sh12 export lt_cv_sys_max_cmd_len=65536ac_cv_prog_RUBY=%p/bin/ruby13 export CC=gcc CXX=g++CONFIGURE_PARAMS=`echo $CONFIGURE_PARAMS | sed -e 's,--disable-dependency-tracking,,'`6 # . ./environment-helper.sh 7 # export ac_cv_prog_RUBY=%p/bin/ruby1.8 8 # export CONFIGURE_PARAMS=`echo $CONFIGURE_PARAMS | sed -e 's,--disable-dependency-tracking,,'` 9 #macports 10 . ./environment-helper.sh 11 export ac_cv_prog_RUBY=%p/bin/ruby 12 export CONFIGURE_PARAMS=`echo $CONFIGURE_PARAMS | sed -e 's,--disable-dependency-tracking,,'` 14 13 15 ./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs16 ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS14 ./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs 15 ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS 17 16 18 # why does this work??19 find . -name \*.h | xargs touch17 # why does this work?? 18 find . -name \*.h | xargs touch 20 19 21 MAKEFLAGS="-j1" ./build-helper.sh make-drivers %N %v %r unsermake -pkexi/kexidb/drivers/sqlite/kexidb_sqlite3driver.la kexi/kexidb/drivers/sqlite2/kexidb_sqlite2driver.la22 ./build-helper.sh make %N %v %r unsermake -p20 MAKEFLAGS="-j1" ./build-helper.sh make-drivers %N %v %r unsermake $UNSERMAKEFLAGS kexi/kexidb/drivers/sqlite/kexidb_sqlite3driver.la kexi/kexidb/drivers/sqlite2/kexidb_sqlite2driver.la 21 ./build-helper.sh make %N %v %r unsermake $UNSERMAKEFLAGS -
koffice/Portfile
1 1 # $Id$ 2 2 3 #Synced with Fink, Version 1.5. 1-10213 #Synced with Fink, Version 1.5.2-1023 4 4 5 5 PortSystem 1.0 6 6 name koffice 7 version 1.5. 18 set kdeadmin kde-admindir- full-3.5.2-27 version 1.5.2 8 set kdeadmin kde-admindir-252 9 9 categories kde 10 10 maintainers ben@macports.org takanori@macports.org 11 11 description KDE office suite. \ 12 12 NB KDE sound does not work. 13 13 platforms darwin 14 master_sites kde:stable/${name}-${version}/src\15 http://ranger.befunk.com/fink/:admin \14 master_sites opendarwin::koffice152 \ 15 opendarwin::admin \ 16 16 http://www.opendarwin.org/~takanori/mirror/${name}/${version}_${revision}/:patch 17 extract.suffix .tar.bz2 17 # kde:stable/${name}-${version}/src 18 # http://ranger.befunk.com/fink/:admin 18 19 use_bzip2 yes 19 20 distname ${name}-${version} 20 21 set distpatch ${name}-${version}_${revision}-tiger.patch 21 distfiles ${distname}.tar.bz2 ${kdeadmin}.tar.bz2:admin ${distpatch}:patch 22 distfiles ${distname}.tar.bz2:koffice152 \ 23 ${distpatch}:patch \ 24 ${kdeadmin}.tar.bz2:admin 22 25 depends_build port:autoconf \ 23 26 port:unsermake 24 27 depends_lib port:kdebase3 \ … … 31 34 # port:python24 \ can't be found. looking for .so 32 35 # port:postgresql8 \ can't be found. looking for .so 33 36 34 checksums ${distname}.tar.bz2 md5 50897bd5dfd4eba8a0d78a02003a6ec9\35 ${kdeadmin}.tar.bz2 md5 b2afdafba2c416555105667c17046e32\36 ${name}-${version}_${revision}-panther.patch md5 4d368326b6c3302e717d5d42104ddbf1\37 ${name}-${version}_${revision}-tiger.patch md5 06740e27241092328bfbbe2168ca37cf37 checksums ${distname}.tar.bz2 md5 cbe9deeb7c811a6bb5a954989b25c1f2 \ 38 ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e \ 39 ${name}-${version}_${revision}-panther.patch md5 a2cd086e3d5706304399b43ef9e50780 \ 40 ${name}-${version}_${revision}-tiger.patch md5 4f567e63591b3c3cb04d972f5e589247 38 41 39 extract.only 40 post-extract 42 extract.only ${distname}.tar.bz2 43 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" } 41 44 42 patchfiles dp01.patch45 patchfiles 43 46 patch { 44 47 cd ${worksrcpath} 45 48 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${distpath}/${distpatch} | patch -p1" 46 49 foreach file $patchfiles { 47 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${ portpath}/${filesdir}/${file} | patch -p1"50 system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1" 48 51 } 52 system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*" 49 53 } 50 post-patch { 51 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh 52 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh 54 post-patch { 55 reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh 53 56 reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh 54 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh55 foreach file [glob ${worksrcpath}/admin/*] {56 reinplace "s|-O2|-Os|g" $file57 reinplace "s|doc/HTML|doc/kde|g" $file58 reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file59 }60 57 foreach file {CompileScript.sh InstallScript.sh} { 61 file copy ${ portpath}/${filesdir}/${file} ${worksrcpath}58 file copy ${filespath}/${file} ${worksrcpath} 62 59 reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file} 63 60 reinplace "s|%N|${name}|g" ${worksrcpath}/${file} 64 61 reinplace "s|%v|${version}|g" ${worksrcpath}/${file} … … 70 67 } 71 68 } 72 69 73 configure.args --enable-mysql --with-distribution=' DarwinPorts/Mac OS X' --without-arts70 configure.args --enable-mysql --with-distribution='MacPorts/Mac OS X' --without-arts 74 71 # (libpqxx is missing.) 75 72 # --enable-pgsql --with-pgsqlincdir=${prefix}/include/pgsql8 --with-pgsqllibdir=${prefix}/lib/pgsql8 --with-pqxx-includes=${prefix}/include --with-pqxx-libraries=${prefix}/lib 76 73 … … 78 75 build { system "cd ${worksrcpath} && ./CompileScript.sh" } 79 76 destroot { system "cd ${worksrcpath} && ./InstallScript.sh" } 80 77 81 post-destroot 78 post-destroot { 82 79 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 83 80 xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING COPYING.LIB INSTALL README ${destroot}${prefix}/share/doc/${name} 84 81 } … … 87 84 distfiles-delete ${distpatch}:patch 88 85 set distpatch ${name}-${version}_${revision}-panther.patch 89 86 distfiles-append ${distpatch}:patch 90 post-patch 91 # if {[variant_isset with-ruby]} {92 system "perl -pi -e \"s|-bundle|-bundle -bundle_loader /usr/lib/crt1.o|g\" ${worksrcpath}/admin/libtool.m4.in"93 # }87 post-patch { 88 # if {[variant_isset with-ruby]} { 89 system "perl -pi -e \"s|-bundle|-bundle -bundle_loader /usr/lib/crt1.o|g\" ${worksrcpath}/admin/libtool.m4.in" 90 # } 94 91 } 95 92 } 96 97 #not tested on OSX 10.2.98 platform darwin 6 {99 depends_lib-append lib:libdl:dlcompat100 distfiles-delete ${distpatch}:patch101 set distpatch ${name}-${version}_${revision}-panther.patch102 distfiles-append ${distpatch}:patch103 post-patch {104 # if {[variant_isset with-ruby]} {105 system "perl -pi -e \"s|-bundle|-bundle -bundle_loader /usr/lib/crt1.o|g\" ${worksrcpath}/admin/libtool.m4.in"106 # }107 }108 }