webkitfltk
This commit is contained in:
parent
f60d40a272
commit
624a3078d9
|
@ -1,11 +1,11 @@
|
|||
# Tanım: Opera'nın en iyi özelliklerini taşıyan Linux'a özel tarayıcı
|
||||
# Tanım: Fltk tabanlı web tarayıcısı
|
||||
# URL: http://fifth-browser.sourceforge.net/
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: webkitfltk urlmatch physfs desktop-file-utils
|
||||
|
||||
isim=fifth
|
||||
surum=git
|
||||
devir=1
|
||||
devir=2
|
||||
kaynak=()
|
||||
|
||||
derle() {
|
||||
|
|
|
@ -7,15 +7,14 @@ isim=webkitfltk
|
|||
surum=0.5.1
|
||||
devir=1
|
||||
|
||||
kaynak=(https://github.com/clbr/webkitfltk/archive/v0.5.1.tar.gz
|
||||
kaynak=(https://sourceforge.net/projects/fifth-browser/files/v0.5/${isim}-${surum}.txz
|
||||
https://github.com/clbr/webkitfltk/commit/6db7be57eb6f633d63fb90397adb21c6247ab410.patch
|
||||
https://github.com/clbr/webkitfltk/commit/83626b77fc7d8fae005fd4575dd85dbb0f243081.patch)
|
||||
|
||||
derle() {
|
||||
#git clone https://github.com/clbr/webkitfltk.git
|
||||
cd "${isim}-${surum}"
|
||||
patch -p1 -i $SRC/6db7be57eb6f633d63fb90397adb21c6247ab410.patch
|
||||
patch -p1 -i $SRC/83626b77fc7d8fae005fd4575dd85dbb0f243081.patch
|
||||
#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
|
||||
|
|
Loading…
Reference in New Issue