Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] kde4

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Jaka Kranjc <smgl AT lynxlynx.info>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] kde4
  • Date: Tue, 27 Jan 2009 17:27:04 +0100

You could add a trigger to kdebase-workspace4 to recast kdelibs4 again if the
version is old (containing plasma). Something like this in UP_TRIGGERS:
local old_version=$(installed_version $SPELL)
if [[ -n $old_version ]] && (( ${old_version:2:1} < 2 )); then
# recast kdelibs on an update from 4.0 or 4.1, since plasma moved
up_trigger kdelibs4 cast_self
fi

LP
--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page