Tim, All,
Before heading out with the kids for spring break, I was trying to upload the
pkgbuilds to the svn server, but found I needed a bit of help. I've got the svn
docs and think I got the commands right, but I'm not sure of the svn repository
URL for uploading. Generally the checkout/commit url is different than the
websvn url i.e. svn://svn.trinitydesktop.org/ compared to
http://svn.trinitydesktop.org/. Also the space in "Trinity Packaging" will I
guess take a %20 or something similar.
I have all of the PKGBUILDs updated with the OpenSource statement from
etherpad. I have also created a structure of Arch/master/src to hold the
pkgbuilds. They are all available here:
http://www.3111skyline.com/dl/dt/trinity/arch/master/src/
What I need to know is how I can get them to the svn.trinitydesktop.org
server? Do I do a svn checkout, then modify and then a commit? Or do I just do
a svn add?
Then what URL?
http://svn.trinitydesktop.org/websvn/listing.php?repname=Trinity+Packaging&…
I know that's not right :) What say the svn experts?
--
David C. Rankin, J.D.,P.E.
I did not follow the discussion about LibreOffice. I'm browsing the archives now.
Today I decided to remove OOo 3.2.1 and install LibreOffice 3.3.1. As I was browsing the package list I noticed a file named kdefilepicker. I thought that perhaps this was a hook that allowed LibreOffice to use KDialog.
Much to my dismay, I cannot get LibreOffice to pop up ANY kind of file picker dialog box. When I try to use the File Save As menu option, the program freezes and I have to manually terminate the program.
This was on a KDE 3.5.10 box. I have not tried LibreOffice on Trinity 3.5.12 or SVN.
I have seen this file picker behavior before in the Opera browser. Opera file picker dialogs don't work on KDE 3 systems.
I found an online discussion about the LibreOffice problem:
http://lists.freedesktop.org/archives/libreoffice-bugs/2011-February/005205…
Here is my solution:
mv /opt/libreoffice/basis3.3/program/fps_kde.uno.so /opt/libreoffice/basis3.3/program/fps_kde.uno.so.bak
Renaming/removing that library forces LibreOffice to use its own dialog boxes.
[rant]Just another example that upstream providers consider KDE 3 dead. Just another example that most free/libre software developers are adversarial about backwards compatibility. This is an attitude problem, not technical. :( [/rant]
Darrell
Since the large update to trinity I have not been able to build Trinity. I am
trying to build all the Trinity modules starting with the dependencies.
Here is the error I get trying to build tqtinterface
-- checking for one of the modules 'tqt'
-- checking for 'Qt3'
-- Performing Test HAVE_PATCHED_QT3
-- Performing Test HAVE_PATCHED_QT3 - Failed
CMake Error at cmake/modules/TDEMacros.cmake:20 (message):
#################################################
Your Qt3 is not patched for compatibility with tqtinterface
#################################################
Call Stack (most recent call first):
cmake/modules/FindQt.cmake:200 (tde_message_fatal)
CMakeLists.txt:40 (find_package)
-- Configuring incomplete, errors occurred!
Aborting...
Build failed, check /home/build/copy/build
The Qt3 I have been useing has worked up until the update.
QT3 was the patched version.
If I need a new Qt3 can you point me to the corrct location to obtain that
Thanks
I'm trying to recompile poppler 0.16.2 to support qt3. I have qt3 compiled and installed. I receive the following error message during configure:
========================================
checking for libqt3... no
configure: error: in `/tmp/poppler-0.16.2':
configure: error: Qt development libraries not found
See `config.log' for more details
make: *** No targets specified and no makefile found. Stop.
========================================
I think the problem is configure can't find qt3. I have qt3 installed in /opt/trinity/lib/qt-3.3.8b.
Likely I have installed qt3 incorrectly.
I appreciate help where I might have gone wrong.
Thanks.
Darrell
Where should the following packages get installed:
qt3
qca
qca-tls
dbus-qt3
tqtinterface
I presume the KDE suite of packages get installed in /opt/trinity, but what about these prerequisite packages?
Thanks.
Darrell
==> Starting cmake...
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at cmake/modules/FindQt.cmake:32 (pkg_search_module):
Unknown CMake command "pkg_search_module".
Call Stack (most recent call first):
CMakeLists.txt:39 (find_package)