This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

KDE/Overlay

From Gentoo Wiki (test)
< KDE
Jump to:navigation Jump to:search
This page is a translated version of the page KDE/Ebuild repository and the translation is 16% complete.

The Gentoo KDE team maintains the KDE ebuild repository. This ebuild repository contains live ebuilds, upstream pre-releases, works-in-progress, and other things not yet ready or otherwise unsuitable for the main Gentoo ebuild repository.

Using the ebuild repository

The easiest way to enable the KDE repository is with layman:

root #echo "app-portage/layman sync-plugin-portage" >> /etc/portage/package.use
root #emerge --ask app-portage/layman
root #layman --fetch --add kde

sync-plugin-portage USE 플래그는 portage-2.3.0 이상에서 쓸 수 있습니다.

참고
That is all that is needed to setup the repository. The following sections are a short introduction and not necessary for installing e.g. Plasma 5.

세트

표준 꾸러미 말고도, 다양한 꾸러미 세트를 제공합니다. 예를 들면:

  • 최신 안정판 KDE 프레임워크 5 설치
root #emerge --ask @kde-frameworks
  • Installation of KDE Plasma 5.10:
root #emerge --ask @kde-plasma-5.10
  • KDE 프레임워크 마스터 브랜치 설치:
root #emerge --ask @kde-frameworks-live
  • 모두 설치:
root #( emerge --list-sets | sed -n '/kde.*live/s/^/@/p' | { mapfile -t a; emerge -av --select "${a[@]}" <&3; } ) 3<&0

키워드 지정 및 가림 해제

To assist users with stable systems and those who wish to test specific package versions, the ebuild repository provides a set of package.accept_keywords, package.mask, and package.unmask files. All available files are in the Documentation directory.

예를 들면, KDE 프레임워크 5 마스터 브랜치의 키워드를 지정하려면:

root #cd /etc/portage/package.accept_keywords
root #ln -s /path/to/repository/kde/Documentation/package.accept_keywords/kde-frameworks-live.keywords

버그 보고

버그질라에 버그를 등록 해주시고, [kde overlay]의 요약을 덧붙여주십시오. 또한, 깃허브 미러에서 풀 요청을 받습니다.