
Tuxum Actualiza
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Actualiza is Tuxum's semi-automatic update program for apt based systems. With a simple GUI this apt front-end lets you manage the programs / components in you computer and helps you to keep it updated by showing the available updates by means of an applet. It features a powerful progressive search engine and a repository manager which allows you to add or remove repositories easily.
Main features:
Multiple tab navigation for separated repositories.
Progressive search engine.
Repository manager.
Status / Quick access applet.
Install, update, remove and re-install features.
Easy to use repository manager, with optional name and tags to classify data.
texstar
13 years ago
g++ -I/usr/lib/qt3/include -DQT_THREAD_SUPPORT -I/usr/include -Wall -Werror -DTUXUM_ACTUALIZA -DPREFIX=\"/usr//\" -DVERSION=\"0.8.0\" -g -O3 -c -o SourcesList.o SourcesList.cpp
cc1plus: warnings being treated as errors
/usr/lib/qt3/include/qptrlist.h: In member function ‘void QPtrList<type>::deleteItem(void*) [with type = KConfigBackEnd]’:
SourcesList.cpp:389: instantiated from here
/usr/lib/qt3/include/qptrlist.h:150: warning: possible problem detected in invocation of delete operator:
/usr/lib/qt3/include/qptrlist.h:150: warning: invalid use of undefined type ‘struct KConfigBackEnd’
/usr/include/kconfigbase.h:38: warning: forward declaration of ‘struct KConfigBackEnd’
/usr/lib/qt3/include/qptrlist.h:150: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
make: *** [SourcesList.o] Error 1
Report
dmoreno
13 years ago
Report
seraphyn
13 years ago
I build up a Debian Etch deb, this one compiles fine without any problems.
But the Licencseaggrement at the beginning should not dissapear imo, this has nothing to do with Debian Etch ;)
A Keymanagementsystem for the repositories would be nice for beginners, some users got problems with that.
It looks like that the search is only for the repository in the active tab, it would be nice to have a search tab and the search will use all repositories.
For a better complete picture change the tabs to the left side among each other and use, as i said above, a search tab and one for the updates.
Nice software, and i think a little bit better than adept and other ones. keep up the good work.
Greetings seraphyn
Report
dmoreno
13 years ago
I will annotate all the other request (the key management, upgrade and search tabs) for the next release.
Thanks.
Report
jackiebrown
13 years ago
While compiling the first problem was that uic-qt and moc-qt is detected by the configure as uic and moc.
That got me past the first error.
The next is:
g++ -I/usr/share/qt3/include -DQT_THREAD_SUPPORT -I/usr/include/kde -Wall -Werror -DTUXUM_ACTUALIZA -DPREFIX=\"/usr//\" -DVERSION=\"0.8.0\" -g -O3 -c -o SourcesList.o SourcesList.cpp
cc1plus: warnings being treated as errors
SourcesList.cpp: In member function ‘void SourcesList::updateRepositories(bool)’:
SourcesList.cpp:190: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘size_t’
make: *** [SourcesList.o] Error 1
Report
jackiebrown
13 years ago
107 to 113 in hopes that I did not need that file defined. I just get the error again at line 190
Any way you build build this deb for all instead of i386?
Report
dmoreno
13 years ago
The soucesList.cpp:190 is fixed at the svn repository. Can you check, please?
Thanks for your comments.
Report
texstar
13 years ago
/usr/lib/qt3/bin
so a quick edit of scams.py with this path added will fix it.
Report
jackiebrown
13 years ago
Unfortunately I have only learned one language so I could not make much sense of the site.
Still, by the screen-shot it looks like a swell app.
Report
dmoreno
13 years ago
Report