12345678910111213141516171819202122232425262728293031 |
- # 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
- # Grup: masaüstü
- 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
- }
|