Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KOrganizer Reminder Daemon (korgac) missing in KDE 4.12.0
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Fitzcarraldo
Advocate
Advocate


Joined: 30 Aug 2008
Posts: 2034
Location: United Kingdom

PostPosted: Fri Jan 03, 2014 12:12 am    Post subject: KOrganizer Reminder Daemon (korgac) missing in KDE 4.12.0 Reply with quote

The KOrganizer Reminder Daemon (korgac) is no longer built in Gentoo KDE 4.12.0. In Gentoo KDE 4.11.4 I believe it was installed by the ebuild kde-base/korganizer. The two files I used to have in KDE 4.11.4 that are missing in KDE 4.12.0 are /usr/bin/korgac and /usr/share/autostart/korgac.desktop.

The differences between the korganizer-4.11.4.ebuild and korganizer-4.12.0.ebuild are as follows:
Code:
$ diff /usr/portage/kde-base/korganizer/korganizer-4.11.4.ebuild /usr/portage/kde-base/korganizer/korganizer-4.12.0.ebuild
3c3
< # $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/korganizer-4.11.4.ebuild,v 1.1 2013/12/03 22:36:06 johu Exp $
---
> # $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/korganizer-4.12.0.ebuild,v 1.1 2013/12/18 19:57:32 johu Exp $
13c13
< KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
---
> KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
37a38
>       korgac/org.kde.korganizer.KOrgac.xml

Thus the only major difference between the 4.11.4 and 4.12.0 ebuilds is that "korgac/org.kde.korganizer.KOrgac.xml" has been added to KMEXTRACTONLY in the korganizer 4.12.0 ebuild.

Now, I'm no expert in ebuilds but, given that everything listed in KMEXTRACTONLY will be extracted but neither compiled nor installed, my suspicion is that the addition of "korgac/org.kde.korganizer.KOrgac.xml" to KMEXTRACTONLY in the korganizer 4.12.0 ebuild has inhibited the building of korgac. Therefore, I assume either the korganizer ebuild needs to be modified or an ebuild for korgac needs to be created?

I would be grateful if any Gentoo KDE herd developer reading this would comment. Thanks in advance.
_________________
Clevo W230SS: amd64, VIDEO_CARDS="intel modesetting nvidia".
Compal NBLB2: ~amd64, xf86-video-ati. Dual boot Win 7 Pro 64-bit.
OpenRC udev elogind & KDE on both.

Fitzcarraldo's blog
Back to top
View user's profile Send private message
Fitzcarraldo
Advocate
Advocate


Joined: 30 Aug 2008
Posts: 2034
Location: United Kingdom

PostPosted: Fri Jan 03, 2014 2:08 am    Post subject: Reply with quote

OK, I've been playing around with the korganizer-4.12.0 ebuild from 2013-12-18 in the Gentoo repository, and it does indeed need correcting. The ebuild as it stands has:
Code:
src_unpack() {
        if use kontact; then
                KMEXTRA="${KMEXTRA}
                        kontact/plugins/planner/
                        kontact/plugins/specialdates/
                "
        fi

        kde4-meta_src_unpack
}

If I change it to the following:
Code:
src_unpack() {
        if use kontact; then
                KMEXTRA="${KMEXTRA}
                        kontact/plugins/planner/
                        kontact/plugins/specialdates/
                "
        fi
        KMEXTRA="${KMEXTRA}
                korgac/
                "

        kde4-meta_src_unpack
}

then /usr/bin/korgac and /usr/share/autostart/korgac.desktop are both created.

I'll file a bug report in the Gentoo Bugzilla.

EDIT: Bug No. 496824 - korganizer-4.12.0.ebuild does not install /usr/bin/korgac and /usr/share/autostart/korgac.desktop
_________________
Clevo W230SS: amd64, VIDEO_CARDS="intel modesetting nvidia".
Compal NBLB2: ~amd64, xf86-video-ati. Dual boot Win 7 Pro 64-bit.
OpenRC udev elogind & KDE on both.

Fitzcarraldo's blog
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum