mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports: Remove broken icon_file links
This commit is contained in:
committed by
Tim Schumacher
parent
5fbcdcc859
commit
30d8cc926f
@@ -11,7 +11,7 @@ launcher_name='Bash'
|
||||
launcher_category='&Utilities'
|
||||
launcher_command='/usr/local/bin/bash'
|
||||
launcher_run_in_terminal='true'
|
||||
icon_file='https://static-00.iconduck.com/assets.00/bash-icon-224x256-qo4a7ex6.png'
|
||||
#icon_file=FIXME
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/bash/bash-${version}.tar.gz#9599b22ecd1d5787ad7d3b7bf0c59f312b3396d1e281175dd1f8a4014da621ff"
|
||||
)
|
||||
|
||||
@@ -11,8 +11,7 @@ launcher_name='Lua'
|
||||
launcher_category='D&evelopment'
|
||||
launcher_command='/usr/local/bin/lua -i'
|
||||
launcher_run_in_terminal='true'
|
||||
#icon_file="./doc/logo.gif"
|
||||
icon_file="https://static-00.iconduck.com/assets.00/file-type-lua-icon-256x256-l4ladwf6.png"
|
||||
icon_file="./doc/logo.gif"
|
||||
makeopts+=(
|
||||
'-Csrc/'
|
||||
'serenity'
|
||||
|
||||
@@ -9,6 +9,6 @@ launcher_name='SQLite'
|
||||
launcher_category='D&evelopment'
|
||||
launcher_command='/usr/local/bin/sqlite3 -interactive'
|
||||
launcher_run_in_terminal='true'
|
||||
icon_file='https://static-00.iconduck.com/assets.00/file-type-sqlite-icon-1831x2048-xsspcqq6.png'
|
||||
#icon_file=FIXME
|
||||
use_fresh_config_sub='true'
|
||||
workdir="sqlite-autoconf-${version}"
|
||||
|
||||
@@ -7,7 +7,7 @@ launcher_name='Tcl'
|
||||
launcher_category='D&evelopment'
|
||||
launcher_command='/usr/local/bin/tclsh8.6'
|
||||
launcher_run_in_terminal='true'
|
||||
icon_file='https://static-00.iconduck.com/assets.00/file-type-tcl-icon-967x2048-e9aisv9w.png'
|
||||
#icon_file=FIXME
|
||||
files=(
|
||||
"https://prdownloads.sourceforge.net/tcl/tcl${version}-src.tar.gz#26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user