I pushed some patches to GIT. I don't expect problems but I'm still a newbie at GIT.
Things to watch for:
* You should see changes in the Help Center. Right now most of the changes are cosmetic, but at least when using Help you now see Trinity and TDE rather than KDE.
* If during a package build you see errors about help files, please let me know right away. There should not be any but I'm only one person working on one computer. I have not yet updated help files for applications packages I don't yet build so just let me know and I'll push the patch.
* The tdebase CMakeLists.txt was updated from STARTKDE->STARTTDE. This could affect your build script if you explicitly define that option.
* The tdegraphics CMakeLists.txt was updated from WITH_LIBPAPER to WITH_PAPER. This was broken and since nobody complained I suspect nobody explicitly defined that option in their build scripts. You have to install the libpaper package from your distro repository to use that build option.
* Obsolete tips and links have been removed from KTips. Please verify the tool still works.
You should see all of the changes in the Commit Patches web page sometime tomorrow.
Thanks!
Darrell
On 25 February 2012 02:21, Darrell Anderson humanreadable@yahoo.com wrote:
I pushed some patches to GIT. I don't expect problems but I'm still a newbie at GIT.
Things to watch for:
- You should see changes in the Help Center. Right now most of the changes
are cosmetic, but at least when using Help you now see Trinity and TDE rather than KDE.
- If during a package build you see errors about help files, please let me
know right away. There should not be any but I'm only one person working on one computer. I have not yet updated help files for applications packages I don't yet build so just let me know and I'll push the patch.
- The tdebase CMakeLists.txt was updated from STARTKDE->STARTTDE. This
could affect your build script if you explicitly define that option.
- The tdegraphics CMakeLists.txt was updated from WITH_LIBPAPER to
WITH_PAPER. This was broken and since nobody complained I suspect nobody explicitly defined that option in their build scripts. You have to install the libpaper package from your distro repository to use that build option.
- Obsolete tips and links have been removed from KTips. Please verify the
tool still works.
You should see all of the changes in the Commit Patches web page sometime tomorrow.
Thanks!
Darrell
I see the commits :-)
Go Darrell!
I pushed some patches to GIT. I don't expect problems but I'm still a newbie at GIT.
The patches merged OK, but tdebase now fails to build due to the docbook changes. I think you may have missed a variable somewhere?
Build log: http://quickbuild.pearsoncomputing.net:58080/2570488/buildlog_ubuntu-oneiric...
Tim
I pushed some patches to GIT. I
don't expect problems but I'm still a
newbie at GIT.
The patches merged OK, but tdebase now fails to build due to the docbook changes. I think you may have missed a variable somewhere?
Darn! I was hoping I could push the fix before anybody noticed. I found the same failure about a half hour ago. :) The failure is caused by me renaming whatiskde.docbook to whatistde.docbook and forgetting to add the new file to GIT. I am testing right now and I'll merge shortly!
Quick fix: find whatiskde.docbook from 3.5.13 or GIT history, copy to tdebase/doc/khelpcenter, and rename to whatistde.docbook. The text won't be updated but will build.
Darrell
The patches merged OK, but tdebase now fails to build due to the docbook changes. I think you may have missed a variable somewhere?
Darn! I was hoping I could push the fix before anybody noticed. I found the same failure about a half hour ago. :) The failure is caused by me renaming whatiskde.docbook to whatistde.docbook and forgetting to add the new file to GIT. I am testing right now and I'll merge shortly!
Quick fix: find whatiskde.docbook from 3.5.13 or GIT history, copy to tdebase/doc/khelpcenter, and rename to whatistde.docbook. The text won't be updated but will build.
Updated in GIT hash ad7a4fdcc5551ac857a3a22eed5df4830d524d66!
Darrell
The patches merged OK, but tdebase now fails to build due to the docbook changes. I think you may have missed a variable somewhere?
Darn! I was hoping I could push the fix before anybody noticed. I found the same failure about a half hour ago. :) The failure is caused by me renaming whatiskde.docbook to whatistde.docbook and forgetting to add the new file to GIT. I am testing right now and I'll merge shortly!
Quick fix: find whatiskde.docbook from 3.5.13 or GIT history, copy to tdebase/doc/khelpcenter, and rename to whatistde.docbook. The text won't be updated but will build.
Updated in GIT hash ad7a4fdcc5551ac857a3a22eed5df4830d524d66!
Darrell
Hmmm....now I'm getting
[ 1%] Generating index.cache.bz2 cd /TEMP/tdebase-trinity-14.0.0/obj-i686-linux-gnu/doc/kxkb && /opt/trinity/bin/meinproc --check --cache index.cache.bz2 /TEMP/tdebase-trinity-14.0.0/doc/kxkb/index.docbook index.docbook:58: parser error : Entity 'tde' not defined <para>&kxkb; is the &tde; keyboard layout switching utility. ^ make[3]: *** [doc/kxkb/index.cache.bz2] Error 1 make[3]: Leaving directory `/TEMP/tdebase-trinity-14.0.0/obj-i686-linux-gnu'
Tim
The patches merged OK, but tdebase now fails to build due to the docbook changes. I think you may have missed a variable somewhere?
Darn! I was hoping I could push the fix before anybody noticed. I found the same failure about a half hour ago. :) The failure is caused by me renaming whatiskde.docbook to whatistde.docbook and forgetting to add the new file to GIT. I am testing right now and I'll merge shortly!
Quick fix: find whatiskde.docbook from 3.5.13 or GIT history, copy to tdebase/doc/khelpcenter, and rename to whatistde.docbook. The text won't be updated but will build.
Updated in GIT hash ad7a4fdcc5551ac857a3a22eed5df4830d524d66!
Darrell
Hmmm....now I'm getting
[ 1%] Generating index.cache.bz2 cd /TEMP/tdebase-trinity-14.0.0/obj-i686-linux-gnu/doc/kxkb && /opt/trinity/bin/meinproc --check --cache index.cache.bz2 /TEMP/tdebase-trinity-14.0.0/doc/kxkb/index.docbook index.docbook:58: parser error : Entity 'tde' not defined <para>&kxkb; is the &tde; keyboard layout switching utility. ^ make[3]: *** [doc/kxkb/index.cache.bz2] Error 1 make[3]: Leaving directory `/TEMP/tdebase-trinity-14.0.0/obj-i686-linux-gnu'
Tim
Never mind...tdelibs needed to be rebuilt first.
Tim
Never mind...tdelibs needed to be rebuilt first.
Whew! I was enjoying being able to pretend I know what I'm doing!
Yes, for clarification for others, all of the DocBook entities are in tdelibs. Every help file uses entities. They are like preprocessor defines --- content holders. When the DocBook files is transformed the entities are changed to the actual text.
I'll try to remember every time I revise entities to remind everybody they need to rebuild tdelibs.
Darrell