milis/talimatname/genel/k/kde5/talimat

30 lines
622 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Bu paket KDE5'i ve bağımlılıklarını yükleyecek
# URL: https://www.kde.org/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: kf5 plasma kde-app telepathy xorg phonon-backend-gstreamer-qt5 phonon-backend-vlc-qt5 oxygen-gtk2 oxygen-gtk3 gnupg alsa-plugins noto-fonts sddm
isim=kde5
devir=1
surum=20161011
kaynak=(talimat)
derle() {
unset makeflags
mkdir -pv $PKG/etc/profile.d/
cat > $PKG/etc/profile.d/kde5.sh << "EOF"
### Begin /etc/profile.d/kf5.sh
#
source /etc/profile.d/qt5.sh
#
export KF5_PREFIX=/usr
#
pathappend /usr/lib/qt5/plugins QT_PLUGIN_PATH
#
### End /etc/profile.d/kde5.sh
EOF
}