webkitfltk
This commit is contained in:
parent
e5d199d812
commit
726667272e
|
@ -6,7 +6,8 @@
|
|||
name=flaxpdf
|
||||
version=0.7.3
|
||||
release=1
|
||||
source(https://github.com/clbr/flaxpdf/archive/v0.7.3.tar.gz)
|
||||
|
||||
source=(https://github.com/clbr/flaxpdf/archive/v0.7.3.tar.gz)
|
||||
|
||||
build() {
|
||||
cd "${name}-$version"
|
||||
|
|
|
@ -1,17 +1,22 @@
|
|||
# Description: Webkit Portu, Fltk 1.3'e
|
||||
# URL: https://github.com/clbr/webkitfltk
|
||||
# Packager: milisarge
|
||||
# Depends on: zlib libpng libjpeg-turbo libxml2 sqlite freetype xorg-fontconfig cairo openssl curl icu harfbuzz fltk1 git ruby
|
||||
# Depends on: zlib libpng libjpeg-turbo libxml2 sqlite freetype xorg-fontconfig xorg-libxcursor cairo openssl curl icu harfbuzz fltk1 git ruby
|
||||
|
||||
name=webkitfltk
|
||||
version=0.5.1
|
||||
release=1
|
||||
|
||||
source=(https://github.com/clbr/webkitfltk/archive/v0.5.1.tar.gz)
|
||||
source=(https://github.com/clbr/webkitfltk/archive/v0.5.1.tar.gz
|
||||
https://github.com/clbr/webkitfltk/commit/6db7be57eb6f633d63fb90397adb21c6247ab410.patch
|
||||
https://github.com/clbr/webkitfltk/commit/83626b77fc7d8fae005fd4575dd85dbb0f243081.patch)
|
||||
|
||||
build() {
|
||||
#git clone https://github.com/clbr/webkitfltk.git
|
||||
cd "${name}-${version}"
|
||||
patch -p1 -i $SRC/6db7be57eb6f633d63fb90397adb21c6247ab410.patch
|
||||
patch -p1 -i $SRC/83626b77fc7d8fae005fd4575dd85dbb0f243081.patch
|
||||
make -j1 -C Source/bmalloc/bmalloc
|
||||
make -j1 -C Source/WTF/wtf
|
||||
make -j1 -C Source/JavaScriptCore gen
|
||||
make -j1 -C Source/JavaScriptCore
|
||||
|
|
Loading…
Reference in New Issue