diff options
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | ConfigureChecks.cmake | 2 | ||||
-rw-r--r-- | konq-plugins/rellinks/rellinks.tdevelop | 157 | ||||
-rw-r--r-- | konq-plugins/sidebar/metabar/metabar.kdevses | 47 | ||||
-rw-r--r-- | konq-plugins/sidebar/metabar/metabar.tdevelop | 213 | ||||
-rw-r--r-- | ksig/ksig.spec | 45 | ||||
-rw-r--r-- | noatun-plugins/dub/dub.kdevprj | 198 |
7 files changed, 2 insertions, 661 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cba5a8..3f47fac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,7 @@ project( tdeaddons ) ##### include essential cmake modules ########### include( FindPkgConfig ) +include( FindThreads ) include( CheckIncludeFile ) include( CheckLibraryExists ) include( CheckSymbolExists ) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 9a1f20c..3f7d582 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -72,7 +72,7 @@ if( BUILD_NOATUN_PLUGINS ) tde_message_fatal( "SDL is requested, but was not found on your system" ) endif ( ) set ( SDL_INCLUDE_DIRS /usr/include/SDL ) - set ( SDL_LIBRARIES SDL pthread ) + set ( SDL_LIBRARIES SDL ${CMAKE_THREAD_LIBS_INIT} ) endif( ) endif( WITH_SDL ) diff --git a/konq-plugins/rellinks/rellinks.tdevelop b/konq-plugins/rellinks/rellinks.tdevelop deleted file mode 100644 index 55aa56c..0000000 --- a/konq-plugins/rellinks/rellinks.tdevelop +++ /dev/null @@ -1,157 +0,0 @@ -<?xml version = '1.0'?> -<tdevelop> - <general> - <author>Franck Quélain</author> - <email>[email protected]</email> - <version>0.3</version> - <projectmanagement>KDevKDEAutoProject</projectmanagement> - <primarylanguage>C++</primarylanguage> - <keywords> - <keyword>C++</keyword> - <keyword>Code</keyword> - <keyword>Qt</keyword> - <keyword>KDE</keyword> - </keywords> - <projectdirectory>../..</projectdirectory> - <absoluteprojectpath>false</absoluteprojectpath> - <description/> - <ignoreparts/> - <secondaryLanguages/> - </general> - <kdevautoproject> - <general> - <activetarget>konq_plugins/rellinks/librellinksplugin.la</activetarget> - <useconfiguration>debug</useconfiguration> - </general> - <configurations> - <optimized> - <builddir>optimized</builddir> - <ccompiler>GccOptions</ccompiler> - <cxxcompiler>GppOptions</cxxcompiler> - <f77compiler>G77Options</f77compiler> - <cxxflags>-O2 -g0</cxxflags> - </optimized> - <debug> - <configargs>--enable-debug=full --prefix=/usr/local/kde</configargs> - <builddir>debug</builddir> - <ccompiler>kdevgccoptions</ccompiler> - <cxxcompiler>kdevgppoptions</cxxcompiler> - <f77compiler>kdevg77options</f77compiler> - <cxxflags>-O0 -g3</cxxflags> - <topsourcedir/> - <cppflags/> - <ldflags/> - <ccompilerbinary/> - <cxxcompilerbinary/> - <f77compilerbinary/> - <cflags/> - <f77flags/> - </debug> - </configurations> - <make> - <envvars> - <envvar value="1" name="WANT_AUTOCONF_2_5" /> - <envvar value="1" name="WANT_AUTOMAKE_1_6" /> - </envvars> - <abortonerror>false</abortonerror> - <numberofjobs>1</numberofjobs> - <dontact>false</dontact> - <makebin/> - </make> - <run> - <directoryradio>executable</directoryradio> - <customdirectory>/</customdirectory> - <mainprogram/> - <programargs/> - <terminal>false</terminal> - <autocompile>true</autocompile> - <envvars/> - </run> - </kdevautoproject> - <kdevfileview> - <groups> - <group pattern="*.cpp;*.cxx;*.h" name="Sources" /> - <group pattern="*.ui" name="User Interface" /> - <group pattern="*.png" name="Icons" /> - <group pattern="*.po;*.ts" name="Translations" /> - <group pattern="*" name="Others" /> - <hidenonprojectfiles>false</hidenonprojectfiles> - <hidenonlocation>false</hidenonlocation> - </groups> - <tree> - <hidepatterns>*.o,*.lo,CVS</hidepatterns> - <hidenonprojectfiles>false</hidenonprojectfiles> - <showvcsfields>false</showvcsfields> - </tree> - </kdevfileview> - <kdevdoctreeview> - <ignoretocs> - <toc>gtk</toc> - <toc>gnustep</toc> - <toc>python</toc> - <toc>php</toc> - <toc>perl</toc> - </ignoretocs> - <projectdoc> - <userdocDir>html/</userdocDir> - <apidocDir>html/</apidocDir> - </projectdoc> - <ignoreqt_xml/> - <ignoredoxygen/> - <ignorekdocs/> - <ignoredevhelp/> - </kdevdoctreeview> - <kdevdebugger> - <general> - <dbgshell>libtool</dbgshell> - <programargs/> - <gdbpath/> - <configGdbScript/> - <runShellScript/> - <runGdbScript/> - <breakonloadinglibs>true</breakonloadinglibs> - <separatetty>false</separatetty> - <floatingtoolbar>false</floatingtoolbar> - </general> - <display> - <staticmembers>false</staticmembers> - <demanglenames>true</demanglenames> - </display> - </kdevdebugger> - <kdevfilecreate> - <filetypes/> - <useglobaltypes> - <type ext="ui" /> - <type ext="cpp" /> - <type ext="h" /> - </useglobaltypes> - </kdevfilecreate> - <kdevcppsupport> - <references/> - <codecompletion> - <includeGlobalFunctions>true</includeGlobalFunctions> - <includeTypes>true</includeTypes> - <includeEnums>true</includeEnums> - <includeTypedefs>false</includeTypedefs> - <automaticCodeCompletion>true</automaticCodeCompletion> - <automaticArgumentsHint>true</automaticArgumentsHint> - <automaticHeaderCompletion>true</automaticHeaderCompletion> - <codeCompletionDelay>250</codeCompletionDelay> - <argumentsHintDelay>400</argumentsHintDelay> - <headerCompletionDelay>250</headerCompletionDelay> - </codecompletion> - </kdevcppsupport> - <cppsupportpart> - <filetemplates> - <interfacesuffix>.h</interfacesuffix> - <implementationsuffix>.cpp</implementationsuffix> - </filetemplates> - </cppsupportpart> - <kdevcvsservice> - <recursivewhenupdate>true</recursivewhenupdate> - <prunedirswhenupdate>true</prunedirswhenupdate> - <createdirswhenupdate>true</createdirswhenupdate> - <recursivewhencommitremove>true</recursivewhencommitremove> - <revertoptions>-C</revertoptions> - </kdevcvsservice> -</tdevelop> diff --git a/konq-plugins/sidebar/metabar/metabar.kdevses b/konq-plugins/sidebar/metabar/metabar.kdevses deleted file mode 100644 index 83dabf2..0000000 --- a/konq-plugins/sidebar/metabar/metabar.kdevses +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version = '1.0' encoding = 'UTF-8'?> -<!DOCTYPE KDevPrjSession> -<KDevPrjSession> - <DocsAndViews NumberOfDocuments="8" > - <Doc0 NumberOfViews="1" URL="file:///home/florian/metabar/metabar/src/metabarwidget.cpp" > - <View0 Type="Source" /> - </Doc0> - <Doc1 NumberOfViews="1" URL="file:///home/florian/metabar/metabar/src/metabarwidget.h" > - <View0 line="84" Type="Source" /> - </Doc1> - <Doc2 NumberOfViews="1" URL="file:///home/florian/metabar/metabar/src/configdialog.cpp" > - <View0 line="109" Type="Source" /> - </Doc2> - <Doc3 NumberOfViews="1" URL="file:///home/florian/metabar/metabar/src/configdialog.h" > - <View0 line="69" Type="Source" /> - </Doc3> - <Doc4 NumberOfViews="1" URL="file:///home/florian/metabar/metabar/src/protocolplugin.cpp" > - <View0 line="69" Type="Source" /> - </Doc4> - <Doc5 NumberOfViews="1" URL="file:///home/florian/metabar/metabar/src/defaultplugin.cpp" > - <View0 line="343" Type="Source" /> - </Doc5> - <Doc6 NumberOfViews="1" URL="file:///home/florian/metabar/metabar/src/httpplugin.cpp" > - <View0 line="76" Type="Source" /> - </Doc6> - <Doc7 NumberOfViews="1" URL="file:///home/florian/metabar/metabar/src/httpplugin.h" > - <View0 line="22" Type="Source" /> - </Doc7> - </DocsAndViews> - <pluginList> - <kdevdebugger> - <breakpointList/> - </kdevdebugger> - <kdevbookmarks> - <bookmarks/> - </kdevbookmarks> - <kdevsubversion> - <subversion recurseresolve="1" recurserelocate="1" recursemerge="1" recursecommit="1" base="" recursepropget="1" recurseswitch="1" recurseupdate="1" recursepropset="1" recursediff="1" recurserevert="1" forcemove="1" recursecheckout="1" forceremove="1" recurseadd="1" recurseproplist="1" forcemerge="1" /> - </kdevsubversion> - <kdevvalgrind> - <executable path="" params="" /> - <valgrind path="" params="" /> - <calltree path="calltree" params="" /> - <tdecachegrind path="/usr/kde/3.4/bin/tdecachegrind" /> - </kdevvalgrind> - </pluginList> -</KDevPrjSession> diff --git a/konq-plugins/sidebar/metabar/metabar.tdevelop b/konq-plugins/sidebar/metabar/metabar.tdevelop deleted file mode 100644 index 1deb045..0000000 --- a/konq-plugins/sidebar/metabar/metabar.tdevelop +++ /dev/null @@ -1,213 +0,0 @@ -<?xml version = '1.0'?> -<tdevelop> - <general> - <author>Florian Roth</author> - <email>[email protected]</email> - <version>0.1</version> - <projectmanagement>KDevKDEAutoProject</projectmanagement> - <primarylanguage>C++</primarylanguage> - <keywords> - <keyword>C++</keyword> - <keyword>Code</keyword> - <keyword>Qt</keyword> - <keyword>KDE</keyword> - <keyword>Kicker</keyword> - </keywords> - <ignoreparts/> - <projectdirectory>.</projectdirectory> - <absoluteprojectpath>false</absoluteprojectpath> - <description/> - <versioncontrol>kdevsubversion</versioncontrol> - </general> - <kdevautoproject> - <general> - <activetarget>src/konqsidebar_metabar.la</activetarget> - <useconfiguration>debug</useconfiguration> - </general> - <configurations> - <optimized> - <builddir>optimized</builddir> - <ccompiler>kdevgccoptions</ccompiler> - <cxxcompiler>kdevgppoptions</cxxcompiler> - <f77compiler>kdevg77options</f77compiler> - <cxxflags>-O2 -g0</cxxflags> - </optimized> - <debug> - <configargs>--enable-debug=full --prefix=`tde-config --prefix`</configargs> - <builddir>debug</builddir> - <ccompiler>kdevgccoptions</ccompiler> - <cxxcompiler>kdevgppoptions</cxxcompiler> - <f77compiler>kdevg77options</f77compiler> - <cxxflags>-O0 -g3</cxxflags> - <envvars/> - <topsourcedir/> - <cppflags/> - <ldflags/> - <ccompilerbinary/> - <cxxcompilerbinary/> - <f77compilerbinary/> - <cflags/> - <f77flags/> - </debug> - </configurations> - <make> - <envvars> - <envvar value="1" name="WANT_AUTOCONF_2_5" /> - <envvar value="1" name="WANT_AUTOMAKE_1_6" /> - </envvars> - <abortonerror>true</abortonerror> - <numberofjobs>1</numberofjobs> - <dontact>false</dontact> - <makebin/> - <prio>0</prio> - </make> - <run> - <directoryradio>executable</directoryradio> - <customdirectory>/</customdirectory> - <mainprogram/> - <programargs/> - <terminal>false</terminal> - <autocompile>true</autocompile> - <envvars/> - </run> - </kdevautoproject> - <kdevfileview> - <groups> - <group pattern="*.cpp;*.cxx;*.h" name="Sources" /> - <group pattern="*.ui" name="User Interface" /> - <group pattern="*.png" name="Icons" /> - <group pattern="*.po;*.ts" name="Translations" /> - <group pattern="*" name="Others" /> - <hidenonprojectfiles>false</hidenonprojectfiles> - <hidenonlocation>false</hidenonlocation> - </groups> - <tree> - <hidepatterns>*.o,*.lo,CVS</hidepatterns> - <hidenonprojectfiles>false</hidenonprojectfiles> - <showvcsfields>false</showvcsfields> - </tree> - </kdevfileview> - <kdevdoctreeview> - <ignoretocs> - <toc>ada</toc> - <toc>ada_bugs_gcc</toc> - <toc>bash</toc> - <toc>bash_bugs</toc> - <toc>clanlib</toc> - <toc>fortran_bugs_gcc</toc> - <toc>gnome1</toc> - <toc>gnustep</toc> - <toc>gtk</toc> - <toc>gtk_bugs</toc> - <toc>haskell</toc> - <toc>haskell_bugs_ghc</toc> - <toc>java_bugs_gcc</toc> - <toc>java_bugs_sun</toc> - <toc>opengl</toc> - <toc>pascal_bugs_fp</toc> - <toc>php</toc> - <toc>php_bugs</toc> - <toc>perl</toc> - <toc>perl_bugs</toc> - <toc>python</toc> - <toc>python_bugs</toc> - <toc>ruby</toc> - <toc>ruby_bugs</toc> - <toc>sdl</toc> - <toc>stl</toc> - <toc>sw</toc> - <toc>w3c-dom-level2-html</toc> - <toc>w3c-svg</toc> - <toc>w3c-uaag10</toc> - <toc>wxwidgets_bugs</toc> - </ignoretocs> - <ignoreqt_xml> - <toc>qmake User Guide</toc> - </ignoreqt_xml> - </kdevdoctreeview> - <kdevdebugger> - <general> - <dbgshell>libtool</dbgshell> - <programargs/> - <gdbpath/> - <configGdbScript/> - <runShellScript/> - <runGdbScript/> - <breakonloadinglibs>true</breakonloadinglibs> - <separatetty>false</separatetty> - <floatingtoolbar>false</floatingtoolbar> - </general> - <display> - <staticmembers>false</staticmembers> - <demanglenames>true</demanglenames> - <outputradix>10</outputradix> - </display> - </kdevdebugger> - <kdevfilecreate> - <filetypes/> - <useglobaltypes> - <type ext="ui" /> - <type ext="cpp" /> - <type ext="h" /> - </useglobaltypes> - </kdevfilecreate> - <kdevdocumentation> - <projectdoc> - <docsystem>Doxygen-Dokumentation</docsystem> - <docurl>sidebar.tag</docurl> - <usermanualurl/> - </projectdoc> - </kdevdocumentation> - <substmap> - <APPNAME>sidebar</APPNAME> - <APPNAMELC>sidebar</APPNAMELC> - <APPNAMESC>Sidebar</APPNAMESC> - <APPNAMEUC>SIDEBAR</APPNAMEUC> - <AUTHOR>Florian Roth</AUTHOR> - <EMAIL>[email protected]</EMAIL> - <LICENSE>GPL</LICENSE> - <LICENSEFILE>COPYING</LICENSEFILE> - <VERSION>0.1</VERSION> - <YEAR>2005</YEAR> - <dest>/home/florian/sidebar</dest> - </substmap> - <cppsupportpart> - <filetemplates> - <interfacesuffix>.h</interfacesuffix> - <implementationsuffix>.cpp</implementationsuffix> - </filetemplates> - </cppsupportpart> - <kdevcppsupport> - <codecompletion> - <includeGlobalFunctions>true</includeGlobalFunctions> - <includeTypes>true</includeTypes> - <includeEnums>true</includeEnums> - <includeTypedefs>false</includeTypedefs> - <automaticCodeCompletion>true</automaticCodeCompletion> - <automaticArgumentsHint>true</automaticArgumentsHint> - <automaticHeaderCompletion>true</automaticHeaderCompletion> - <codeCompletionDelay>250</codeCompletionDelay> - <argumentsHintDelay>400</argumentsHintDelay> - <headerCompletionDelay>250</headerCompletionDelay> - </codecompletion> - <creategettersetter> - <prefixGet/> - <prefixSet>set</prefixSet> - <prefixVariable>m_,_</prefixVariable> - <parameterName>theValue</parameterName> - <inlineGet>true</inlineGet> - <inlineSet>true</inlineSet> - </creategettersetter> - <references/> - <designerintegration> - <tqtdesigner> - <implementation class="ThemeEditor" path="src/editor/themeeditor.ui" implementationpath="src/editor/themeeditor.h" /> - <implementation class="ThemeEditor" path="src/editor/themeeditorui.ui" implementationpath="src/editor/themeeditor.h" /> - </tqtdesigner> - </designerintegration> - </kdevcppsupport> - <ctagspart> - <customArguments/> - <customTagfilePath/> - </ctagspart> -</tdevelop> diff --git a/ksig/ksig.spec b/ksig/ksig.spec deleted file mode 100644 index bb8c0e7..0000000 --- a/ksig/ksig.spec +++ /dev/null @@ -1,45 +0,0 @@ -%define distversion %( perl -e '$_=\<\>;/(\\d+)\\.(\\d)\\.?(\\d)?/; print "$1$2".($3||0)' /etc/*-release) -Name: ksmssend -Summary: %{name} -- A frontend to smssend for KDE -Version: 3.0.8 -Release: %{_vendor}_%{distversion} -Copyright: GPL -Group: X11/KDE/Utilities -Source: ftp://ftp.kde.org/pub/kde/unstable/apps/utils/%{name}-%{version}.tar.gz -Packager: ian reinhart geiser <[email protected]> -BuildRoot: /tmp/%{name}-%{version} -Prefix: `tde-config --prefix` - -%description -A signature management utility. This version is compiled for %{_vendor} %{distversion}. - -%prep -rm -rf $RPM_BUILD_ROOT -%setup -n %{name}-%{version} -WANT_AUTOCONF_2_5=1 make -f admin/Makefile.common -CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \ - --disable-debug --enable-final --prefix=%{prefix} \ - -with-install-root=$RPM_BUILD_ROOT - -%build -# Setup for parallel builds -numprocs=`egrep -c ^cpu[0-9]+ /proc/stat || :` -if [ "$numprocs" = "0" ]; then - numprocs=1 -fi - -make -j$numprocs - -%install -make prefix=$RPM_BUILD_ROOT%{prefix} install -cd $RPM_BUILD_ROOT -find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/%{name}-master.list -find . -type f -o -type l | sed 's|^\.||' >> $RPM_BUILD_DIR/%{name}-master.list - -%clean -#rm -rf $RPM_BUILD_ROOT -rm -rf $RPM_BUILD_DIR/%{name}-%{version} -rm -rf $RPM_BUILD_DIR/%{name}-master.list - -%files -f ../%{name}-master.list - diff --git a/noatun-plugins/dub/dub.kdevprj b/noatun-plugins/dub/dub.kdevprj deleted file mode 100644 index 8bef2aa..0000000 --- a/noatun-plugins/dub/dub.kdevprj +++ /dev/null @@ -1,198 +0,0 @@ -[AUTHORS] -dist=true -install=false -install_location= -type=DATA - -[BUGS] -dist=true -install=false -install_location= -type=DATA - -[COPYING] -dist=true -install=false -install_location= -type=DATA - -[ChangeLog] -dist=true -install=false -install_location= -type=DATA - -[Config for BinMakefileAm] -addcxxflags= -bin_program=dub -cflags= -cppflags= -cxxflags=\s-O0 -g3 -Wall -ldadd=\s-ltdefile -ltdeui -ltdecore -lqt -ldflags=\s \s - -[General] -AMChanged=false -author=Eray Ozkural (exa) -configure_args=\s--build=i386-linux --host=i386-linux --target=i386-linux --prefix=/usr/local/trinity --with-qt-dir=/usr/local/qt --enable-debug --disable-fast-perl --disable-rpath -kdevprj_version=1.3 -lfv_open_groups=Headers,Sources,User Interface -make_options=\s-j1 -makefiles=Makefile.am,dub/Makefile.am -modifyMakefiles=true -project_name=Dub -project_type=kde2_normal -sgml_file=/home/exa/code/projects/kde/dub/doc/en/index.docbook -short_info=Dub is a playlist plugin for noatun -sub_dir=dub/ -version=0.1 -version_control=CVS -workspace=1 - -[INSTALL] -dist=true -install=false -install_location= -type=DATA - -[LFV Groups] -GNU=AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,NEWS -Headers=*.h,*.hh,*.hxx,*.hpp,*.H -Others=* -Sources=*.cpp,*.c,*.cc,*.C,*.cxx,*.ec,*.ecpp,*.lxx,*.l++,*.ll,*.l -Translations=*.po -User Interface=*.kdevdlg,*.ui,*.rc -groups=Headers,Sources,User Interface,Translations,GNU,Others - -[Makefile.am] -files=dub.kdevprj,AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,BUGS -sub_dirs=dub -type=normal - -[README] -dist=true -install=false -install_location= -type=DATA - -[TODO] -dist=true -install=false -install_location= -type=DATA - -[dub.kdevprj] -dist=true -install=false -install_location= -type=DATA - -[dub/BUGS] -dist=true -install=false -install_location= -type=DATA - -[dub/Makefile.am] -files=dub/main.cpp,dub/dub.cpp,dub/dub.h,dub/dubdoc.cpp,dub/dubdoc.h,dub/dubview.cpp,dub/dubview.h,dub/dubui.rc,dub/dub.plugin,dub/fileselectorwidget.cpp,dub/fileselectorwidget.h,dub/dubplaylist.cpp,dub/dubplaylist.h,dub/dubplaylistitem.cpp,dub/dubplaylistitem.h,dub/BUGS,dub/dubprefs.ui -sharedlib_LDFLAGS= -sharedlib_rootname=noatundub -sub_dirs= -type=shared_library - -[dub/dub.cpp] -dist=true -install=false -install_location= -type=SOURCE - -[dub/dub.h] -dist=true -install=false -install_location= -type=HEADER - -[dub/dub.plugin] -dist=true -install=false -install_location= -type=DATA - -[dub/dubdoc.cpp] -dist=true -install=false -install_location= -type=SOURCE - -[dub/dubdoc.h] -dist=true -install=false -install_location= -type=HEADER - -[dub/dubplaylist.cpp] -dist=true -install=false -install_location= -type=SOURCE - -[dub/dubplaylist.h] -dist=true -install=false -install_location= -type=HEADER - -[dub/dubplaylistitem.cpp] -dist=true -install=false -install_location= -type=SOURCE - -[dub/dubplaylistitem.h] -dist=true -install=false -install_location= -type=HEADER - -[dub/dubprefs.ui] -dist=true -install=false -install_location= -type=SOURCE - -[dub/dubui.rc] -dist=true -install=false -install_location= -type=DATA - -[dub/dubview.cpp] -dist=true -install=false -install_location= -type=SOURCE - -[dub/dubview.h] -dist=true -install=false -install_location= -type=HEADER - -[dub/fileselectorwidget.cpp] -dist=true -install=false -install_location= -type=SOURCE - -[dub/fileselectorwidget.h] -dist=true -install=false -install_location= -type=HEADER - -[dub/main.cpp] -dist=true -install=false -install_location= -type=SOURCE |