From Fedora Project Wiki
(Created page with '= KDE 4.7 Packaging = Upstream tarball of KDE SC 4.7 totally changed, see ftp://ftp.kde.org/pub/kde/stable/4.6.3/src/ 4.6.3 vs [[ftp://ftp.kde.org/pub/kde/unstable/4.6.80/src...') |
No edit summary |
||
Line 1: | Line 1: | ||
= KDE 4.7 Packaging = | = KDE 4.7 Packaging = | ||
Upstream | Upstream tarballs of KDE SC 4.7 totally changed, see [[ftp://ftp.kde.org/pub/kde/stable/4.6.3/src/ 4.6.3]] vs [[ftp://ftp.kde.org/pub/kde/unstable/4.6.80/src/ 4.6.80]]. This page tries to describe what has been changed. | ||
You can use something like following command to check what was changed: | |||
<pre> | |||
diff -u <(tar -tjf /path/to/old/tarball-4.6.3.tar.bz2 | sed 's#^[^/]*/##g') <(tar -tjf /path/to/new/tarball-4.6.80.tar.bz2 | sed 's#^[^/]*/##g') | |||
</pre> | |||
== kdelibs == | == kdelibs == | ||
* katepart is missing, move <code>kate-%{version}/part</code> to <code>./kate</code> | * katepart is missing, move <code>kate-%{version}/part</code> to <code>./kate</code> | ||
== kdebase == | |||
kdebase was renamed to kde-baseapps | |||
* konq-plugins is new | |||
* konsole is missing | |||
* kwrite is missing, move <code>kate-%{version}/kwrite</code> to <code>./kwrite</code> | |||
== kdebase-runtime == | |||
kdebase-runtime was renamed to kde-runtime | |||
== kdebase-workspace == | |||
kdebase-workspace was renamed to kde-workspace |
Revision as of 09:37, 31 May 2011
KDE 4.7 Packaging
Upstream tarballs of KDE SC 4.7 totally changed, see [4.6.3] vs [4.6.80]. This page tries to describe what has been changed.
You can use something like following command to check what was changed:
diff -u <(tar -tjf /path/to/old/tarball-4.6.3.tar.bz2 | sed 's#^[^/]*/##g') <(tar -tjf /path/to/new/tarball-4.6.80.tar.bz2 | sed 's#^[^/]*/##g')
kdelibs
- katepart is missing, move
kate-%{version}/part
to./kate
kdebase
kdebase was renamed to kde-baseapps
- konq-plugins is new
- konsole is missing
- kwrite is missing, move
kate-%{version}/kwrite
to./kwrite
kdebase-runtime
kdebase-runtime was renamed to kde-runtime
kdebase-workspace
kdebase-workspace was renamed to kde-workspace