summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2005-09-03fix for gcc4mickeyl1-1/+1
2005-08-12fix with import from kdescriptsllornkcor1-11/+150
2005-08-12fix with import from kdescriptsllornkcor1-6/+12
2005-08-10adding optimize-conmect perl script, originally given to opie by trolltech ↵llornkcor1-0/+34
(but since lost by opie, or not added to cvs). This removes any white spaces from the connect macro, to speed things up at runtime.
2005-06-02- move addLanguage.sh and mkipks to scripts/ directorymickeyl2-0/+294
- finish recursive directory locks and mention in ChangeLog beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: ChangeLog libopie2/opiecore/linux/ofilenotify.cpp CVS: libopie2/opiecore/linux/ofilenotify.h CVS: examples/opiecore/onotifytest/main.cpp CVS: examples/opiecore/onotifytest/main.h CVS: Added Files: CVS: scripts/addLanguage.sh scripts/mkipks CVS: ----------------------------------------------------------------------
2005-02-20.cvsignore updatesdrw1-0/+1
2005-01-21- make opie compilable against qte 2.3.10 snapshotar2-9/+9
check QT_VERSION against 0x030000 instead of 300
2005-01-09removed extra space after Package: entry in generated -mt control filewimpie1-1/+1
2005-01-09CONTROL files : reset version to 'standard' formatwimpie3-9/+13
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-06little improvement for direct packaging of single applicationwimpie1-1/+1
2005-01-06This script collects all control fileswimpie1-0/+228
locates Files and Package entrie and generates using that information a makefile (on stdout) SOME DOCUMENTATION (sent to all developers) That makefile generates a new packages for a particular control file ONLY IF 1. the control file changed 2. one of the files in the control file changed (including support for wildcards). The script is called automatically when needed by the main makefile when either make packages-mt make packages make package-SomeControlBaseName is called. if a goal that does not begin with package... is called (like calling make clean or just make) then the generation is NOT performed (even if the special makefile to be generated does not exist) NOR will that special makefile be included (if it exists). This guarantees the performance of the build to remain the same packages built are generated to the Packages subdirectory in $(TOPDIR) The makefile does not try to package applications that are not compiled mkipk might fail if files are missing. However the makefile is written such that the packaging continues Old packages of the same control are removed EXTRAVERSION is updated automatically (and updated ONLY for packages that need to be rebuilt). IMPORTANT : Because of the dangling link to /opt/QtPalmtop/bin/quicklauncher in bin for all quicklauncher apps. the makefile exists with an error message if /opt... does not exist. to make the makefile work issue mkdir /opt ln -sf $(OPIEDIR) /opt/QtPalmtop
2005-01-04CONTROL files : changed VERSION stringwimpie1-0/+4
2004-10-15enable ccache/distcc on lxdialog and kconfigclem2-3/+3
2004-10-14fixed a bug where depends would be ignored for every package that had ↵clem1-1/+1
'config' or 'menu' in its description! now noncore/settings/tabmanager, libopie2/opiecore, core/applets/lockapplet and noncore/settings/mediummount have correct depends, and make -j 10 won't choke on lockapplet or libopie2core being built before libqpe
2004-10-14s/make/ even if it's not enough to enable distributingclem1-1/+1
2004-04-26updatemickeyl1-8/+13
2004-04-12Script to create an rsyncable directory tree from an compiled opie source ↵brad1-0/+76
directory. Kinda like a make install would do but with a couple of added features.
2004-04-03small fixes and add 'printf' to the number of substituted constructsmickeyl1-6/+9
the script seems to work good, i converted the whole 'noncore' which will be commited in a few hours. basically the only amount of handwork after applying the script is adding #include <opie2/odebug.h> and using namespace Opie::Core - if it's not already there.
2004-04-02ipkg-build mkipkg : speedup (avoid grepping over controlfile by loading into ↵wimpie4-22/+209
array) SpeciapMTFiles tothreaded : convert control files to -mt.control
2004-04-02this is a helper script for the qtdebug -> opiedebug conversionmickeyl1-0/+116
it should catch most common usages - please try. Usage: qdebug-odebug.py <oldfilename.cpp> >newfilename.cpp
2003-11-03Porting Opie to MacOS-X.eilers1-2/+2
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-11-01everyone should have thisllornkcor1-0/+148
2003-09-20merge control files with BRANCHmickeyl4-4/+4
2003-08-09Merge from BRANCH_1_0.kergoth4-4/+0
2003-07-17dont need to change compat qt3 header. add cvscheck from kdesdkllornkcor2-58/+347
2003-06-20Dump warning message when unable to locate the ncurses/curses header.kergoth1-4/+10
2003-06-17Update LinuxKernelConf version to 1.4.kergoth19-773/+3489
2003-06-17Update lxdialog version, and *build* lxdialog. no binary in cvs.kergoth3-15/+21
2003-06-13ignore opie-lreleaseschurig1-0/+1
2003-06-13added 'Architecture: all' fieldschurig2-0/+2
2003-06-12added 'Architecture: all'scripts/remove/*.controlschurig2-0/+2
2003-06-06don't pack CVS directories into IPKsschurig1-0/+3
2003-06-03remove $tempDir after an errorschurig1-0/+2
2003-05-26take out stuffllornkcor1-17/+17
2003-05-26from kdesdk scripts. might need workllornkcor1-0/+587
2003-05-17executable and not opie-executablezecke1-6/+4
DOCTYPE is too much for QTextView
2003-05-17For Zecke: script assisting in making help file skeletonsmickeyl1-0/+118
(took me an hour - like i said :-)
2003-04-26Countless improvements to the ipk creation scriptkergoth1-46/+58
2003-04-22you can now 'make ipks' :)kergoth1-0/+371
2003-04-22Update .cvsignore per the new generated files for ipk generationkergoth1-0/+2
2003-04-22Add empty Files fieldkergoth4-0/+4
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth4-0/+4
in favor of something with some sanity.
2003-04-22At least mPackages now inserts the file names to the Package entry- rough ↵groucho1-0/+1
work around
2003-04-15Ipkg-build that strips out epoch from package version when namingkergoth1-8/+10
the file.
2003-03-22@@ -772,7 +772,7 @@ int main(int ac, char **av)cniehaus1-1/+1
printf("\n\n" "*** End of Opie configuration.\n" "*** Check the top-level Makefile for additional configuration.\n" - "*** Next, you may run 'makee'.\n\n"); + "*** Next, you may run 'make'.\n\n"); } else printf("\n\nYour Opie configuration changes were NOT saved.\n\n");
2003-01-21change Linux Kernel Configuration stringllornkcor1-4/+4
2003-01-16Add lkc language document, and update a couple cvsignores.kergoth1-0/+255
2003-01-16Update LinuxKernelConf to 1.3, latest available.kergoth14-257/+542
2003-01-16*** empty log message ***kergoth1-1/+1
2003-01-16General cleanup for generated configs. 1) Sort included config.in's, 2) ↵kergoth1-19/+24
capitalize first letter of generated menu sections.