2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Bir WebKit2 tabanlı uygulama sınıfları ve yeni bir QML API'sı
|
2016-07-19 01:03:56 +02:00
|
|
|
|
# URL: http://qt-project.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: cmake gstreamer1-plugins-base libwebp xorg-libxcomposite libxslt gstreamer1-plugins-good python ruby qt5 hyphen
|
2016-07-19 01:03:56 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=qt5-webkit
|
|
|
|
|
_isim=qtwebkit
|
|
|
|
|
surum=5.9.0
|
|
|
|
|
devir=1
|
2016-07-19 01:03:56 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://download.qt.io/community_releases/5.9/$surum-final/$_name-opensource-src-$surum.tar.xz
|
2017-09-20 17:23:51 +02:00
|
|
|
|
qt5-webkit-icu59.patch)
|
2016-07-19 01:03:56 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $_name-opensource-src-$surum
|
2017-09-20 17:23:51 +02:00
|
|
|
|
patch -p1 -i $SRC/qt5-webkit-icu59.patch
|
|
|
|
|
install -d build
|
|
|
|
|
cd build
|
|
|
|
|
qmake-qt5 ..
|
|
|
|
|
make
|
|
|
|
|
make INSTALL_ROOT=$PKG install
|
2016-07-19 01:03:56 +02:00
|
|
|
|
|
2017-09-20 17:23:51 +02:00
|
|
|
|
find "$PKG/usr/lib" -type f -name '*.prl' \
|
|
|
|
|
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
|
2016-07-19 01:03:56 +02:00
|
|
|
|
|
|
|
|
|
}
|