You are not logged in.
The second alpha release of the Calligra suite has been released yesterday and we packaged it in the [kde-unstable] repository.
Calligra is the new name of the KOffice suite, so the Calligra packages will replace the KOffice packages.
See the Calligra announcement for more.
Please read the wiki page about [kde-unstable] before add it. Remember that KDEPIM 4.6 packages are in [kde-unstable] too.
As usual please report any packaging bug to https://bugs.archlinux.org.
Report any Calligra bug to https://bugs.kde.org/.
Thanks.
EDIT: Packages are in [testing]!
Last edited by ilpianista (2012-04-14 12:59:06)
Offline
New snapshot released (2.3.72): http://www.calligra-suite.org/news/call … t-release/
Offline
New snapshot released (2.3.73): http://www.calligra-suite.org/news/anno … t-release/
Offline
2.3.74 is released on 2nd sept 2011:
http://www.calligra-suite.org/news/call … t-release/
Offline
I'll try to update this to 2.3.81 later this week.
Offline
any news?
Offline
Here is a diff with current (2.3.74) calligra ABS tree:
diff -rupN calligra-2.3.74/calligra-kplato.install calligra-2.3.81/calligra-kplato.install
--- calligra-2.3.74/calligra-kplato.install 2011-09-28 15:30:35.890202395 +0300
+++ calligra-2.3.81/calligra-kplato.install 1970-01-01 02:00:00.000000000 +0200
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
\ No newline at end of file
diff -rupN calligra-2.3.74/calligra-plan.install calligra-2.3.81/calligra-plan.install
--- calligra-2.3.74/calligra-plan.install 1970-01-01 02:00:00.000000000 +0200
+++ calligra-2.3.81/calligra-plan.install 2011-09-28 12:45:27.658084155 +0300
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
\ No newline at end of file
diff -rupN calligra-2.3.74/PKGBUILD calligra-2.3.81/PKGBUILD
--- calligra-2.3.74/PKGBUILD 2011-09-28 15:38:00.741036230 +0300
+++ calligra-2.3.81/PKGBUILD 2011-09-28 14:58:36.910748070 +0300
@@ -14,7 +14,7 @@ pkgname=('calligra-filters'
'calligra-karbon'
'calligra-kexi'
'calligra-kounavail'
- 'calligra-kplato'
+ 'calligra-plan'
'calligra-stage'
'calligra-krita'
'calligra-tables'
@@ -23,7 +23,7 @@ pkgname=('calligra-filters'
'calligra-thesaurus-doc'
'calligra-braindump'
'calligra-flow')
-pkgver=2.3.74
+pkgver=2.3.81
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.calligra-suite.org'
@@ -33,7 +33,7 @@ makedepends=('kdepimlibs' 'eigen2' 'free
'boost' 'libkdcraw' 'libpqxx' 'fftw' 'opengtl' 'kdeedu-marble')
groups=('calligra')
source=("http://download.kde.org/unstable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2")
-md5sums=('c29b4712b1992ce2ea7834b7cfe1fff8')
+md5sums=('7f475e22fa3740b2da2f6478880d6341')
build() {
cd "${srcdir}"
@@ -171,14 +171,14 @@ package_calligra-kounavail() {
make DESTDIR="${pkgdir}" install
}
-package_calligra-kplato() {
+package_calligra-plan() {
pkgdesc="Calligra Project Management Component"
depends=('calligra-words')
- conflicts=('koffice-kplato')
- replaces=('koffice-kplato')
- install=calligra-kplato.install
+ conflicts=('koffice-kplato' 'calligra-kplato')
+ replaces=('koffice-kplato' 'calligra-kplato')
+ install=calligra-plan.install
- cd "${srcdir}"/build/kplato
+ cd "${srcdir}"/build/plan
make DESTDIR="${pkgdir}" install
}
@@ -193,8 +193,8 @@ package_calligra-stage() {
cd "${srcdir}"/build/stage
make DESTDIR="${pkgdir}" install
- cd "${srcdir}"/build/doc/stage
- make DESTDIR="${pkgdir}" install
+# cd "${srcdir}"/build/doc/stage
+# make DESTDIR="${pkgdir}" install
}
package_calligra-krita() {
@@ -209,8 +209,8 @@ package_calligra-krita() {
cd "${srcdir}"/build/krita
make DESTDIR="${pkgdir}" install
- cd "${srcdir}"/build/doc/krita
- make DESTDIR="${pkgdir}" install
+# cd "${srcdir}"/build/doc/krita
+# make DESTDIR="${pkgdir}" install
}
package_calligra-tables() {
Note that 'kplato' is renamed to 'plan' and docs for stage and krita are removed from this release (I commented these out).
Hope it helps the devs or anyone wanting to test calligra suite.
Offline
@birdflesh
great! I'll push your changes this afternoon.
Offline
@birdflesh
great! I'll push your changes this afternoon.
Unfortunately I did not test it: calligra-plugins needs kdeedu-marble to start. I'll rebuild calligra to disable marble support.
Offline
Oh sorry you had to build calligra twice, I missed that too while testing. Thanks for the new packages.
Offline
with calligra-words-2.3.81-2 it still doesn't start:
calligrawords: error while loading shared libraries: libmarblewidget.so.12: cannot open shared object file: No such file or directory
edit: sorry, my mystake, I didn't upgrage calligra-plugins
edit2: adding footnotes still crashes words and makes it unusable for me, will wait patiently for the next release
Last edited by Box0 (2011-09-30 10:07:20)
Offline
There is calligra 2.3.82 (beta 2) at ftp://ftp.kde.org/pub/kde/unstable/calligra-2.3.82 for a few days now. No announcement on calligra site though.
Offline
We can't release anything if they don't make the announcement.
Calligra beta2 is out: http://www.calligra-suite.org/news/anno … -4-beta-2/
Offline
Beta3 announcement (was in [kde-unstable]):
http://www.calligra.org/news/announceme … -4-beta-3/
Beta4 announcement (releasing now):
http://www.calligra.org/news/announceme … -4-beta-4/
Offline
When is calligra 2.3.85 beta 5 is build?
In 2.3.84 when i insert table in word - word is segfault...
Offline
Beta5 announcement:
http://www.calligra.org/news/calligra-suite-2-4-beta-5/
Offline
calligra beta 6 is out
But its bug is present when i insert table in word - word is segfault..., i hate this bug...
words(13632)/kdeui (KAction) KActionCollection::setComponentData: this does not work on a KActionCollection containing actions!
KCrash: Application 'calligrawords' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/xxx/.kde4/socket-xxx/kdeinit4__0
[1]+ Stopped calligrawords
Application: Words (calligrawords), signal: Segmentation fault
[KCrash Handler]
#7 0xb5ca66f5 in ?? () from /usr/lib/libflake.so.9
#8 0xb5cb76ec in KoCreateShapesTool::createStrategy(KoPointerEvent*) () from /usr/lib/libflake.so.9
#9 0xb5cb7417 in KoInteractionTool::mousePressEvent(KoPointerEvent*) () from /usr/lib/libflake.so.9
#10 0xb5c51a5c in KoToolProxy::mousePressEvent(QMouseEvent*, QPointF const&) () from /usr/lib/libflake.so.9
#11 0xb2a08d9c in ?? () from /usr/lib/libwordsprivate.so.9
#12 0xb6b73d98 in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4
#13 0xb2a08fb7 in ?? () from /usr/lib/libwordsprivate.so.9
#14 0xb6b19914 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#15 0xb6b1fa30 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#16 0xb558ef51 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#17 0xb65aab7e in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#18 0xb6b1a8d5 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib/libQtGui.so.4
#19 0xb6ba3af4 in ?? () from /usr/lib/libQtGui.so.4
#20 0xb6ba2add in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4
#21 0xb6bcd62c in ?? () from /usr/lib/libQtGui.so.4
#22 0xb521601f in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#23 0xb5216750 in ?? () from /usr/lib/libglib-2.0.so.0
#24 0xb52169ea in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#25 0xb65dd677 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#26 0xb6bcd22a in ?? () from /usr/lib/libQtGui.so.4
#27 0xb65a970d in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#28 0xb65a99a9 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#29 0xb65aebda in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#30 0xb6b17774 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#31 0xb77b1cdd in kdemain () from /usr/lib/libkdeinit4_calligrawords.so
#32 0x0804851b in ?? ()
#33 0xb7626483 in __libc_start_main () from /lib/libc.so.6
#34 0x08048541 in _start ()
Last edited by HarD (2012-01-12 15:47:32)
Offline
Need support krita - new release libpng 1.5.x (from testing), krita not work with 1.5.x
And can you provide lang packs for calligra suite
Last edited by HarD (2012-02-01 14:15:54)
Offline
Need support krita - new release libpng 1.5.x (from testing), krita not work with 1.5.x
Thanks! Rebuilt.
And can you provide lang packs for calligra suite
I've no objections but I lack time, if you provide a PKGBUILD I'll build and upload them.
Offline
I've no objections but I lack time, if you provide a PKGBUILD I'll build and upload them.
You can try PKGBUILD from chakra - http://gitorious.org/chakra-packages/de … n/PKGBUILD
And now out calligra beta7
Offline
Offline
I provide PKGBUILD
Offline
Calligra 2.3.92 is out... I update russian lang, when all other packages is out?
Offline
Updated to RC2: http://www.calligra.org/news/announceme … ndidate-2/
No -l10n packages yet.
Offline
Calligra stable 2.4.0 is out
Last edited by HarD (2012-04-12 06:41:53)
Offline