mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Remove wkhtmltox (#9772)
This commit is contained in:
committed by
GitHub
parent
aa521e9629
commit
f35e69ff39
@@ -61,7 +61,8 @@ pkg_update_arr = [
|
||||
{ pkg_name: 'qtwebsockets', pkg_rename: 'qt5_websockets', pkg_deprecated: nil, comments: nil },
|
||||
{ pkg_name: 'qtx11extras', pkg_rename: 'qt5_x11extras', pkg_deprecated: nil, comments: nil },
|
||||
{ pkg_name: 'ruby_debug', pkg_rename: nil, pkg_deprecated: true, comments: 'Integrated into ruby package.' },
|
||||
{ pkg_name: 'wget', pkg_rename: 'wget2', pkg_deprecated: nil, comments: 'Renamed to better match upstream.' }
|
||||
{ pkg_name: 'wget', pkg_rename: 'wget2', pkg_deprecated: nil, comments: 'Renamed to better match upstream.' },
|
||||
{ pkg_name: 'wkhtmltox', pkg_rename: nil, pkg_deprecated: true, comments: 'Deprecated upstream with unpatched CVE-2022-35583.' }
|
||||
]
|
||||
|
||||
pkg_update_arr.each do |pkg|
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
require 'package'
|
||||
|
||||
class Wkhtmltox < Package
|
||||
description 'Convert HTML to PDF using Webkit (QtWebKit)'
|
||||
homepage 'https://wkhtmltopdf.org/'
|
||||
version '0.12.4-1'
|
||||
license 'LGPL-3'
|
||||
compatibility 'i686,x86_64'
|
||||
source_url({
|
||||
i686: 'https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-i386.tar.xz',
|
||||
x86_64: 'https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz'
|
||||
})
|
||||
source_sha256({
|
||||
i686: '4087b264ec860ab0b0f9b7299ef733fc51e8e39f42047a06724b7450016ab9b8',
|
||||
x86_64: '049b2cdec9a8254f0ef8ac273afaf54f7e25459a273e27189591edc7d7cf29db'
|
||||
})
|
||||
|
||||
def self.install
|
||||
FileUtils.mkdir_p CREW_DEST_PREFIX
|
||||
FileUtils.mkdir_p CREW_DEST_LIB_PREFIX
|
||||
FileUtils.cp_r 'bin/', CREW_DEST_PREFIX
|
||||
FileUtils.cp_r Dir.glob('lib/*'), CREW_DEST_LIB_PREFIX
|
||||
FileUtils.cp_r 'share/', CREW_DEST_PREFIX
|
||||
FileUtils.cp_r 'include/', CREW_DEST_PREFIX
|
||||
end
|
||||
end
|
||||
@@ -9136,11 +9136,6 @@ url: https://github.com/charmbracelet/wishlist/releases
|
||||
activity: high
|
||||
---
|
||||
kind: url
|
||||
name: wkhtmltox
|
||||
url: https://github.com/wkhtmltopdf/wkhtmltopdf/releases
|
||||
activity: low
|
||||
---
|
||||
kind: url
|
||||
name: wl_clipboard
|
||||
url: https://github.com/bugaevc/wl-clipboard/releases/
|
||||
activity: medium
|
||||
|
||||
Reference in New Issue
Block a user