milis/talimatname/genel/kde5/talimat

30 lines
634 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.

# Description : Bu paket KDE5'i ve bağımlılıklarını yükleyecek
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: kf5 plasma kde-app telepathy xorg phonon-backend-gstreamer-qt5 phonon-backend-vlc-qt5 oxygen-gtk2 oxygen-gtk3 gnupg alsa-plugins noto-fonts sddm
name=kde5
release=1
version=20161011
source=(talimat)
build() {
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
}