talimat 702 B

123456789101112131415161718192021222324252627
  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. isim=qt5-webkit
  6. _isim=qtwebkit
  7. surum=5.9.0
  8. devir=1
  9. kaynak=(http://download.qt.io/community_releases/5.9/$surum-final/$_name-opensource-src-$surum.tar.xz
  10. qt5-webkit-icu59.patch)
  11. derle() {
  12. cd $_name-opensource-src-$surum
  13. patch -p1 -i $SRC/qt5-webkit-icu59.patch
  14. install -d build
  15. cd build
  16. qmake-qt5 ..
  17. make
  18. make INSTALL_ROOT=$PKG install
  19. find "$PKG/usr/lib" -type f -name '*.prl' \
  20. -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
  21. }