milis/talimatname/genel/q/qt5-webkit/talimat

28 lines
726 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Bir WebKit2 tabanlı uygulama sınıfları ve yeni bir QML API'sı
# URL: http://qt-project.org/
# Paketçi: milisarge
# Gerekler: cmake gstreamer1-plugins-base libwebp xorg-libxcomposite libxslt gstreamer1-plugins-good python ruby qt5 hyphen
2018-07-30 14:00:06 +02:00
# Grup: ağ geliştirme
2018-06-09 00:06:58 +02:00
isim=qt5-webkit
_isim=qtwebkit
surum=5.9.0
devir=1
kaynak=(http://download.qt.io/community_releases/5.9/$surum-final/$_name-opensource-src-$surum.tar.xz
qt5-webkit-icu59.patch)
derle() {
cd $_name-opensource-src-$surum
patch -p1 -i $SRC/qt5-webkit-icu59.patch
install -d build
cd build
qmake-qt5 ..
make
make INSTALL_ROOT=$PKG install
find "$PKG/usr/lib" -type f -name '*.prl' \
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
}