talimat 726 B

12345678910111213141516171819202122232425262728
  1. # Tanım: Bir WebKit2 tabanlı uygulama sınıfları ve yeni bir QML API'sı
  2. # URL: http://qt-project.org/
  3. # Paketçi: milisarge
  4. # Gerekler: cmake gstreamer1-plugins-base libwebp xorg-libxcomposite libxslt gstreamer1-plugins-good python ruby qt5 hyphen
  5. # Grup: ağ geliştirme
  6. isim=qt5-webkit
  7. _isim=qtwebkit
  8. surum=5.9.0
  9. devir=1
  10. kaynak=(http://download.qt.io/community_releases/5.9/$surum-final/$_name-opensource-src-$surum.tar.xz
  11. qt5-webkit-icu59.patch)
  12. derle() {
  13. cd $_name-opensource-src-$surum
  14. patch -p1 -i $SRC/qt5-webkit-icu59.patch
  15. install -d build
  16. cd build
  17. qmake-qt5 ..
  18. make
  19. make INSTALL_ROOT=$PKG install
  20. find "$PKG/usr/lib" -type f -name '*.prl' \
  21. -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
  22. }