talimat 641 B

12345678910111213141516171819202122232425262728293031
  1. # Tanım: Bu paket KDE5'i ve bağımlılıklarını yükleyecek
  2. # URL: https://www.kde.org/
  3. # Paketçi: alihan-ozturk28@hotmail.com
  4. # 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
  5. # Grup: masaüstü
  6. isim=kde5
  7. devir=1
  8. surum=20161011
  9. kaynak=(talimat)
  10. derle() {
  11. unset makeflags
  12. mkdir -pv $PKG/etc/profile.d/
  13. cat > $PKG/etc/profile.d/kde5.sh << "EOF"
  14. ### Begin /etc/profile.d/kf5.sh
  15. #
  16. source /etc/profile.d/qt5.sh
  17. #
  18. export KF5_PREFIX=/usr
  19. #
  20. pathappend /usr/lib/qt5/plugins QT_PLUGIN_PATH
  21. #
  22. ### End /etc/profile.d/kde5.sh
  23. EOF
  24. }